Better with Kent · draft
Stop babysitting your agent's pull requests
Why this matters
The agent implemented. Your attention is stuck on the verification loop — not the judgment call.
Why this matters
I want a summary when CI is clean — root cause, status, links — not another tab to babysit.
If you keep typing the same follow-up on a PR, that follow-up belongs in the loop. See also: loop-engineering ep
Show, don't tell
Live tabs carry the proof. Slides are the map.
Example · handoff
Tab: ship-pr Discord channel · Agent bc-45152ca0 + PR #709
Example · deploy
Green checks. Preview URL posted. You did not watch the loop run.
Tab:
kody#709
checks + github-actions preview comment ·
live preview
Example · bot loop
kody#628 — 17 inline bot reviews, 18 commitsAddress capability alias review findingsTab: PR #628 · conversation + commits
Example · scale
kody#669 — ~8.6k lines changed, 82 files, preview deployed.
Tab: PR #669 · Files changed + preview comment
Example · judgment
Agent can squash-merge and watch deploy.
Stop at Discord ping. You decide.
kody#709 — sandbox runtime contract change · worth a human glance
Now the skill
Those examples are not magic prompts — they come from ship-pr.
Skill: kcd-skills/ship-pr
pr/set-review-statusgh pr checksInvoke · /ship-pr or "ship this PR"
## Loop
1. Mark ready — kody:...@kentcdodds/github/pr/set-review-status
2. Wait for CI — gh pr checks
3. Fix failures; address valid AI-reviewer feedback
4. Green and no valid feedback left → break
5. Push → repeat
## Done → Discord
postMessage({ channelId, content })
Tab: SKILL.md on GitHub · merge mode optional
One skill orchestrates skills you already have.
Real bugs, CI failures, merge conflicts in your diff.
Nits, wrong feedback, already-resolved threads.
Judgment is part of the skill — not blind bot compliance.
Optional
Say "merge and verify" · Kody as kody-bot · low risk only
92 Cursor Cloud conversations matched this loop before the skill file existed.
Ship-pr packages what I was already pasting into prompts.
Homework
ship-pr from kcd-skills into your agent skills path.Better with Kent
Good agents make code cheaper to generate. Ship PR makes verification cheaper to finish.
Like · comment · subscribe · get better with me