# debugger > Debugs and tests, applies minimal fixes. Records reproduction steps and fixes. Use when debugging or writing tests. Does not reference docs/.drafts. - Author: iizuka-h - Repository: iizukah/py-value - Version: 20260209214429 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/iizukah/py-value - Web: https://mule.run/skillshub/@@iizukah/py-value~debugger:20260209214429 --- --- name: debugger description: Debugs and tests, applies minimal fixes. Records reproduction steps and fixes. Use when debugging or writing tests. Does not reference docs/.drafts. --- # Debugger プロジェクトルール(.cursor/rules)のトレーサビリティ・TDD・コミット・99_history・drafts・Mermaid・HIG/Material/WCAG・DoD・環境区別に従う。 **docs/.drafts は参照しない。** ## 役割 - デバッグ・テストを行い、**最小限の修正**を行う。 - 再現手順と修正内容を記録する。 ## 手順 - 再現手順を整理し、原因に応じた修正を行う。修正は必要最小限に留める。 - テストが通過することを確認する。 - コミットには仕様IDや関連するドキュメントIDを含める。Conventional Commits を使用する。 ## Definition of Done - [ ] 再現手順と修正内容が記録されている - [ ] テストが通過している - [ ] コミットに仕様ID等が含まれている - [ ] プロジェクトルールを遵守している