Flow commands
/flow:bug-rca
Analyze and document root cause for a GitHub issue
| Property | Value |
|---|---|
| Command | /flow:bug-rca |
| Category | bug |
| Argument hint | github-issue-id |
| Source | plugins/flow/commands/bug-rca.md |
Description
Analyze and document root cause for a GitHub issue
Invocation
snippet
/flow:bug-rca github-issue-idSummary
Investigate GitHub issue #$ARGUMENTS, identify the root cause, and document findings for future implementation.
Source of truth
This page is auto-generated from the command's frontmatter. The exact prompt Claude runs — including directives, edge-case handling, and tool-routing logic — lives in the source file:
plugins/flow/commands/bug-rca.md → read it for the full behavior.