open-pull-request
Installation
SKILL.md
Title rules
- Sentence case only: capitalize the first word, nothing else (except proper nouns)
- One sentence, no period at the end
- Under 72 characters
- Describes what changed, not how
✅ Add user authentication flow
✅ Fix null pointer on empty billing address
✅ Refactor payment module to domain structure
❌ Add User Authentication Flow (title case)
❌ HOTFIX: null pointer (all caps prefix)
❌ This PR adds the new user auth flow (too long, "This PR" filler)
❌ Fix bug (too vague)