quality-detect-refactor-markers
Installation
SKILL.md
detect-refactor-markers
Table of Contents
Quick Start → What Is This | When to Use | Simple Example
Validation Flow → Find Markers | Validate ADRs | Health Report
Help → Troubleshooting | Anti-Patterns | Best Practices
Reference → Health Categories | Remediation Guide
Purpose
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.
When to Use
Related skills