skills/pr-workflow/SKILL.md
Pull request lifecycle: commit, codex review, sync, review, fix, status, cleanup, and PR mining. Use when user wants to commit changes, get a second-opinion code review from Codex, 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 "commit my changes", "codex review", "push my changes", "create a PR", "pr status", "fix PR comments", "clean up branches", "mine PRs", or "address feedback".
npx skillsauth add notque/claude-code-toolkit pr-workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Umbrella skill for the entire pull request lifecycle. Routes to the correct reference based on the PR task requested.
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 |
| Branch name | "generate branch name", "validate branch name", "name branch", "branch convention", "git branch name" | ${CLAUDE_SKILL_DIR}/references/branch-name.md |
| CI check | "check CI", "CI status", "actions status", "did CI pass", "build status", "CI passed" | ${CLAUDE_SKILL_DIR}/references/ci-check.md |
| Commit | "commit changes", "stage and commit", "commit my changes", "commit my files", "commit these" | ${CLAUDE_SKILL_DIR}/references/commit.md |
| Codex review | "codex review", "second opinion", "code review codex", "gpt review", "cross-model review" | ${CLAUDE_SKILL_DIR}/references/codex-review.md |
Default action: When invoked with no arguments or ambiguous intent, load sync.md (the most common PR use case).
| Signal | Load These Files | Why |
|---|---|---|
| "push", "create PR", "sync", "ship this" | sync.md | Sync (default) |
| "submit PR", "full PR", "end-to-end PR", "open PR" | pipeline.md | Pipeline |
| "fix PR comments", "address review", "pr-fix", "resolve feedback" | fix.md | Fix |
| "pr status", "branch status", "is my PR ready", "check CI" | status.md | Status |
| "clean up branches", "delete merged branch", "prune" | cleanup.md | Cleanup |
| "process PR feedback", "address reviews", "what did reviewers say" | feedback.md | Feedback |
| "mine PRs", "extract review comments", "tribal knowledge", "reviewer patterns" | miner.md | Miner |
| "generate branch name", "validate branch name", "name branch", "branch convention", "git branch name" | branch-name.md | Branch name |
| "check CI", "CI status", "actions status", "did CI pass", "build status", "CI passed" | ci-check.md | CI check |
| "commit changes", "stage and commit", "commit my changes", "commit my files", "commit these" | commit.md | Commit |
| "codex review", "second opinion", "code review codex", "gpt review", "cross-model review" | codex-review.md | Codex review |
data-ai
Extract video transcripts: yt-dlp subtitles to clean paragraphs.
tools
Collect, filter, and freshness-qualify news items.
development
Convert PDF, Office, HTML, data, media, ZIP to Markdown.
testing
Verify factual claims against sources before publish.