process-pr
Installation
SKILL.md
Process PR
Autonomous loop that picks up ai-approved PRs, performs a final verification pass, and either merges them or sends them back to process-issues for rework.
This is the last gate before code lands. The two checks are intentionally narrow — the heavy review already happened in code-review. This skill only verifies:
- Issue resolution — does the PR actually address what the linked issue asked for?
- Merge readiness — is the PR free of merge conflicts and has CI passed?
If both pass, merge. If either fails, send the PR back with a clear explanation so process-issues can fix it.
Comment Authorship
All comments posted by this workflow run under the same GitHub account as the user. To distinguish AI comments from human comments, every comment posted by AI MUST start with **[AI]**. When reading comments, use this rule:
- Starts with
**[AI]**→ posted by AI (previous runs) - Does NOT start with
**[AI]**→ posted by a human