Submit PR
SkillDev toolsCreates a pull request with a well-structured description after verifying CI passes. Use when the user asks to submit, create, or open a pull request.
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 Submit PR skill
What this skill tells your AI
The instructions your AI receives, as published by melbournedeveloper/dart_node in .claude/skills/submit-pr/SKILL.md and read by ahel’s review.
Create a pull request for the current branch with a well-structured description.
Steps
- Run
make ci— must pass completely before creating PR - Determine the PR title from
git diff main...HEAD - Write PR body using the template in
.github/pull_request_template.md - Fill in:
- TLDR: one sentence
- What Was Added: new files, features, deps
- What Was Changed or Deleted: modified behaviour
- How Do The Automated Tests Prove It Works: specific test names or output
- Spec/Doc Changes: if any
- Breaking Changes: yes/no + description
- Use
gh pr createwith the filled template
Rules
- Never create a PR if
make cifails - PR description must be specific — no vague placeholders
- Only diff against
main— ignore commit messages (per CLAUDE.md) - Link to the relevant GitHub issue if one exists
Success criteria
make cipassed- PR created with
gh pr create - PR URL returned to user
Signals
- GitHub stars
- 113
- Forks
- 2
- Last commit
- Jul 2026
Advanced
- Catalog kind
- skill
- Gateway key
submit-pr-melbournedeveloper- Source
- github.com/melbournedeveloper/dart_node