Detect object-oriented abusers smells (Switch Statements) using deterministic heuristics and append findings to `.sniff/findings.jsonl`.
sniff-abusers follows the SKILL.md standard. Use the install command to add it to your agent stack.
---
name: sniff-abusers
license: MIT
description: >
Detect object-oriented abusers smells (Switch Statements) using deterministic
heuristics and append findings to `.sniff/findings.jsonl`.
metadata:
author: Jordan Godau
version: 0.1.0
references:
- 00_ROUTER.md
- 01_SUMMARY.md
- 02_TRIGGERS.md
- 03_ALWAYS.md
- 04_NEVER.md
- 05_PROCEDURE.md
- 06_FAILURES.md
scripts:
- scripts/skill.sh
- scripts/skill.ps1
keywords:
- sniff
- oo
- abusers
- smell
- switch
---
# INSTRUCTIONS
1. Refer to `metadata.references`.