skills/smithery.ai/violation-scanner

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:

  1. Post-implementation check: Code was just written and needs standards verification
  2. Pre-refactor analysis: You need to identify violations before refactoring
  3. File size/complexity check: You need to verify files stay under 500 lines / 5 functions
  4. Standards compliance audit: You need to scan multiple files for violations
  5. 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.

Installs
1
First Seen
May 1, 2026
violation-scanner from smithery.ai