Agent skill
pr-creator
Create pull requests with gh command after development is complete. Use when ready to open a PR.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/pr-creator
SKILL.md
PR Creator Skill
Create a pull request after development on a branch is complete.
Development Types
| Type | Branch Pattern | Title Prefix | Draft | Template |
|---|---|---|---|---|
| Feature | feature/* |
feat: |
Yes | feature.md |
| Bug fix | fix/* |
fix: |
No | fix.md |
| Documentation | docs/* |
docs: |
No | docs.md |
| Refactoring | refactor/* |
refactor: |
Yes | refactor.md |
Guidelines
- Link the specification - Every PR must reference its specification
- One feature per PR - Keep PRs focused and small
- All tests must pass - Ensure CI is green
- Request a review - Wait for approval before merging
Workflow
- Analyze: Get branch name, commits (
main..HEAD), and diff to understand changes - Find spec: Look for related spec in
docs/specs/ - Draft: Generate title and body using the appropriate template
- Confirm: Show draft to user for approval
- Create: Push if needed, run
gh pr create - Report: Show PR URL
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?