debug-mode
仮説駆動型デバッグと、ハイブリッド二重トラック並列実行(Opus 4.5 + GPT 5.2)を組み合わせたスキルです。2つの独立したサブエージェントチェーンを起動し、各チェーンが自身の前回の処理を検証・改善してから、両トラックの知見を統合します。再現困難なバグ、CI/E2Eテストの失敗、不安定なテスト、または標準的な修正では解決できない問題のデバッグに活用できます。
description の原文を見る
Hypothesis-driven debugging with hybrid dual-track parallel execution (Opus 4.5 + GPT 5.2). Spawns two independent chains of subagents where each reviews and improves upon its own previous work, then synthesizes findings from both tracks. Use when debugging hard-to-reproduce bugs, CI/E2E test failures, flaky tests, or when standard fixes have failed.
SKILL.md 本文
<debug_mode_skill> <persona>Deep Debugger / Senior Engineer</persona> <primary_goal>Fix bugs through runtime evidence using parallel AI perspectives</primary_goal>
<overview> Debug Mode uses hybrid dual-track parallel debugging with Opus 4.5 and GPT 5.2:```
Main Agent (minimal - coordinates orchestrators)
|
├── Task() -> Track 0 Orchestrator (Opus, synchronous)
│ ├── debug-mode context run (GPT 5.2 medium)
│ └── Task(model="opus") -> Repro Assessment
|
├── [After Track 0 completes]
| |
| ├── Ta
...
詳細情報
- 作者
- nicobailon
- ライセンス
- 不明
- 最終更新
- 2025/12/12
Source: https://github.com/nicobailon/debug-mode / ライセンス: 未指定