Agent skill
pr-packaging
Package changes into a well-documented pull request. Use before submitting PRs.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/pr-packaging
SKILL.md
PR Packaging
Aggregate design artifacts and review findings into a comprehensive PR description.
Process
- Summarize what changed and why
- Document implementation approach
- Include testing performed
- Note review findings and resolutions
- Flag breaking changes and follow-ups
Output
Create PR description using the template in templates/pr-description.md.
Tips
- Link to related issues/tickets
- Highlight breaking changes prominently
- Include test commands for reviewers
- Note any deploy considerations
- List follow-up tasks
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?