원클릭으로
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: