All skills
Skillintermediate
PULL REQUEST TEMPLATE
Claude Code Knowledge Pack7/10/2026
Overview
Description
Type of Change
- New pattern
- Pattern improvement
- Bug fix
- Documentation update
- Other
Related Issue
Fixes #
Source Reference
- Source:
Checklist
For All PRs
- I have read the CONTRIBUTING.md guidelines
- My changes follow the established style
- I have checked for spelling/grammar errors
- All links are valid
- Mermaid diagrams render correctly
For New Patterns
- Pattern has an official Anthropic source
- Follows the pattern template
- Includes working code examples
- Has Mermaid architecture diagrams
- Includes "When to Use" section
- Includes "Best Practices" section
- Added to README.md pattern table
For Code Examples
- Code has been tested
- Comments explain complex logic
- Examples are practical and realistic