From accelerator
Investigates production issues and bugs through hypothesis-driven debugging. Accepts stacktraces, logs, error messages, or vague behavioral descriptions and produces a root cause analysis.
How 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`
!${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 to obtain
Current Date/Time (UTC):, Current Revision:, and
Repository Name:. Run the bare path directly as an executable;
never prefix it with bash/sh/env (a wrapper prefix escapes the
skill's allowed-tools permission and forces an unnecessary prompt).!${CLAUDE_PLUGIN_ROOT}/scripts/config-read-template.sh rca
Before writing the artifact file, substitute every field below with the indicated value:
type: ← issue-researchid: ← the filename stem, always quoted as a YAML stringtitle: ← Investigation: {Brief Issue Description}date: ← the Current Date/Time (UTC): valueauthor: ← the author resolved per the standard chain
(config → VCS user → prompt)producer: ← research-issuestatus: ← completerevision: ← the Current Revision: valuerepository: ← the Repository Name: valuelast_updated: ← the same Current Date/Time (UTC): valuelast_updated_by: ← the same value resolved for authorschema_version: ← 1 (bare integer)Optional linkage/foreign-ref keys are omit-by-default: the
template shows each as ""/[], but write a key into the artifact
only when it has a value, and omit it entirely otherwise (do not
carry the empty placeholder through).
parent: ← the work item this investigation supports, as a
typed-linkage ref ("work-item:NNNN"). Fill when the RCA has an
owning work item; otherwise omit the key.
relates_to: ← list of typed-linkage refs to related research
(["issue-research:NNNN", ...]). Fill when related artifacts are
explicit; otherwise omit the key.
work_item_id: ← the linked work item's full ID (quoted). Fill when
the RCA is linked to a work item; otherwise omit the key.
Filename format: 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
npx claudepluginhub atomicinnovation/accelerator --plugin acceleratorPerforms 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 developers through systematic root cause investigation of bugs and failures. Use when encountering test failures, errors, or unexpected behavior.
Enforces structured root cause analysis with module freeze and evidence-based hypothesis. Use when encountering any bug, error, or unexpected behavior.