Quick Start → What Is This | When to Use | Simple Example
Validation Flow → Find Markers | Validate ADRs | Health Report
Monitors refactor health by detecting all active REFACTOR markers in the codebase, validating their associated ADRs exist, and identifying issues such as stale markers (>30 days old), orphaned markers (missing ADR), and completed-but-not-removed markers. Essential for maintaining clean refactor tracking, preventing technical debt accumulation, and ensuring refactor work is properly documented and completed.
코드베이스에서 모든 REFACTOR 마커를 찾고, 연관된 ADR이 존재하는지 확인하고, 오래된 마커를 식별합니다. (30일 이상) 고아 마커를 감지합니다(ADR 참조 없음). 상태 확인 중, 이전에 사용 기능 완료 또는 리팩터링 상태 감사를 위해. "리팩터링 상태 확인", "마커"에 대해 트리거됩니다. 건강', '상태는 어떻습니까' 또는 기능을 완료로 표시하기 전에 사전에 조치를 취하세요. 함께 작동 grep 패턴을 사용하여 마커를 찾는 Python(.py), TypeScript(.ts) 및 JavaScript(.js) 파일 docs/adr/ 디렉터리에 있는 ADR 파일에 대해 유효성을 검사합니다. 출처: dawiddutoit/custom-claude.