address-review-bots

Installation
SKILL.md

Address Review Bots

Use When

Use this after creating or pushing to a PR when the user asks to wait for Claude, Devin, or similar review-bot feedback, address bot comments, or keep iterating until bot reviews are clean.

This complements local validation. It does not replace the target repository's normal pre-push or pre-merge checks.

Core Loop

  1. Confirm the current branch has a PR:
gh pr view --json number,url,headRefOid,headRefName

If no PR exists, stop and tell the user this skill needs an existing PR.

  1. Record the review window immediately before or after pushing:
Installs
2
Repository
biw/skills
First Seen
5 days ago
address-review-bots — biw/skills