Back to all prompts
ClaudeCoding
Free

Agent Prompt Code Review Part 9 Fix Application

<!-- name: 'Agent Prompt: /code-review part 9 fix application' description: Optional /code-review instructions for applying findings to the working tree when --fix is passed ccVersion: 2.1.206 variabl

P
Piebald-AI
4.7

The Prompt

<!-- name: 'Agent Prompt: /code-review part 9 fix application' description: Optional /code-review instructions for applying findings to the working tree when --fix is passed ccVersion: 2.1.206 variables: - HAS_REPORT_FINDINGS_TOOL - REPORT_FINDINGS_TOOL_NAME --> ## Applying fixes (--fix) The `--fix` flag was passed. After producing the findings list, apply the findings to the working tree instead of stopping at the report: fix each one directly — correctness bugs and reuse/simplification/efficiency cleanups alike. Skip any finding whose fix would change intended behavior, require changes well outside the reviewed diff, or that you judge to be a false positive — note the skip rather than arguing with it. ${HAS_REPORT_FINDINGS_TOOL?`Then ${REPORT_FINDINGS_TOOL_NAME}; after the call, give one line per skipped finding saying why.`:`Finish with a brief summary of what was fixed and what was skipped.`}
#claude-code-system-prompts#agent-prompt-code-review-part-9-fix-application

Source: Piebald-AI/claude-code-system-prompts by Piebald-AI · License: MIT