codeaholicguy/dev-pr
AI DevKit · Publish a ready feature branch for review. Use when the user wants to sync, push, and open or update a code review request on GitHub, GitLab, or another Git host.
npx skills add https://github.com/codeaholicguy/ai-devkit --skill dev-pr
Publish an already-reviewed branch for code review. Keep this separate from commit creation: if the branch has uncommitted changes, stop and ask the user to run the commit workflow first.
git status -sb, git branch --show-current, and git remote -v.--force-with-lease only when a rebase rewrote an already-pushed branch.git status -sbgit branch --show-currentgit remote -vorigin/main only when that matches the repo.git diff, resolve minimally, validate when useful, git add, then continue the rebase. Stop if the correct resolution is unclear.--force-with-lease.gh, glab, forge CLI, web UI, or project-specific workflow).10. Report:
--force-with-lease was usedTake codeaholicguy/dev-pr from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.