fix-pr-reviews
Installation
SKILL.md
Fix PR Reviews
Fetch and triage valid code review findings from PR comments and/or local review markdown files. The default first pass is analysis only: report which findings are valid, which can be ignored, and how each valid finding should be fixed. Do not edit files until the user explicitly gives a green light to apply fixes.
Important permission boundary:
- Approval to fix/apply/address review findings means edit files and run verification only.
- Approval to fix does not authorize staging, committing, or pushing.
- Stage only when the user explicitly says to stage.
- Commit only when the user explicitly says to commit.
- Push only when the user explicitly says to push.
- Never infer commit or push permission from phrases like "fix them", "apply the fixes", "go ahead", or "address the feedback".
- Review watchers are triage-only. A watcher may fetch comments and report new findings, but must not edit files, stage, commit, or push.
Combined with PR workflow
When this skill is invoked together with the pr skill, the combined workflow is PR-first: