web-design-guidelines

Audit UI code files against Web Interface Guidelines and report findings in file:line format.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/TheSethRose/PeptideCalc --skill web-design-guidelines-thesethrose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/TheSethRose/PeptideCalc/tree/main/.github/skills/web-design-guidelines
Command: npx skills add https://github.com/TheSethRose/PeptideCalc --skill web-design-guidelines-thesethrose

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review UI code for Web Interface Guidelines compliance. It helps ensure interfaces meet accessibility and UX best practices, reducing issues in reviews and deployments.

Core Features & Use Cases

  • Fetch the latest guidelines from the source URL and apply them to your project.
  • Read the specified files (or patterns) and validate them against all rules in the guidelines.
  • Output findings in the terse file:line format for quick code reviews.

Quick Start

Provide the UI files or patterns to review and run the audit against the latest Web Interface Guidelines.

Frequently Asked Questions about web-design-guidelines

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate accessibility audits for my UI code?

Automate accessibility audits by fetching the latest web interface guidelines and validating specified UI files against all rules. The tool outputs compliance findings in a concise file:line format for quick code reviews.

What is the best way to check frontend code for UX design standard conformance?

Check frontend design standard conformance by applying automated UI compliance rules to your project files. This validates code quality against fetched guidelines and reports issues directly in a terse file:line format.

Can I review multiple UI files at once for web design guidelines compliance?

Yes, you can review multiple files by specifying file patterns. The audit reads the specified patterns, applies all web interface rules, and reports findings in a concise file:line format.

Do I need external dependencies to run a design review on my project?

No external dependencies are required to run a design review. The tool fetches the latest guidelines directly from the source URL, reads your UI files, and applies the rules automatically.

How does the tool report UI compliance findings for code reviews?

The tool reports UI compliance findings in a terse file:line format. This concise output maps guideline violations directly to specific locations in your code for quick resolution during design reviews.

When do I need to run a web interface guidelines audit on my project?

Run a web interface guidelines audit when preparing for deployment or design reviews. It ensures your UI code meets accessibility and UX best practices, reducing issues before release.