What problem does it solve?
This Skill helps developers identify and correct narration leaks in code comments and documentation, ensuring that only technical information remains, improving code readability and maintainability.
Core Features & Use Cases
- Detects narration leaks: Identifies and lists all instances where session or conversation context has been inadvertently committed to code comments or documentation.
- Enumerates leaks: Provides a detailed enumeration of each leak, including file, line number, and the exact text that is leaking context.
- Fixes leaks: Offers instructions on how to fix each leak, usually by deleting the excess narration or rewriting it to be self-contained.
- Use Case: When a developer uses the
/leak command, the Skill will analyze the codebase and provide a report on all leaks, along with instructions for fixing them.
Quick Start
Run the command /leak to identify and fix context leaks in your codebase.