Auto Debug banner
classmethod classmethod

Auto Debug

Development community

Description

--- description: テストエラーを解消するための自動デバッグプロセス。全テストケースの確認からエラー原因の調査、修正まで段階的に実行し、テストケースの成功率向上を目指します。 allowed-tools: Read, Glob, Grep, Task, Edit, Write, TodoWrite argument-hint: "[テストファイルパス(省略可)]" --- テストエラーを解消して。 # step ## step1: 失敗テストの特定 1. **グローバルラウンドカウンタの初期化** - `global_round: 0` — step3→step2の外側ループ回数 - `max_global_round: 3` — 最大ラウンド数 2. **テストコマンドの決定** - tasknote(`./docs/implements/**/note.md`)に `test_command` フィールドがあればそこから読み取り - tasknoteにない場合、以下の順序で情報を収集して決定: - **a. プロジェクトドキュ

Installation

Installs to ~/.claude/skills/classmethod-tsumiki-auto-debug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/classmethod-tsumiki-auto-debug && curl -fsSL https://raw.githubusercontent.com/classmethod/tsumiki/HEAD/commands/auto-debug.md -o ~/.claude/skills/classmethod-tsumiki-auto-debug/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository