Draft PR
SkillAI & modelsPrepare commits, push a branch, and create a draft PR targeting your base branch.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Draft PR skill
What this skill tells your AI
The instructions your AI receives, as published by g2i-ai/agents in skills/draft-pr/SKILL.md and read by ahel’s review.
Invocation
This skill defaults to running in the Developer persona. If you are not already running as Developer (for example, the user invoked /draft-pr directly or you are the parent agent), delegate execution to a Developer subagent and stop. If you are already running as Developer, continue with the steps below.
Objective
Prepare a clean branch and create a draft PR targeting your base branch.
Instructions
- Review the current changes with
git status. - Run the applicable verification checks before proceeding.
- Confirm or create a feature branch if the current branch is your base branch.
- Gather commit details and use a conventional commit message (see below).
- Push the branch.
- Generate the PR body via
/pr-description. - Create the draft PR targeting your base branch. PR title: if the branch name contains a ticket key, include it in the PR title. If there is no recognizable key and the user did not supply one, omit it.
- End with the commit hash, branch name, PR URL or creation instructions, and the recommended next step:
/review.
Commit messages
- Format:
type(scope): subject(scope optional). Types:feat,fix,refactor,perf,docs,test,build,ci,chore,revert. - Subject: imperative, concise, lowercase except proper nouns/acronyms.
- Do not add auto-generated
Co-authored-by:trailers from tooling. - Before the first commit on a change, run a full verification pass from the repo root; targeted checks are fine while iterating but not a substitute for that pre-commit pass.
Signals
- GitHub stars
- 52
- Forks
- 2
- Last commit
- Apr 2026
Advanced
- Catalog kind
- skill
- Gateway key
draft-pr- Source
- github.com/g2i-ai/agents