When you've got a bug, this orchestrates the full repair cycle: reproduce it as a failing test first, fix it until green, review, then commit. It's the ECC workflow distilled to defect repair specifically, skipping research phase since you already know something's broken. The discipline of red test first is the key move here. It gates at plan review (if generated) and pre-commit, and knows to pull in security review if you're touching sensitive code. If you're changing behavior intentionally rather than fixing what's wrong, you want orch-change-feature instead. Solid structure for turning bug reports into committed fixes without skipping steps.
npx -y skills add affaan-m/ecc --skill orch-fix-defect --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
JamieMason/syncpack
awslabs/agent-plugins
github/awesome-copilot