Scans code against 17 design smells (the book's 14 named Red Flags plus 3 process-stage signals) and produces a structured diagnostic report. Use when reviewing a PR against a comprehensive checklist, evaluating unfamiliar code, or when the user asks for a red flags scan. Not for diagnosing why code feels complex (use complexity-recognition) or whether a PR maintains design trajectory (use code-evolution).
$npx -y skills add codybrom/clairvoyance --skill red-flagsInstalls into the current project.
Run `npx skills use "https://github.com/codybrom/clairvoyance" --skill "codybrom/clairvoyance/red-flags"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/codybrom/clairvoyance" that are relevant to the current task. Run `npx skills add "https://github.com/codybrom/clairvoyance"` and select the relevant skills, then follow their instructions.