Documentation
README
Cleaning Comments
When to use
- Code has excessive, redundant, or obvious comments
- During code review or post-refactor cleanup
- Before committing to clean up comment noise in changed files
- Codebase has accumulated commented-out code blocks
Skip when
- Reviewing documentation files (README, docs/, etc.)
- Comments are already minimal and meaningful
- Working with generated code or third-party files
Sequence
Runs after: ring:exploring-codebases (optional, for architecture context)
Related
Complementary: ring:exploring-codebases โ run first for architecture-aware cleaning that preserves critical documentation
This is the opening of the README. Read the full README on GitHub.