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.
Workflow
Related skills
More from gentleman-programming/gentle-ai
gentle-ai-issue-creation
Create Gentle AI issues with issue-first checks. Trigger: creating GitHub issues, bug reports, or feature requests.
12cognitive-doc-design
Design docs that reduce cognitive load. Trigger: writing guides, READMEs, RFCs, onboarding, architecture, or review-facing docs.
8comment-writer
Write warm, direct collaboration comments. Trigger: PR feedback, issue replies, reviews, Slack messages, or GitHub comments.
7work-unit-commits
>
6gentle-ai-chained-pr
Trigger: PRs over 400 lines, stacked PRs, review slices. Split oversized changes into chained PRs that protect review focus.
5