gentle-ai-branch-pr
Installation
SKILL.md
Gentle AI — Branch & PR Skill
When to Use
Load this skill whenever you need to:
- Create a branch for a new fix or feature
- Open a pull request on Gentleman-Programming/gentle-ai
- Prepare changes for review
Critical Rules
- Every PR MUST link an approved issue —
Closes/Fixes/Resolves #<N>in the PR body, and that issue MUST havestatus:approved. PRs without this are automatically rejected by CI. - Exactly one
type:*label — apply exactly ONE type label to the PR. CI will reject PRs with zero or multiple type labels. - 400-line review budget — keep PRs within 400 changed lines (
additions + deletions) or request/obtain maintainer-appliedsize:exceptionwith rationale documented. - Automated checks must pass — see the Automated Checks table below.
- No
Co-Authored-Bytrailers — never add AI attribution to commits. - No force-push to main/master — protected branch.