Dev PR

Fetch-rebase-push contract for publishing a finished branch, with force-with-lease and an uncommitted-changes guardrail.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.2/10
Tested
Jul 13, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 3e6930c

Ran the actual fetch/rebase/push contract in a scratch git repo (bare remote + feature branch): the uncommitted-changes guardrail and fetch-before-rebase ordering are real footguns a naive `git push && gh pr create` baseline would walk right past.

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 8/10
  • Docs & honesty 5/5

What Dev PR does

Publishes an already-committed feature branch for code review: verifies repo state, fetches and rebases onto the latest base branch, pushes safely (plain, first-push -u, or --force-with-lease only after a rewrite), then opens or updates a PR/MR via gh/glab/host UI with a structured Summary/Validation/Risks description. Triggers when the user wants to sync, push, and open or update a review request; explicitly refuses to commit, amend, or squash on the user's behalf.

How to install Dev PR

git clone https://github.com/codeaholicguy/ai-devkit
cd ai-devkit
mkdir -p ~/.claude/skills
cp -r skills/dev-pr ~/.claude/skills/dev-pr

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Dev PR

  • /dev-pr Fetch-rebase-push contract for publishing a finished branch, with force-with-lease and an uncommitted-changes guardrail.

It also activates on plain-language prompts like these:

  • Push my finished branch, rebase on main, and open a pull request for review
  • Sync this branch with the base and update the existing PR description
  • Get my committed changes published and open a review request on GitHub

Frequently asked questions

Is the Dev PR skill free?
Yes. The skill itself is free from codeaholicguy/ai-devkit. SkillProof publishes the install command and an independent test verdict at no cost.
Does Dev PR work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 13, 2026. Verdict: Tested · Works. Ran the actual fetch/rebase/push contract in a scratch git repo (bare remote + feature branch): the uncommitted-changes guardrail and fetch-before-rebase ordering are real footguns a naive `git push && gh pr create` baseline would walk right past.
What is the Dev PR SkillProof Score?
9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
How do I install Dev PR?
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 Dev PR 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.