Open Review PR
SkillDev toolsLets your agent commit local changes, push them, and open a pull request ready for review.
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 Open Review PR skill
About this capability
Prepare local changes for review with an intentional commit, push, and ready PR for fallow. Use when the user wants to publish work, open a PR, or turn local changes into a reviewable branch.
What this skill tells your AI
The instructions your AI receives, as published by fallow-rs/fallow in .agents/skills/open-draft-pr/SKILL.md and read by ahel’s review.
This skill keeps its historical file/name for compatibility, but fallow PRs are ready for review by default. Do not open draft PRs unless the user explicitly asks for a draft.
Workflow:
- Review the changed files and confirm the scope.
- Run the smallest relevant validation for the touched area.
- Prepare a concise conventional commit message.
- Commit with signing if committing is requested.
- Push the branch. GitHub refuses a PR for a branch with no commits; make an intentional empty coordination commit before the first push when the branch is fresh.
- Open a ready PR with a high-signal conventional title and body.
Requirements:
- Use conventional commits.
- Use signed commits.
- Use a descriptive non-
codex/branch name, for examplefeat/<slug>,fix/<slug>,refactor/<slug>,docs/<slug>, orchore/<slug>. - Do not pass
--drafttogh pr createunless the user explicitly asks for a draft. - Do not add AI attribution.
- Summarize validation honestly if some checks were not run.
Signals
- GitHub stars
- 5k
- Forks
- 158
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
open-draft-pr- Source
- github.com/fallow-rs/fallow