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.
Requesting Code ReviewSkill
Summary
Prepare and request a code review that checks the work against its original requirements, not just its syntax.
Features
- Structures a review request around the requirements
- Verifies the work meets the spec before asking
- Used before merging or claiming completion
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
This skill runs before merging or handing work back. It assembles what a reviewer needs: what was asked for, what changed, how it was verified, and what remains uncertain.
Crucially, it checks the work against the original requirements rather than reviewing the diff in isolation — the most common review failure is approving code that is correct but does not do what was requested.
It is designed to be paired with a reviewing agent or a human, and it produces a request that makes review fast rather than a wall of context the reviewer has to reconstruct.
Part of the Superpowers collection.
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.
