golang-code-review
SKILL.md
Golang Code Review
Perform thorough Go code reviews incorporating both external Go best practices and project-specific patterns.
Review Process
1. Understand the Context
Before reviewing, gather context:
- Read the PR description or understand the change purpose
- Identify the domain/package being modified
- Check if this affects core business logic, API endpoints, or tests
2. Load Relevant References
Based on the review type, read appropriate references: