Add ship-pr agent skill#78
Conversation
|
🔎 Preview deployed: https://epicflare-pr-78.kentcdodds.workers.dev Worker: Mocks:
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit b234db6. Configure here.
| 2. Wait for CI — `gh pr checks` (compose `loop-on-ci`, `fix-ci`) | ||
| 3. Fix failures; address valid AI-reviewer feedback (ignore insignificant nits / | ||
| already-fixed / wrong) | ||
| 4. Green and no valid feedback left → break |
There was a problem hiding this comment.
Exit before reviews finish
Medium Severity
The loop waits only for CI in step 2, but step 4 exits when CI is green and there is no valid AI feedback. After a push, checks often finish before review comments or review checks land, so an agent can leave the loop and send Discord (or merge) while reviewer feedback is still pending.
Reviewed by Cursor Bugbot for commit b234db6. Configure here.


Copies the
ship-prCursor/agent skill fromkentcdodds/kodyinto this repo.Path:
.agents/skills/ship-pr/SKILL.mdThis skill babysits a PR: mark ready, wait for CI, fix failures / valid AI review feedback, then Discord-summary (and optionally merge via Kody).
Note
Low Risk
Documentation-only addition under
.agents/with no application or infrastructure code changes.Overview
Adds a new agent skill at
.agents/skills/ship-pr/SKILL.md(ported fromkentcdodds/kody) that documents how to babysit a PR end-to-end.The skill defines a loop: mark the PR ready via Kody
set-pr-review-status, wait on CI (gh pr checks/ related skills), fix failures and substantive AI review feedback, then push and repeat until green. Default completion is a Discord summary with the PR link viasend-me-a-message; optional mode merges as Kody withmerge-pr(squash), watches deploy, then reports PR/deploy/failure links. It also points agents atget-pr-checksandgithub-clientfor GitHub automation withoutgh.Reviewed by Cursor Bugbot for commit b234db6. Bugbot is set up for automated code reviews on this repo. Configure here.