Agent skill
create-pr
Create GitHub pull requests. Use when user asks to "create a pull request", "open a PR", "/create-pr", or requests creating pull requests.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/create-pr-helderberto-skills
SKILL.md
Pull Request
Context
Run in parallel:
git status(never -uall)git diff HEAD- Branch tracking status
git diff [base-branch]...HEADandgit log
Template Locations
.github/pull_request_template.md.github/PULL_REQUEST_TEMPLATE.md.github/PULL_REQUEST_TEMPLATE/docs/pull_request_template.mdpull_request_template.md
Workflow
- Search for PR template
- Read template if found
- Review ALL commits (not just latest)
- Draft title (<70 chars) and body:
- Use template structure if available
- Otherwise: Summary + Test plan
- In parallel:
- Create branch if needed
- Push with
-uif needed - Create PR with
gh pr createusing HEREDOC
Rules
- Use PR template if available
- Analyze ALL commits
- Return PR URL
- Use
ghCLI
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?