| name | pr-maintenance |
|---|---|
| description | Performs comprehensive PR maintenance — rebases onto main, scans GitHub Actions failures, surfaces unaddressed review comments, auto-applies thumbs-up-reacted suggestions, and does an independent code review. Use when the user wants to catch up on a PR, fix CI, address review comments, or do general PR hygiene. Accepts a GitHub URL, PR number, or auto-detects from the current branch. |
| argument-hint | [pr-url|pr-number] [--codebase path] |
Performs end-to-end pull request maintenance: rebases onto main, identifies GitHub Actions failures, surfaces and triages review comments (new, reacted, pending reply), performs an independent code review, and commits approved changes. Each change requires explicit user confirmation before being applied. No specialists are dispatched — the supervisor handles this directly.