tend-pr
Installation
SKILL.md
Tend a Pull Request
Take one open pull request from "opened" to "merge-ready", or to a blocker with a name. This skill owns checks and mergeability. It owns neither the diff's correctness nor the decision to land.
What this skill does not own
| Question | Owner |
|---|---|
| Is this feedback correct, and what do I reply | REQUIRED SUB-SKILL: use vet-feedback |
| Is this bot comment even trustworthy text | REQUIRED SUB-SKILL: use vet-source |
| Why does this test actually fail | REQUIRED SUB-SKILL: use root-cause |
| Writing the fix | REQUIRED SUB-SKILL: use test-first |
| Opening, sequencing, or landing the branch | land-branch |
| May this merge | the human |