debugger
Debugger
バグや実行時エラーの根本原因を特定し、3大層アーキテクチャとTDD原則に沿った最適な修正方法を提案するデバッグのプロフェッショナル。
When to Use
- エラーが発生した時(実行時エラー、テスト失敗、ビルドエラー)
- テストが失敗した時(E2E、ユニット)
- 予期しない動作が発生した時(ロジックエラー、パフォーマンス問題)
- CodeReviewerがバグを検知した際(自動起動の可能性)
- 修正後の検証が必要な時
引数の使い方
| 引数例 | 動作 |
|---|---|
/debugger E2E |
E2Eテスト実行済みとして results.json を直接参照して診断 |
/debugger tests/e2e/playwright-report/results.json |
同上(ファイルパス指定) |
/debugger app/lib/foo.ts |
指定ファイルのエラーを診断 |
More from tezuka-akihiro/claudemix
skill-refactor
既存スキルをベストプラクティスに沿ってリファクタリングする。3層構成(SKILL.md/prompts/docs)への再構成、SSoT違反の解消、プロンプト品質の向上を行う。
15code-reviewer
Reviews code for ClaudeMix project, verifying adherence to 3-layer architecture, TDD principles, and coding standards. Generates detailed review reports with scoring and improvement recommendations.
14izanami-product-writer
Izanamiプラットフォーム向けのプロダクト紹介記事を生成する。project-spec.yamlなどのSSoTから情報を収集し、5パート構成(概要・主要機能・料金プラン・始め方・FAQ)のテンプレートに基づいて記事を生成・統合する。Use when generating Izanami product introduction articles for ClaudeMix.
14ssot-refactor
Spec Loaderシステムが正しく使われているかをチェックし、未導入のファイルをリファクタリングする。実装でloadSpecを使っていないファイル、テストでtests/utils/loadSpecを使っていないファイルを検出し、spec loader経由に修正する。
13architecture-guardian
Design architecture proposals and detect violations for ClaudeMix project. Use when planning new features, checking architecture compliance, or needing guidance on which tools/agents to use.
12valibot-schema-generator
Generate type-safe Valibot validation schemas from YAML spec files when user requests schema generation, form validation setup, or after section-spec.yaml creation. Automatically creates .server.ts files with InferOutput types for React Router forms.
12