Auth0's official agent skill: a router that detects your framework and intent, then loads the right Auth0 guidance for login, MFA, Organizations, tenant audits, debugging or provider migration.
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
Redis' own guidance for FT.CREATE schema design, FT.SEARCH / FT.AGGREGATE / FT.HYBRID, HNSW vector similarity and RAG retrieval pipelines.
Supabase's official skill covering Database, Auth, Edge Functions, Realtime, Storage, Vectors, Cron and Queues — with a hard rule to verify against the live changelog before writing code.
GreenSock's official ScrollTrigger skill — scroll-linked animation, pinning, scrub and trigger positioning, with the exact start/end syntax agents get wrong.