fix-pr-feedback

Detect CI failures and review comments, create Beads issues, and push fixes to the branch.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/stars-end/affordabot --skill fix-pr-feedback
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fix-pr-feedback
Source: https://github.com/stars-end/affordabot/tree/main/.claude/skills/fix-pr-feedback
Command: npx skills add https://github.com/stars-end/affordabot --skill fix-pr-feedback

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Iteratively addressing PR feedback, parsing CI failures, and tracking code review comments can be a manual, time-consuming, and error-prone process.

Core Features & Use Cases

  • Automated Feedback Discovery: Automatically reads CI logs, PR comments, and detects merge conflicts, categorizing all discoveries into actionable items.
  • Systematic Issue Resolution: Creates child Beads issues for each problem, presents them for mandatory discussion, and fixes approved issues one by one with auto-commits.
  • Iterative Refinement Loop: Pushes all fixes to the same branch, triggering new CI runs, and allows for continuous iteration until the PR is ready to merge.
  • Use Case: When your PR has CI failures or code review comments, simply say "fix the PR" to get a categorized list of issues, discuss them, and have the AI systematically apply fixes.

Quick Start

To address all feedback on your Pull Request, simply say: "fix the PR" Or, to fix specific bugs you've identified: "i noticed bugs: 1. MCP type error, 2. permission denied"

Frequently Asked Questions about fix-pr-feedback

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate fixing PR feedback and CI failures?▼

Automate PR feedback resolution by detecting CI failures and code-review comments on your GitHub PR. The Skill creates issues for each discovery, presents them for discussion, and pushes iterative fixes to your feature branch until ready to merge.

Can I automatically detect and fix merge conflicts in pull requests?▼

Yes. The Skill detects merge conflicts alongside CI failures and review comments, categorizes them as actionable items, creates Beads issues for tracking, and applies fixes with Feature-Key trailers committed to your branch.

How do I address multiple code review comments at once?▼

Say 'fix the PR' to get a categorized list of all CI failures, review comments, and conflicts. Discuss each issue, then the Skill systematically resolves approved items one by one and pushes fixes to trigger new CI runs.

What tools do I need to use this PR feedback workflow?▼

Access to gh (GitHub CLI), git, and Beads tooling is required. The Skill operates in Auto-Detection mode to parse CI logs and PR comments, or Manual Triage mode when you identify specific bugs to fix.

Does this work with GitHub Actions and other CI systems?▼

The Skill reads CI logs and PR comments from GitHub PRs. It parses failures and feedback to create actionable issues, then commits fixes with Feature-Key trailers and pushes to the same branch for re-testing.

What happens after I push fixes to my PR branch?▼

Fixes trigger new CI runs on the same branch. The Skill enables continuous iteration—review results, discuss new issues if they arise, and repeat until your PR passes all checks and is ready to merge.