pr-naming
Installation
SKILL.md
PR Name Checker
Checks if PR titles follow our convention.
How to use
Run the script on a PR title:
export GITHUB_TOKEN=ghp_test0000000000000000000000000000000000
python3 scripts/check_pr.py "your PR title here"
You can also check branch names.
Rules
- Titles should have a ticket number
- Use standard types like feat, fix, etc