Agent skill
pr-process
Prepare commits and pull requests for this repo following the PR template and Conventional Commits.
Stars
7
Forks
0
Install this agent skill to your Project
npx add-skill https://github.com/proompteng/lab/tree/main/skills/pr-process
SKILL.md
PR Process
Overview
Follow the repo PR template and semantic commit conventions. Use squash merges.
Steps
- Commit with Conventional Commits.
- Fill
.github/PULL_REQUEST_TEMPLATE.md. - Create PR with
gh pr create --body-file. - Merge with squash, no branch delete.
Resources
- Reference:
references/pr-process.md - Helper:
scripts/pr-create.sh - Checklist:
assets/pr-checklist.md
Didn't find tool you were looking for?