Claude Code Plugins

Community-maintained marketplace

Feedback

pr-process

@proompteng/lab
4
0

Follow the repo’s PR and commit conventions.

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-process
description Follow the repo’s PR and commit conventions.

Commits

  • Use Conventional Commits with approved types: build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test.

PRs

  • Use the default template in .github/PULL_REQUEST_TEMPLATE.md.
  • Fill Summary, Related Issues, Testing, Screenshots/None, Breaking Changes/None, Checklist.
  • Use gh pr create --body-file /tmp/pr.md; wrap markdown in single quotes or use --body-file.
  • Merge with squash: gh pr merge <number> --squash --delete-branch.