leochlon / rca-fix-agent
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/rca-fix-agent && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/4087" && unzip -o skill.zip -d .claude/skills/rca-fix-agent && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/rca-fix-agent/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Iterative root-cause + fix agent workflow that gathers evidence (code/logs/tests/web), verifies the primary ROOT_CAUSE claim with Strawberry's detect_hallucination/audit_trace_budget, implements a fix, runs a test plan, checks for new failure modes, and loops until the fix actually works.
0 views
0 installs