/pr
SkillDev toolsLets your agent open a GitHub pull request against the right branch using the project's template.
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 /pr skill
About this capability
Open a GitHub PR targeting the correct branch with the project template
What this skill tells your AI
The instructions your AI receives, as published by evermind-ai/everos in .claude/skills/pr/SKILL.md and read by ahel’s review.
Open a pull request on GitHub using the gh CLI and the repo's PR template.
Steps
- Confirm the branch and target:
- Base branch is
main. - Head branch should be a scoped branch such as
feat/*,fix/*,docs/*,ci/*,chore/*, orrefactor/*.
- Base branch is
- Ensure local checks pass first:
Do not open a PR with failing lint/tests.make ci - Push the branch:
git push -u origin HEAD - Create the PR, filling the template
(.github/PULL_REQUEST_TEMPLATE.md):
Then edit the body to complete each section:gh pr create --base main --fill-first- Summary — what changed and why.
- Area — tick the relevant box (architecture / benchmark / use case / docs / DX / CI-build-release).
- Verification — paste the commands you ran (
make ci, manual checks). - Checklist — tick honestly; don't tick boxes you didn't satisfy.
- Notes for Reviewers — anything subtle.
Notes
- Keep the PR scoped to one area. Split unrelated changes.
- If
make ciwas not fully run, say so in Verification rather than implying it passed. - Never retarget a community PR away from
mainunless a maintainer explicitly asks for it.
Signals
- GitHub stars
- 13k
- Forks
- 919
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
pr-evermind-ai- Source
- github.com/evermind-ai/everos