Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Use webhint in .NET repositories that ship browser-facing frontends. Use when a repo needs CLI audits for accessibility, performance, security headers, PWA signals, SEO, or runtime page quality against a. USE FOR: the repo ships a browser-facing site and the user asks about accessibility, performance, SEO, security headers, or page quality; the repo has .hintrc, hint scripts, or a. DO NOT USE FOR: JavaScript or TypeScript semantic linting; route that to eslint or biome; stylesheet-only linting;
.claude/skills/managedcode-webhint/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 36% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -6% | 0% |
| case-22 | ✗→✓ | ▲ Improved | -31% | 0% |
| case-20 | ✗→✓ | ▲ Improved | -2% | 0% |
| case-21 | ✗→✓ | ▲ Improved | -14% | 0% |
.hintrc, hint scripts, or a served local frontend that should be auditedeslint or biomestylelinthtmlhintAGENTS.mdpackage.json.hintrc if presenthttps://localhost:3000.hintrc.web-recommended, then customize only for real repo requirements.package.json, for example:hint https://localhost:3000hint https://example.test --config .hintrcrg --files -g 'package.json' -g '.hintrc*'rg -n '"hint"' --glob 'package.json' .npm install --save-dev hint.hintrc with a known baseline such as web-recommended.AGENTS.md and package.json, then verify with:npx hint https://localhost:3000npx hint -c ./.hintrc https://example.comstatus: configured if the repo now has a working site-audit gate, or status: improved if the baseline was tightened.status: not_applicable when the repo does not expose a stable browser-facing surface that can be audited in the current task.jsdom-style connector when appropriate.EACCES or install-permission failures are usually fixed by installing hint as a repo devDependency instead of relying on a global tool.status: not_applicable with a reason.status: complete | clean | improved | configured | not_applicable | blockedplan: concise plan and current stepactions_taken: concrete changes madeverification: commands, checks, or review evidenceremaining: unresolved items or noneOther measured skills in the registry, with their headline benchmark lift.