GitHub PR Creation
Turns raw commits into a Conventional-Commits PR with task-doc validation and branch-flow rules, not just gh pr create.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 792472b
Ran it against a real 3-commit local repo: correctly picked 'feat' over 'fix' as the dominant Conventional Commits type (2 feat vs 1 fix) and produced a checklist-driven PR body from the Feature template, versus a one-line 'Added login validation' baseline with no branch confirmation or template.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 5/5
What GitHub PR Creation does
Analyzes commits on the current branch, cross-checks them against task/spec files (Kiro, Cursor, Trae, s2s, or generic docs), and generates a Conventional Commits PR title plus a type-specific body template (feature/release/bugfix/hotfix/refactor/docs/ci), always confirming branch and content with the user before running gh pr create. Triggers on 'create PR', 'open pull request', 'submit for review', 'check if ready for PR'.
How to install GitHub PR Creation
git clone https://github.com/fvadicamo/dev-agent-skills
cd dev-agent-skills
mkdir -p ~/.claude/skills
cp -r plugins/github-workflow/skills/github-pr-creation ~/.claude/skills/github-pr-creation
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger GitHub PR Creation
-
/github-pr-creationTurns raw commits into a Conventional-Commits PR with task-doc validation and branch-flow rules, not just gh pr create.
It also activates on plain-language prompts like these:
-
Create a pull request for this branch, please. -
Is this branch ready for a PR? Check and open one if so. -
Open a pull request summarizing these commits for review.
Frequently asked questions
- Is the GitHub PR Creation skill free?
- Yes. The skill itself is free from fvadicamo/dev-agent-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does GitHub PR Creation work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Ran it against a real 3-commit local repo: correctly picked 'feat' over 'fix' as the dominant Conventional Commits type (2 feat vs 1 fix) and produced a checklist-driven PR body from the Feature template, versus a one-line 'Added login validation' baseline with no branch confirmation or template.
- What is the GitHub PR Creation SkillProof Score?
- 9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
- How do I install GitHub PR Creation?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use GitHub PR Creation with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.