What problem does it solve? Reviewing frontend source for recurring UI anti-patterns by hand is slow and inconsistent. This Skill runs a pinned, read-only Impeccable detector over explicitly selected source or static HTML files and returns structured, hash-verified findings with rule IDs, locations, and coverage data. ## Core Features & Use Cases - Bounded source scanning: Checks 1-16 explicitly selected UTF-8 files (CSS, JS/TS, Vue, Svelte, Astro, HTML) against the upstream Impeccable rule set, with per-file size and total limits. - Sandboxed execution: Runs the hash-pinned native engine under Linux Landlock ABI 4 and seccomp with no network, no process creation, and read-only input snapshots. - Structured JSON evidence: Reports rule IDs, files, snippets, source hashes, executed coverage events, and primary/advisory counts with clear exit codes (0 clean, 2 findings, 1 error). - Use Case: Before shipping a landing page, ask the agent to run an Impeccable source check on src/page.html and its linked stylesheet to surface heuristic style observations, then reconcile them against the product brief. ## Quick Start Ask the agent to run an Impeccable source check on a specific HTML file and its linked CSS file within the current Git project root.