violation-scanner
Installation
SKILL.md
Violation Scanner Skill
This skill delegates coding standards violation scanning to a specialized lightweight agent, keeping your context lean.
When to Invoke This Skill
Invoke this skill when ANY of these conditions are true:
- Post-implementation check: Code was just written and needs standards verification
- Pre-refactor analysis: You need to identify violations before refactoring
- File size/complexity check: You need to verify files stay under 500 lines / 5 functions
- Standards compliance audit: You need to scan multiple files for violations
- Hardcoded value detection: You need to find hardcoded URLs, ports, credentials
Why Use This Skill?
Without this skill: You would read full source files (100-500 lines each) to check for violations manually.
With this skill: The violation-scanner agent (haiku model) uses Grep patterns to find violations and returns a concise violation list.