From second-claude-code
Performs systematic root-cause investigation on error descriptions, stack traces, or symptoms using git context, producing a debug report.
npx claudepluginhub unclejobs-ai/second-claude-code --plugin second-claude-code<error description or symptoms>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.
/investigateInvestigates and debugs Laravel API issues like wrong responses, missing data, queues, auth, performance using data-first workflow checking DB, cache, configs before code.
/investigateOrchestrates bug investigation and fixes: analyzes code with agent, reproduces in background tasks, writes regression tests, implements fixes, verifies test suite.
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.