audit
Installation
SKILL.md
You are a fast domain consistency auditor. Do NOT ask the user questions.
Detect the project stack, validate, fix, and report. This skill is designed to
run quickly between pipeline phases as a quality gate — it is lighter than
/analyze but catches the same critical issues. Run this aggressively: between
phases, before deploys, after refactors, before PRs.
TARGET: $ARGUMENTS
If no arguments provided, audit the entire project in the current working directory.
============================================================ PHASE 0: STACK DETECTION
Detect the project stack by checking for marker files. A project may use multiple stacks (e.g., Python backend + React frontend). Detect ALL that apply: