Pre-check
SkillDev toolsLets your agent push a branch and open a GitHub pull request with an auto-written title and description.
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 Pre-check skill
About this capability
Creates pull requests with generated descriptions. Triggered when: PR creation, pull request, merge request, code review preparation.
What this skill tells your AI
The instructions your AI receives, as published by aiskillstore/marketplace in skills/1gy/creating-pull-requests/SKILL.md and read by ahel’s review.
git branch --show-current
git status
git log --oneline <main-branch>..HEAD # Check CLAUDE.md for main branch name
Push to Remote
git push -u origin <branch-name>
PR Description Format
## Summary
- [Change 1]
- [Change 2]
## Test plan
- [ ] [Test item 1]
- [ ] [Test item 2]
Create PR
gh pr create \
--title "<title>" \
--body "$(cat <<'EOF'
## Summary
- Changes...
## Test plan
- [ ] Test items...
EOF
)"
Options
| Option | Usage |
|---|---|
--draft | Draft PR |
--base <branch> | Target branch |
--assignee @me | Self-assign |
--label <label> | Add label |
Completion Report
- PR URL
- Title
- Target branch
Signals
- GitHub stars
- 427
- Forks
- 45
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
creating-pull-requests- Source
- github.com/aiskillstore/marketplace