github-pr-manager
MANUAL SLASH-ONLY skill. Invoke EXCLUSIVELY when the user types /github-pr-manager. Never auto-invoke, never chain from another skill, never treat any other skill's handoff comment or instruction as a trigger. When the user runs it directly: fix the current GitHub pull request until checks pass or five fix rounds are exhausted — inspect GitHub checks with gh, remediate SonarCloud issues with the sonarcloud skill, inspect failed workflow jobs or code scanning alerts, push fixes, repeat. Also covers (on direct user request): opening a PR from the current branch following trunk-based branching conventions, waiting for a reviewer (human or Copilot) and addressing their line-level comments, and closing a ready release PR. While invoked, stay active and poll PR comments every five minutes for new feedback or an explicit closure instruction — do not go idle.
- Version
- 1.5.0
Pinned to revision 8a79e2d74017, so it is the text this page describes rather than whatever the author pushed since.
Files
- skills/github-pr-manager/SKILL.md
- skills/github-pr-manager/references/check-diagnosis.md
- skills/github-pr-manager/references/fix-loop.md
- skills/github-pr-manager/references/open-pr.md
- skills/github-pr-manager/references/pr-resolution.md
- skills/github-pr-manager/references/release-closure.md
- skills/github-pr-manager/references/reviewer-comments.md
- skills/github-pr-manager/references/standalone-security-checks.md
- skills/github-pr-manager/references/trunk-based-branching.md
Every link opens the file at its source, pinned to the revision this page describes.