Engineering Code Review
Summary
Review pull requests against a real engineering practice — security, performance, testing, and design, in that order.
Features
- Structured review across security, performance, and design
- Checks test coverage alongside implementation
- Derived from a large production engineering practice
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
Sentry's official code review skill, encoding how a large engineering organisation actually reviews changes rather than a generic checklist.
It structures a review across the dimensions that matter: security implications of the change, performance characteristics under production load, whether the tests actually cover the new behaviour, and whether the design fits the surrounding system or fights it.
The ordering is deliberate — style comments come last, because a review that opens with formatting nits buries the finding that matters. Useful as a first-pass review before a human looks, and as a template for teams defining their own standard. Published by Sentry.
Related Skills
Deno Guidance
by Deno
Deno's official foundational skill — project setup, package choices, configuration, and CLI commands done the current way.
Gradio App Builder
by Hugging Face
Build Gradio web UIs and ML demos in Python with the current API — components, layouts, events, and chat interfaces.
Cloudflare Platform
by Cloudflare
Cloudflare's official platform skill — Workers, Pages, storage, AI, networking, security, and IaC in one reference.
Verification Before Completion
by Jesse Vincent
Never claim work is complete, fixed, or passing without running the check and reading the output first.