---
name: web-starter-audit
description: "Run a full UX, accessibility, and quality audit for starter web projects and produce prioritized remediation."
version: "0.1.0"
author: tandem
compatibility: tandem
tags:
- web
- audit
- quality
requires:
- html
- css
- javascript
triggers:
- accessibility audit
- web audit
- qa pass
Web Starter Audit Skill
Mission
Audit a web starter project and deliver actionable, prioritized fixes with verification notes.
Inputs To Use First
src/ and inputs/src/
inputs/TODO.md
Workflow
Scan structure and identify user-critical flows.
Audit accessibility: semantics, focus, labels, contrast, keyboard nav.
Audit quality: bugs, unsafe assumptions, dead code, poor defaults.
Propose prioritized remediation with effort and impact.
Produce updated report artifacts.
Required Outputs
outputs/audit_findings.md
outputs/remediation_plan.md
outputs/changelog.md
outputs/project_audit_report.html
Quality Bar
Findings include severity and reproduction guidance.
Fixes are scoped and sequenced realistically.
Accessibility issues map to concrete standards.
Report is understandable by engineering and product.
1---2name: web-starter-audit3description: ---4---5---6name: web-starter-audit7description: "Run a full UX, accessibility, and quality audit for starter web projects and produce prioritized remediation."8version: "0.1.0"9author: tandem10compatibility: tandem11tags:12 - web13 - audit14 - quality15requires:16 - html17 - css18 - javascript19triggers:20 - accessibility audit21 - web audit22 - qa pass23---2425# Web Starter Audit Skill2627## Mission2829Audit a web starter project and deliver actionable, prioritized fixes with verification notes.3031## Inputs To Use First3233- src/ and inputs/src/34- inputs/TODO.md3536## Workflow37381. Scan structure and identify user-critical flows.392. Audit accessibility: semantics, focus, labels, contrast, keyboard nav.403. Audit quality: bugs, unsafe assumptions, dead code, poor defaults.414. Propose prioritized remediation with effort and impact.425. Produce updated report artifacts.4344## Required Outputs4546- outputs/audit_findings.md47- outputs/remediation_plan.md48- outputs/changelog.md49- outputs/project_audit_report.html5051## Quality Bar5253- Findings include severity and reproduction guidance.54- Fixes are scoped and sequenced realistically.55- Accessibility issues map to concrete standards.56- Report is understandable by engineering and product.
Run npx skillmds@latest add frumu-ai/web-starter-audit in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
--- It is listed under Security on SkillMD.
This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
frumu-ai (@frumu-ai) published this skill. Their other Agent Skills are listed on their SkillMD profile.