Create Pull Request
SkillDev toolsCreate a pull request using the dart_node PR 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 Create Pull Request skill
What this skill tells your AI
The instructions your AI receives, as published by melbournedeveloper/dart_node in .claude/skills/create-pr/SKILL.md and read by ahel’s review.
Create a PR following the dart_node template and conventions.
Steps
-
Check state:
git status git diff main...HEAD git log main..HEAD --oneline -
ignore all commits do not pay attention to the commit messages
-
Draft PR using the template from
.github/PULL_REQUEST_TEMPLATE.md -
Create the PR:
gh pr create --title "Short title under 70 chars" --body "$(cat <<'EOF' ## TLDR; ... ## What Does This Do? ... ## Brief Details? ... ## How Do The Tests Prove The Change Works? ... EOF )"
Rules
- Keep the title under 70 chars
- Keep documentation tight (per CLAUDE.md)
- Only diff against
main— ignore commit messages - Return the PR URL when done
Signals
- GitHub stars
- 113
- Forks
- 2
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
create-pr-melbournedeveloper- Source
- github.com/melbournedeveloper/dart_node