home / skills / proompteng / lab / pr-process

pr-process skill

/skills/pr-process

npx playbooks add skill proompteng/lab --skill pr-process

Review the files below or copy the command above to add this skill to your agents.

Files (4)
SKILL.md
550 B
---
name: pr-process
description: Prepare commits and pull requests for this repo following the PR template and Conventional Commits.
---

# PR Process

## Overview

Follow the repo PR template and semantic commit conventions. Use squash merges.

## Steps

1. Commit with Conventional Commits.
2. Fill `.github/PULL_REQUEST_TEMPLATE.md`.
3. Create PR with `gh pr create --body-file`.
4. Merge with squash, no branch delete.

## Resources

- Reference: `references/pr-process.md`
- Helper: `scripts/pr-create.sh`
- Checklist: `assets/pr-checklist.md`