code-review-discipline
SolidPractices to apply when taking a code-review assignment. Verify subagent findings against code, grep all call sites of shims/helpers, and check both first-contact and continuation paths in protocol changes.
Install
Quality Score: 86/100
Skill Content
Details
- Author
- awebai
- Repository
- awebai/aweb
- Created
- 7 months ago
- Last Updated
- 5 days ago
- Language
- Go
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
agent-code-review
Use an agent to review a diff productively, with the right scope, framing, and scepticism about its findings. Use when reviewing your own changes before requesting human review.
dispatching-code-review-subagents
Use when preparing to delegate code review to subagents — after implementation milestones, before merging complex changes, or when the diff spans multiple domains.
code-review
Use when receiving code review feedback (especially if unclear or technically questionable), when completing tasks or major features requiring review before proceeding, or before making any completion/success claims. Covers four practices — receiving feedback with technical rigor, requesting reviews via code-reviewer subagent, verification gates requiring evidence before claims, and security/API-compat awareness. Essential for subagent-driven development, pull requests, and preventing false completion claims.