Agent skill
create-pr
Create a pull request using the dart_node PR template
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/create-pr-melbournedeveloper-dart-node
SKILL.md
Create Pull Request
Create a PR following the dart_node template and conventions.
Steps
-
Check state:
bashgit 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:
bashgh 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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?