From rp1-dev
Investigates bugs and issues systematically to identify root causes via evidence-based analysis, hypothesis testing, temporary debugging, execution tracing, and detailed reports without permanent code changes.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rp1-dev:code-investigateThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This command invokes the **bug-investigator** sub-agent for systematic issue analysis.
This command invokes the bug-investigator sub-agent for systematic issue analysis.
Invoke the bug-investigator agent:
{% dispatch_agent "rp1-dev:bug-investigator" %}
The agent will:
The agent has access to all necessary tools and will handle the entire investigation workflow autonomously.
npx claudepluginhub rp1-run/rp1Enforces structured root cause analysis with module freeze and evidence-based hypothesis. Use when encountering any bug, error, or unexpected behavior.
Performs systematic root cause investigation for errors, stack traces, unexpected behavior, and bugs using investigate-analyze-hypothesize-fix workflow with red flags and 3-strike rule.
Enforces systematic root cause analysis before fixes for bugs, test failures, unexpected behavior, performance issues, and build failures.