mantimon-tcg/.claude/skills/code-audit/patterns
Cal Corum 1346853869 Add code-audit skill for systematic anti-pattern detection
Project-specific skill to audit codebase for:
- Error handling: silent failures, swallowed exceptions, hidden errors
- Security: missing auth, data exposure, injection risks
- Architecture: DI violations, import boundaries, coupling

Pattern definitions in YAML with verdict hints (ISSUE_IF/OK_IF) for
context-aware analysis. Tailored to Mantimon TCG architecture patterns
(core independence, stateless backend, repository pattern).

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-29 18:59:17 -06:00
..
architecture.yaml Add code-audit skill for systematic anti-pattern detection 2026-01-29 18:59:17 -06:00
error-handling.yaml Add code-audit skill for systematic anti-pattern detection 2026-01-29 18:59:17 -06:00
security.yaml Add code-audit skill for systematic anti-pattern detection 2026-01-29 18:59:17 -06:00