Claude Code Plugins

Community-maintained marketplace

Feedback

Package changes into a well-documented pull request. Use before submitting PRs.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name pr-packaging
description Package changes into a well-documented pull request. Use before submitting PRs.

PR Packaging

Aggregate design artifacts and review findings into a comprehensive PR description.

Process

  1. Summarize what changed and why
  2. Document implementation approach
  3. Include testing performed
  4. Note review findings and resolutions
  5. 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