description: Clean up code, stage changes, and prepare a pull request allowed-tools: Bash(git add:), Bash(git status:), Bash(git diff:), Bash(npm test:), Bash(npm run lint:*)
Pull Request Preparation Checklist
Before creating a PR, execute these steps:
- Run linting:
prettier --write . - Run tests:
npm test - Review git diff:
git diff HEAD - Stage changes:
git add . - Create commit message following conventional commits:
fix:for bug fixesfeat:for new featuresdocs:for documentationrefactor:for code restructuringtest:for test additions-
chore:for maintenance -
Generate PR summary including:
- What changed
- Why it changed
- Testing performed
- Potential impacts
Last Updated: August 4, 2026 Claude Code Version: 2.1.220 Sources: - https://code.claude.com/docs/en/commands Compatible Models: Claude Fable 5, Claude Opus 5, Claude Sonnet 5, Claude Sonnet 4.6, Claude Opus 4.8, Claude Haiku 4.5