From implementer
Récupérer les commentaires de review PR et implémenter tous les changements demandés
How this skill is triggered — by the user, by Claude, or both
Slash command
/implementer:fix-pr-commentssonnetThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Traiter systématiquement TOUS les commentaires de review non résolus jusqu'à approbation de la PR.
Traiter systématiquement TOUS les commentaires de review non résolus jusqu'à approbation de la PR.
git branch --show-currentgit status --shortgit log --oneline -3IMPORTANT : Exécute ce workflow étape par étape :
gh pr status --json number,headRefNamegh pr review list --state CHANGES_REQUESTEDgh api repos/{owner}/{repo}/pulls/{number}/commentsRead le fichier cible en premierAprès avoir traité tous les commentaires :
Commentaires traités : X/Y
Résolus :
- [fichier:ligne] : [description du changement]
Non résolus (si applicable) :
- [fichier:ligne] : [raison]
User: $ARGUMENTS
npx claudepluginhub atournayre/claude-personas --plugin implementerTriages PR review comments by filtering false positives (outdated, misread, wrong context, style preference), validating against current diff, and fixing actionable ones with per-fix confirmation.
Walks through code review comments one at a time, triaging each with the user before making any code changes. Supports review.jsonl, GitHub PRs, documents, and conversation input.
Reads open GitHub PR review comments, triages by severity, applies code fixes, and drafts replies. Use when addressing PR feedback or code review.