Agent skill

create-pr

Create a pull request using the dart_node PR template

Stars 163
Forks 31

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

  1. Check state:

    bash
    git status
    git diff main...HEAD
    git log main..HEAD --oneline
    
  2. ignore all commits do not pay attention to the commit messages

  3. Draft PR using the template from .github/PULL_REQUEST_TEMPLATE.md

  4. Create the PR:

    bash
    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

Expand your agent's capabilities with these related and highly-rated skills.

Didn't find tool you were looking for?

Be as detailed as possible for better results