Skip to main content

Workflow skill

Dev PR Skill

Publish a reviewed feature branch for code review.

Install command

AI DevKit installs its built-in skills as one curated set. Run this once to install dev-pr with the rest of the built-in workflow skills.

npx ai-devkit@latest skill add --built-in

What it does

Use dev-pr after implementation, testing, and final review are complete. It syncs with the remote base branch, handles rebase conflicts carefully, reruns validation, pushes safely, and opens or updates the host review request.

When to use it

  • Rebase a ready feature branch before review
  • Push safely after validation
  • Open or update a PR, merge request, or equivalent with clear status and risks

Supported agents

Claude CodeCodexCursoropencode

Related skills