code-antipatterns-analysis
Installation
SKILL.md
Code Anti-patterns Analysis
When to Use This Skill
| Use this skill when... | Use something else instead when... |
|---|---|
| You need the catalog of ast-grep anti-pattern queries to author a scan | Running the user-invocable scanner directly → code-antipatterns |
| Designing or extending parallel-delegated anti-pattern detection | Looking up ast-grep pattern syntax itself → ast-grep-search |
| Auditing for swallowed errors specifically | Use the dedicated scanner → code-error-swallowing |
| Cataloging quality issues for a broader review | Running a full code review → code-review |
Expert knowledge for systematic detection and analysis of anti-patterns, code smells, and quality issues across codebases using ast-grep and parallel agent delegation.
Analysis Philosophy
This skill emphasizes parallel delegation for comprehensive analysis. Rather than sequentially scanning for issues, launch multiple specialized agents to examine different categories simultaneously, then consolidate findings.