Help us improve
Share bugs, ideas, or general feedback.
From accelerator
Investigates production issues and bugs via hypothesis-driven debugging. Accepts stacktraces, logs, error messages, or vague descriptions and produces a root cause analysis.
npx claudepluginhub atomicinnovation/accelerator --plugin acceleratorHow this skill is triggered — by the user, by Claude, or both
Slash command
/accelerator:research-issue [issue description, stacktrace, or error message][issue description, stacktrace, or error message]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
!`${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh`
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.
Guides root cause investigation for bugs, test failures, unexpected behavior, and errors using four phases: investigation, pattern analysis, hypothesis testing before fixes.
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.
Share bugs, ideas, or general feedback.
!${CLAUDE_PLUGIN_ROOT}/scripts/config-read-context.sh
!${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-context.sh research-issue
!${CLAUDE_PLUGIN_ROOT}/scripts/config-read-agents.sh
If no "Agent Names" section appears above, use these defaults: accelerator:reviewer, accelerator:codebase-locator, accelerator:codebase-analyser, accelerator:codebase-pattern-finder, accelerator:documents-locator, accelerator:documents-analyser.
Research directory: !${CLAUDE_PLUGIN_ROOT}/scripts/config-read-path.sh research_issues
You are tasked with investigating production issues and bugs through hypothesis-driven debugging. You accept structured input (stacktraces, logs, error messages) or vague behavioral descriptions and produce a root cause analysis document.
When this command is invoked, respond with:
I'm ready to investigate the issue. Please provide the stacktrace, error message, logs, or description of the behavior you're seeing, and I'll conduct a hypothesis-driven root cause analysis.
Then wait for the user's issue description.
git log --oneline -20 -- <affected-files> on each affected filegit diff on suspicious commits if needed${CLAUDE_PLUGIN_ROOT}/scripts/artifact-derive-metadata.sh!${CLAUDE_PLUGIN_ROOT}/scripts/config-read-template.sh rca
YYYY-MM-DD-description.md where description is a brief
kebab-case summary of the issue (e.g., 2025-01-08-auth-timeout-on-refresh.md)!${CLAUDE_PLUGIN_ROOT}/scripts/config-read-skill-instructions.sh research-issue