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-inWhat 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
Workflow
Dev Lifecycle
Orchestrate requirements, design, planning, implementation, testing, and review.
Workflow
Dev Commit
Create safe, verified commits from only the intended changes.
Workflow
Dev Worktree
Set up or resume the right workspace before feature work.
Workflow
Dev Requirements
Capture and review requirements before design or implementation.