← ClaudeAtlas

conductor-defectlisted

Fix bugs reported by humans from a BUG.md file. Takes an application name (mandatory), version (optional — supports single version, comma-separated list, "all", or omit for all), and module (optional), resolves the context folder automatically from root-level application folders. When multiple versions are provided (or "all"/omitted), versions are processed SEQUENTIALLY in ascending semver order — all bugs from version N are fully resolved before version N+1 begins. Tags untagged bugs, creates a BUG_MASTER.md tracking checklist, then fixes each bug one at a time: reproduce with Playwright, write a test spec, plan the fix, apply the fix, verify, and update related artifacts (mockups, specifications, module models, user stories). Integrates with Ralph Loop to ensure all bugs are fully fixed across sessions. Use this skill when the user asks to "fix bugs", "fix bug", "start bug fixing", "resolve bugs from BUG.md", "bug fix session", or any request to systematically fix bugs from a BUG.md file. Also trigger w
rashidee/co2-skills · ★ 3 · Testing & QA · score 77
Install: claude install-skill rashidee/co2-skills
# Bug Fixer Fix bugs reported by humans one at a time, tracked via BUG_MASTER.md and per-bug BUG_FIX_PLAN.md. ## Ralph Loop Integration (INTERNAL — FULLY AUTOMATIC) This skill internally manages Ralph Loop. The user does NOT need to invoke `/ralph-loop` or know about Ralph Loop at all. The skill handles starting, iterating, and completing the loop transparently. ### Internal Auto-Start Mechanism When this skill is invoked (e.g., `/conductor-defect hub_middleware version:v1.0.4`), the **very first action** — before reading any files, before Phase 0, before ANYTHING — is to silently start Ralph Loop by invoking the Skill tool internally: ``` Skill(skill: "ralph-loop:ralph-loop", args: "<original-user-invocation-with-all-args> --completion-promise \"ALL BUGS RESOLVED\" --max-iterations 50") ``` **Construction rule**: Take the EXACT text the user typed (e.g., `/conductor-defect hub_middleware version:v1.0.4 module:location-information`) and pass it as the `args` value, appending the `--completion-promise` and `--max-iterations` flags. | User types | Ralph Loop args | |------------|----------------| | `/conductor-defect hub_middleware` | `/conductor-defect hub_middleware --completion-promise "ALL BUGS RESOLVED" --max-iterations 50` | | `/conductor-defect hub_middleware version:v1.0.4` | `/conductor-defect hub_middleware version:v1.0.4 --completion-promise "ALL BUGS RESOLVED" --max-iterations 50` | | `/conductor-defect hub_middleware version:v1.0.3,v1.0.4` | `/conduct