This skill automates a review-and-fix workflow driven by a repository-local review command. It runs bin/claude-review --print, prints the full review output verbatim to the user, parses issues, and then attempts to fix them sequentially. For each issue it spawns a fixer workflow that reads the file, writes or updates tests when appropriate, applies the change, runs relevant tests, and commits the result with a descriptive message.
Use this skill when a repository provides a bin/claude-review or similar command that enumerates lint, style, or correctness issues and you want an automated, auditable pass to resolve them. It's appropriate for small-to-medium fixes (bugfixes, style changes, suggestions) but avoids large risky refactors without human approval. It triggers when the repo includes bin/claude-review, or when a user requests an automated review-and-fix pass.
Agents capable of running repository-local commands, reading and writing files, spawning sub-agents, and creating git commits (advanced developer agents like Codex/GitHub Copilot-style agents).
This skill has not been reviewed by our automated audit pipeline yet.