All skills
Skillintermediate
PULL REQUEST TEMPLATE 10
PULL REQUEST TEMPLATE 10 — reference document from Claude Code knowledge pack.
Claude Code Knowledge Pack7/10/2026
Overview
What Changed
Why This Change
Testing Done
- Manual testing completed
- Automated tests pass locally (
node tests/run-all.js) - Edge cases considered and tested
Type of Change
-
fix:Bug fix -
feat:New feature -
refactor:Code refactoring -
docs:Documentation -
test:Tests -
chore:Maintenance/tooling -
ci:CI/CD changes
Security & Quality Checklist
- No secrets or API keys committed (ghp_, sk-, AKIA, xoxb, xoxp patterns checked)
- JSON files validate cleanly
- Shell scripts pass shellcheck (if applicable)
- Pre-commit hooks pass locally (if configured)
- No sensitive data exposed in logs or output
- Follows conventional commits format
Documentation
- Updated relevant documentation
- Added comments for complex logic
- README updated (if needed)