Mine Create Pr

Use when the user says: "create PR" or "open pull request". Reviews branch changes and creates a PR on GitHub or Azure DevOps.

NodeJSmith Updated

File contents

Create PR

Dispatches a subagent to handle the entire PR workflow: platform detection, diff analysis, PR body drafting, task archival, changelog entry + PR-number annotation, and marking ready.

Execute

Launch one subagent (subagent_type: standard-worker):

Create a PR for the current branch.

Read ${CLAUDE_CONFIG_DIR:-~/.claude}/skills/mine-create-pr/worker.md for the complete workflow. Follow every step in order. Do NOT use the Skill tool — the instructions are in worker.md, not a skill.

The subagent returns the PR URL, or an error message if something blocked it (unsupported platform, branch not pushed, PR already exists with its URL).

Present the result to the user.

NodeJSmith/Claudefiles/tree/main/skills/mine-create-pr commit 778fa63703

Frequently asked questions

npx skillmds@latest add nodejsmith/mine-create-pr