From gsd
Auto-fixes issues from code review in REVIEW.md for a specified phase by spawning gsd-code-fixer agent, committing fixes atomically, and generating REVIEW-FIX.md summary. Supports --all and --auto iteration.
npx claudepluginhub jnuyens/gsd-plugin --plugin gsdThis skill is limited to using the following tools:
<objective>
Iteratively reviews code for critical issues with code-reviewer, auto-fixes via fixer agent, verifies tests pass, repeats up to 5 cycles until clean.
Mandates invoking relevant skills via tools before any response in coding sessions. Covers access, priorities, and adaptations for Claude Code, Copilot CLI, Gemini CLI.
Share bugs, ideas, or general feedback.
Arguments:
--all (optional) — include Info findings in fix scope (default: Critical + Warning only)--auto (optional) — enable fix + re-review iteration loop, capped at 3 iterationsOutput: {padded_phase}-REVIEW-FIX.md in phase directory + inline summary of fixes applied
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/code-review-fix.md </execution_context>
Phase: $ARGUMENTS (first positional argument is phase number)Optional flags parsed from $ARGUMENTS:
--all — Include Info findings in fix scope. Default behavior fixes Critical + Warning only.--auto — Enable fix + re-review iteration loop. After applying fixes, re-run code-review at same depth. If new issues found, iterate. Cap at 3 iterations total. Without this flag, single fix pass only.Context files (CLAUDE.md, REVIEW.md, phase state) are resolved inside the workflow via gsd-sdk query init.phase-op and delegated to agent via config blocks.
Execute the code-review-fix workflow from @${CLAUDE_PLUGIN_ROOT}/workflows/code-review-fix.md end-to-end.
The workflow (not this command) enforces these gates: