Traiter les retours de revue PR

Résout les retours de revue bloquants sur une pull request existante avec des changements minimaux et des tests de régression ciblés.

Spar Skills Guide Bot
DeveloppementIntermédiaire
0013/09/2026
Claude Code
#pull-request#code-review#git#regression-testing#workflow

Recommandé pour


name: address-review description: Resolve blocking review findings on an existing PR without broadening its scope. argument-hint: "[pr-number]" disable-model-invocation: true

Address unresolved review findings for PR $0.

  1. Read AGENTS.md, the PR, its Issue, current diff, and review comments.
  2. Identify unresolved blocking findings and verify each one independently.
  3. Make the minimum change required to resolve valid blocking findings.
  4. Do not implement unrelated non-blocking suggestions.
  5. Add or update focused regression tests where the fix changes behavior.
  6. Run focused tests and deterministic checks required by AGENTS.md.
  7. Re-review the changed area and its direct regression boundary.
  8. Commit and push the fix. Do not merge.

Report each original blocking finding as resolved, not reproduced, or still unresolved.

Skills similaires