culprit
01Plugin Claude Code
Deterministic, offline root-cause analysis for agents: the culprit RCA engine and its pre-commit verifyfix gate, as a Claude Code plugin.
Plugin Claude Code
Deterministic, offline root-cause analysis for agents: the culprit RCA engine and its pre-commit verifyfix gate, as a Claude Code plugin.
Skill Claude CodeCodex
Root-cause analysis and QA review for a PR, branch, or stack trace. Detects bugfix vs feature, then for a bugfix finds the commit that introduced the bug (the suspect set, via git blame/log), the bug's life story (intent, releases it shipped in, hotspot recurrence, fix completeness), and explains why it broke; for a…
Plugin Claude Code
Deterministic, offline root-cause analysis for agents: find the commit that introduced a bug, map a feature's blast radius, and verify a fix is complete before committing.
Skill Claude CodeCodex
Root-cause analysis and pre-commit fix verification for a PR, branch, commit, or stack trace. Detects bugfix vs feature; for a bugfix finds the commit that introduced it (the suspect set, via git blame/log), its intent, the releases it shipped in, and whether a proposed fix is complete; for a feature maps the blast…
MCP server Claude CodeCodexCursor +2
Root-cause analysis for a PR or branch: classify feature vs bugfix, find the introducing commit (suspect set) or the blast radius. Runs locally from the culprit Python package.