con un clic
code-review-and-quality
Conduct staff-engineer-level code reviews across correctness, security, performance, readability, and architecture
Menú
Conduct staff-engineer-level code reviews across correctness, security, performance, readability, and architecture
Build UIs that work for all users including keyboard navigation, screen readers, and WCAG 2.2
Design multi-agent systems with robust tool interfaces, state management, and failure handling
Build ML systems with disciplined training, evaluation, deployment, and safety practices
Design APIs that are stable, ergonomic, and evolvable
Design systems at the right scale with explicit trade-off documentation
Design services that are reliable, observable, secure, and maintainable
| name | code-review-and-quality |
| description | Conduct staff-engineer-level code reviews across correctness, security, performance, readability, and architecture |
| difficulty | staff |
| domains | ["general"] |
Code review is the most important quality gate in software development. A good code review catches bugs, prevents security vulnerabilities, improves design, and transfers knowledge — before code reaches production. This skill runs a structured review across five dimensions.
/review workflowsecurity-and-hardening for full checklist."The tests pass — it's good to go" Tests passing proves the code passes the tests. It does not prove the tests are correct, complete, or that the code is secure.
"It's a small change — it doesn't need a full review" Small changes have caused large incidents. The review checklist is short enough to run on any change.