Agent skill · Code Review & Quality

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.

Hoang Nguyen1,568★ · +5/wk · 1 repos on radarProfile →
claude-codecodexcursor
Install
npx skills add codeaholicguy/ai-devkit --skill dev-pr --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: none
Path: skills/dev-pr/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,572 · +4 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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. ## Contract 1. Verify repository context with `git status -sb`, `git branch --show-current`, and `git remote -v`. 2. Confirm the branch is not the base branch and has committed changes to publish. 3. Fetch the remote before comparing or rebasing. 4. Rebase the feature branch onto the latest remote base branch before push/review. 5. Resolve conflicts carefully, preserving intended behavior, then rerun relevant validation. 6. Push safely. Use `--force-with-lease` only when a rebase rewrote an already-pushed branch. 7. Open or update the host's review request: PR, merge request, or equivalent. 8. Report review URL, branch, HEAD SHA, validation results, push mode, and risks. ## Publish Workflow 1. Inspect local context: - `git status -sb` - `git branch --show-current` - `git remote -v` 2. If uncommitted changes exist, stop. Do not stage, amend, squash, or commit in this skill. 3. Identify the remote and base branch from repo conventions, upstream config, or user instruction; default to `origi

What's inside
Steps it walks through
  1. Contract
  2. Publish Workflow
Ships with 1 file
  • agents/openai.yaml
More from ai-devkit
All skills →
About this skill
What does the dev-pr skill do?

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.

How do I install it?

Run `npx skills add codeaholicguy/ai-devkit --skill dev-pr --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From codeaholicguy/ai-devkit, a repository with 1,572 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going