pr-workflow

Installation
SKILL.md

PR Workflow Skill

Umbrella skill for the entire pull request lifecycle. Routes to the correct reference based on the PR task requested.

Routing

Detect the user's intent and load the appropriate reference file:

Intent Trigger phrases Reference
Sync (default) "push", "create PR", "sync", "ship this" ${CLAUDE_SKILL_DIR}/references/sync.md
Pipeline "submit PR", "full PR", "end-to-end PR", "open PR" ${CLAUDE_SKILL_DIR}/references/pipeline.md
Fix "fix PR comments", "address review", "pr-fix", "resolve feedback" ${CLAUDE_SKILL_DIR}/references/fix.md
Status "pr status", "branch status", "is my PR ready", "check CI" ${CLAUDE_SKILL_DIR}/references/status.md
Cleanup "clean up branches", "delete merged branch", "prune" ${CLAUDE_SKILL_DIR}/references/cleanup.md
Feedback "process PR feedback", "address reviews", "what did reviewers say" ${CLAUDE_SKILL_DIR}/references/feedback.md
Miner "mine PRs", "extract review comments", "tribal knowledge", "reviewer patterns" ${CLAUDE_SKILL_DIR}/references/miner.md

Default action: When invoked with no arguments or ambiguous intent, load sync.md (the most common PR use case).

Instructions

  1. Identify the user's PR task from their message
  2. Load the matching reference file from the table above
  3. Follow the instructions in that reference file exactly
Related skills
Installs
2
GitHub Stars
366
First Seen
Apr 1, 2026