← ClaudeAtlas

fix-prlisted

Triage and implement actionable GitHub pull-request review feedback with minimal verified edits. Use only to address PR comments or requested changes; use plan-review for plans and code-review for a fresh read-only diff review.
ValentinNikolaev/agent-skills · ★ 0 · AI & Automation · score 70
Install: claude install-skill ValentinNikolaev/agent-skills
<!-- GENERATED BY generate_skill_wrappers.py; DO NOT EDIT MANUALLY. --> ## Generated Codex skill — do not edit manually This complete skill and its bundled resources are generated from `agent-plugins/skills/fix-pr/SKILL.md`. Manual changes in this directory will be overwritten the next time the generator runs. Edit the canonical skill instead. # Fix Pull Request Feedback Inspect all review feedback, preserve non-actionable items in the report, apply the smallest correct fixes, and verify the result. This workflow may edit files but must not create unrequested external or Git state changes. ## Route exclusively - Use this skill only when the user asks to address feedback already attached to a GitHub pull request. - Use `plan-review` for an implementation plan before coding. - Use `code-review` for a fresh read-only review of code or a pull-request diff. - If the user supplies a local review report rather than GitHub feedback, use ordinary implementation workflow after confirming which findings to fix. ## Protect local and external state 1. Parse and confirm the PR owner, repository, number, and local repository identity. 2. Record the starting branch, `HEAD`, `git status --short`, and the existing diff before editing. 3. If unrelated changes exist, do not stash, reset, clean, overwrite, or include them. Ask whether to stop, continue around non-overlapping changes, or use a separate worktree. 4. Ask before changing branches or creating a worktree unless the user explicit