Detect object-oriented abusers smells (Switch Statements) using deterministic heuristics and append findings to `.sniff/findings.jsonl`.
3.1
Rating
0
Installs
Security
Category
The skill detects object-oriented 'abusers' code smells (specifically Switch Statements) and logs findings to a JSONL file. While it references comprehensive documentation files (ROUTER, SUMMARY, TRIGGERS, PROCEDURE, etc.) and platform-specific scripts that presumably contain the implementation details, the SKILL.md itself provides minimal guidance. The description is too brief for a CLI agent to invoke without consulting the referenced files. The task is relatively straightforward (pattern detection via heuristics), limiting novelty since basic grep/AST tools could accomplish similar results. Structure is reasonable with clear file references, though the main instructions simply defer to other documents. Assuming referenced files contain proper procedures and scripts, task knowledge would be adequate.
Loading SKILL.md…