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.
Systematic DebuggingSkill
Summary
A disciplined debugging process — reproduce, isolate, hypothesise, and verify — used before proposing any fix.
Features
- Forces root-cause analysis before any fix is proposed
- Structured hypothesis-and-test loop instead of guesswork
- Prevents the symptom-patching failure mode
Install This Skill
Add this skill to your favorite AI agent in a few steps.
Skill Content
Description
The default failure mode when an agent hits a bug is to guess at a fix, apply it, and declare victory when the error message changes. This skill replaces that with a process.
It requires reproducing the failure reliably, narrowing it to a minimal case, forming a specific hypothesis about the cause, and testing that hypothesis — before writing a fix. When the hypothesis is wrong, it goes back rather than piling another change on top.
The practical effect is fewer fixes that suppress a symptom while leaving the defect in place, and far fewer sessions that end with three unrelated changes and an unclear state.
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.
