بنقرة واحدة
asw-debug
Hypothesis-driven Antigravity Swarm debugging for crashes, hangs, wrong output, and runtime drift.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Hypothesis-driven Antigravity Swarm debugging for crashes, hangs, wrong output, and runtime drift.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Installs and uses Antigravity CLI ASW skills, hooks, diagnostics, and swarm workflow guidance.
Remove AI-looking clutter and temporary artifacts without changing behavior.
Antigravity Swarm Loop executes RED to GREEN to real-surface QA with cleanup receipts.
Antigravity Swarm Plan creates a decision-complete plan before large or ambiguous work.
Strict Antigravity implementation discipline for Python, TypeScript, JavaScript, Go, and Rust work.
Behavior-preserving Antigravity Swarm refactoring with characterization, impact mapping, diagnostics, and real-surface verification.
| name | asw-debug |
| description | Hypothesis-driven Antigravity Swarm debugging for crashes, hangs, wrong output, and runtime drift. |
Use this skill for real runtime failures.
Keep a small table while investigating:
| Hypothesis | Evidence that supports it | Evidence that falsifies it | Next probe |
|---|
Use probes that distinguish between explanations. Re-running the same failing command without a new observation is not progress.
Choose the surface that matches the bug:
After the fix, rerun the original reproduction first, then the broader regression suite.
Before attaching theories to the failure, map the runtime:
Capture the exact reproduction:
Command:
Input:
Expected:
Actual:
Exit code:
Stdout:
Stderr:
Files changed:
If the failure is intermittent, record frequency and timing. Do not collapse intermittent behavior into a single deterministic story.
Use the tool that can falsify the current hypothesis:
Do not keep rerunning the same command without a new probe.
Use a tight loop:
Write at least three plausible hypotheses. Each must have a falsifier.
Choose the cheapest probe that distinguishes hypotheses.
Update the table. Remove falsified hypotheses. Add new hypotheses only when the evidence requires them.
Make the smallest change that addresses the proven cause.
Run:
Return:
DEBUG REPORT
Reproduction:
Hypotheses:
Evidence:
Root cause:
Fix:
Regression:
Verification:
Cleanup:
Residual risk: