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.
65
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./skills/dev-pr/SKILL.mdPublish 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).--force-with-lease was used15b09d2
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.