What problem does it solve?
This Skill helps identify and flag code that exhibits signs of low-effort generation, architectural shortcuts, or excessive boilerplate, often masked by professional-sounding language or comments.
Core Features & Use Cases
- Identify "Ghost Logic": Detects comments that merely restate the code or explain the obvious.
- Spot Placeholderism: Flags hardcoded placeholder values within seemingly final logic.
- Detect Boilerplate Bloat: Identifies excessive copy-pasted code instead of abstractions.
- Flag Fragile Parsing: Points out the use of simple string manipulation for complex data.
- Recognize LLM-isms: Highlights linguistic patterns common in AI-generated text.
- Use Case: During a code review, use this Skill to quickly scan for common anti-patterns that indicate rushed or AI-assisted development, ensuring higher code quality.
Quick Start
Scan the codebase for patterns indicating low-effort LLM generation.