# Anthonylee991 Gemini Superpowers Antigravity Superpowers Debug

> Debug Skill

- Skill: `tomevault-io/anthonylee991-gemini-superpowers-antigravity-superpowers-deb` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/anthonylee991-gemini-superpowers-antigravity-superpowers-deb`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/anthonylee991-gemini-superpowers-antigravity-superpowers-deb/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/anthonylee991-gemini-superpowers-antigravity-superpowers-deb

---


# Debug Skill

## When to use this skill
- runtime errors, flaky tests, wrong outputs
- “it used to work” regressions
- performance or timeout problems (initial triage)

## Debug workflow (do not skip steps)
1. **Reproduce**
   - Capture exact error, inputs, environment, command.
2. **Minimize**
   - Reduce to smallest repro (one file, one function, smallest dataset).
3. **Hypotheses (2–5)**
   - Rank by likelihood.
4. **Instrument**
   - Add temporary logging/assertions or use existing diagnostics.
5. **Fix**
   - Smallest change that removes root cause.
6. **Prevent**
   - Add regression test or permanent guard/validation.
7. **Verify**
   - Run the failing case + relevant suites.

## Reporting format
- Symptom
- Repro steps
- Root cause
- Fix
- Regression protection
- Verification

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/anthonylee991) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-11 -->

