Agent skill

pr-workflow

Pull request lifecycle: sync, review, fix, status, cleanup, and PR mining. Use when user wants to push changes, create a PR, check PR status, fix review comments, clean up branches after merge, or mine tribal knowledge from PR reviews. Use for "push my changes", "create a PR", "pr status", "fix PR comments", "clean up branches", "mine PRs", or "address feedback".

Stars 324
Forks 31

Install this agent skill to your Project

npx add-skill https://github.com/notque/claude-code-toolkit/tree/main/skills/pr-workflow

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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results