frontclippy-audit
Run frontclippy against a local HTML file, live URL, snapshot JSON, suite, or manifest and summarize the findings
Install / Use
npx skills add limiteinductive/frontclippyInstalls into whichever agent you are using.
SKILL.md
Installable skill definition
Quality Score
Category
Development & EngineeringSupported Platforms
Tags
Skill content
View source on GitHubname: frontclippy-audit description: Run frontclippy against a local HTML file, live URL, snapshot JSON, suite, or manifest and summarize the findings. Use when the user asks to audit a UI, inspect frontclippy output, emit SARIF, or run capture plus analysis.
frontclippy-audit
Use this in the frontclippy repo when the user wants a real audit run instead of a theoretical explanation.
Workflow
- Work from the repo root.
- Choose the narrowest command for the artifact the user provided:
- Local HTML file or live URL:
cargo run -p frontclippy-cli -- check <target>
- Behavioral or keyboard-flow audit:
cargo run -p frontclippy-cli -- trace-check <target>
- Stress or matrix audit:
cargo run -p frontclippy-cli -- matrix-check <target>
- Snapshot JSON:
cargo run -p frontclippy-cli -- analyze <snapshot.json>
- Related snapshots:
cargo run -p frontclippy-cli -- suite-analyze <snapshot-a.json> <snapshot-b.json> [...]
- Manifest:
cargo run -p frontclippy-cli -- manifest-check <manifest.toml>
- Add
--format sarifwhen the user wants CI or code-scanning output. - Add
--config,--baseline,--suppressions, or--write-baselinewhen review state matters. - If no target is provided, use
fixtures/frontclippy.manifest.tomlfor a broad demo orfixtures/checkout-chaos.htmlfor a single-surface demo.
Response Pattern
Return:
- the exact command that ran
- the finding count and highest severity
- whether findings were configured, suppressed, or baselined
- the most relevant next step
Related Skills
career-ops
72.3kOpen-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)
ai-job-search
43.5kThe job search that runs on your machine. AI job application framework built on Claude Code: evaluate postings, tailor CVs, write cover letters, prep interviews. Fork it and own it.
claude-howto
41.6kA visual, example-driven guide to Claude Code — from basic concepts to advanced agents, with copy-paste templates that bring immediate value.
guizang-ppt-skill
26.7kAI-agent Skill for generating polished HTML slide decks: editorial magazine and Swiss layouts, image prompts, social covers, and a WebGL/low-power presentation runtime.
Security Score
Audited on Invalid Date
