agents-config/skills/fix-pr-comments/SKILL.md
Fetch PR review comments and implement all requested changes
npx skillsauth add melvynx/aiblueprint fix-pr-commentsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Systematically address ALL unresolved review comments until PR is approved.
git branch --show-currentgit status --shortgit log --oneline -3FETCH COMMENTS:
gh pr status --json number,headRefNamegh pr review list --state CHANGES_REQUESTEDgh api repos/{owner}/{repo}/pulls/{number}/commentsANALYZE & PLAN:
IMPLEMENT FIXES:
Read target file firstMultiEdit for same-file modificationsCOMMIT & PUSH:
git add -Afix: address PR review commentsgit pushUser: $ARGUMENTS
development
Create or edit Claude, Codex, and Cursor skills/rules. Use for SKILL.md, .cursor/rules, AGENTS.md, skill prompts, frontmatter, references, scripts, and discovery rules.
data-ai
Create and maintain agent rules in AGENTS.md and .agents/rules/. Use for project rules, conventions, constraints, rule indexes, or requests to add or optimize agent rules.
development
Set up per-worktree environments for Claude Code, Cursor, or Codex. Use for worktree-ready repos, IDE environment config, worktree-up/down scripts, or dev.sh wiring.
testing
Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions "grill me".