From second-claude-code
Performs systematic root-cause investigation on error descriptions, stack traces, or symptoms using git context, producing a debug report.
How this command is triggered — by the user, by Claude, or both
Slash command
/second-claude-code:investigate <error description or symptoms>The summary Claude sees in its command listing — used to decide when to auto-load this command
Invoke the `/second-claude-code:investigate` command for systematic root-cause debugging through the `investigate` skill. ## Context - Current git status: !`git status --short` - Recent commits: !`git log --oneline -10` - Current branch: !`git branch --show-current` ## Arguments - Required: error description, stack trace, or symptom description ## Your task Perform the investigation now using the plugin's loaded `investigate` skill and the provided arguments. - Return the debug report directly. - Do not say that you are invoking or have invoked a skill.
Invoke the /second-claude-code:investigate command for systematic root-cause debugging through the investigate skill.
git status --shortgit log --oneline -10git branch --show-currentPerform the investigation now using the plugin's loaded investigate skill and the provided arguments.
npx claudepluginhub unclejobs-ai/second-claude-code --plugin second-claude-code/investigateInvestigates bugs via structured root cause analysis: scopes to module, collects evidence, forms hypotheses, implements evidence-based fixes.
/debugDiagnoses root cause of bugs, errors, or test failures using adaptive multi-perspective investigation with parallel subagents.
/debugSpawns a deep-thinking agent to systematically debug errors, bugs, stack traces, or unexpected behavior from arguments or context, producing analysis, hypotheses, and code fixes.
/debugInvestigates a bug by reproducing it, tracing through code, finding the root cause, and documenting findings. Accepts a bug ID, file path, or symptom description.
/debugPerforms systematic debugging using ReAct pattern: clarifies problem with user, forms ranked hypotheses, investigates root cause via evidence-based cycles before fixes.
/debugInvestigates bugs scientifically with 7 techniques: reproduces failures, gathers evidence, isolates root cause, produces analysis document with file:line and fix suggestion. Supports --error, --test, --bisect flags.