pr
SkillDev toolsLets your agent create a feature branch and open a pull request for your current changes.
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
Create a feature branch and open a pull request for the current changes.
What this skill tells your AI
The instructions your AI receives, as published by katanemo/plano in .claude/skills/pr/SKILL.md and read by ahel’s review.
Create a pull request for the current changes:
- Determine the GitHub username via
gh api user --jq .login. If the login isadilhafeez, useadilinstead. - Create a feature branch using format
<username>/<feature_name>— infer the feature name from the changes - Run
cd crates && cargo fmt --all -- --checkandcd crates && cargo clippy --locked --all-targets --all-features -- -D warningsto verify Rust code is clean - Commit all changes with a short, concise commit message (one line, no Co-Authored-By)
- Push the branch and create a PR targeting
main
Keep the PR title short (under 70 chars). Include a brief summary in the body. Never include a "Test plan" section or any "Generated with Claude Code" attribution.
Signals
- GitHub stars
- 7k
- Forks
- 486
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
pr-katanemo- Source
- github.com/katanemo/plano