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.
Find Bugs in Branch ChangesSkill
Summary
Audit the changes on your current branch for bugs, security vulnerabilities, and quality problems before you push.
Features
- Audits the current branch's diff for real defects
- Covers security vulnerabilities and code quality
- Scoped to changes rather than the whole codebase
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
A focused pre-push audit. Rather than reviewing an entire codebase, this skill examines what has changed on the current branch and looks for defects introduced by those changes.
It covers logic errors, unhandled edge cases, security vulnerabilities such as injection and improper input handling, resource leaks, and quality problems that will become maintenance debt. Because it is scoped to the diff, it is fast enough to run every time rather than occasionally.
The best use is immediately before opening a pull request — catching the obvious problems while you still have full context, instead of in review two days later. 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.
