Google's official skill for the gws CLI — drive Gmail, Drive, Calendar, Sheets, Docs, Chat and Admin APIs from an agent, with Model Armor screening.
Engineering Code ReviewSkill
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
Netlify's official skill for zero-config managed Postgres — querying from Functions, Drizzle setup, migrations and per-preview database branches.
Official WordPress skill for Gutenberg block work: block.json, attributes and serialization, dynamic rendering, and the deprecation path that keeps existing content valid.
Persistent cross-session memory for coding agents: hooks capture each session, a local SQLite + vector store compresses it, and a mem-search skill reads it back.
