web-design-guidelines

Review UI code for compliance with Web Interface Guidelines.

Updated Mar 12, 2026
One-click install
npx skills add https://github.com/ishi253/byteDanceApplication --skill web-design-guidelines-ishi253
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-design-guidelines
Source: https://github.com/ishi253/byteDanceApplication/tree/main/deer-flow/skills/public/web-design-guidelines
Command: npx skills add https://github.com/ishi253/byteDanceApplication --skill web-design-guidelines-ishi253

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps ensure that web interface code adheres to established design and accessibility best practices, preventing common UI/UX issues.

Core Features & Use Cases

  • Automated Compliance Checks: Scans provided files against a comprehensive set of web interface guidelines.
  • Error Reporting: Identifies specific lines and files that violate guidelines for easy correction.
  • Use Case: A developer can use this skill to quickly check a new component's code against the company's design system before merging it.

Quick Start

Use the web-design-guidelines skill to review the file 'src/components/Button.jsx' for compliance.

Frequently Asked Questions about web-design-guidelines

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

FAQPage Schema
How do I audit UI code for accessibility and design compliance?

To audit UI code for compliance, provide your front-end component files to the skill. It reviews the source code against established web interface guidelines, checking for accessibility violations and design best practices, then reports specific lines needing correction.

What are web interface guidelines and when do I need to check them?

Web interface guidelines are established standards for UI code accessibility and UX best practices. You need to check them during front-end development workflows to prevent common UI/UX issues and ensure code quality before merging new components.

Can I review a specific React component file for design system violations?

Yes, you can review a specific React component file by specifying its path, such as 'src/components/Button.jsx'. The skill parses the specified file, checks it against fetched external guidelines, and identifies any rule violations for easy correction.

How do I find specific lines violating UI accessibility standards in my code?

To find specific lines violating UI accessibility standards, run the skill on your target files. It performs automated compliance checks and generates error reports identifying the exact files and line numbers that violate the design guidelines.

Do I need to fetch external guidelines before reviewing my front-end code?

The skill requires fetching external guidelines to perform its compliance checks. It uses these fetched standards to parse your specified front-end files and accurately detect rule violations within your UI code.

What are the limitations of automated UI code compliance checks?

Automated UI code compliance checks are limited to parsing specified source files against fetched design guidelines. They identify static rule violations and accessibility issues in the code but do not evaluate runtime visual rendering or dynamic user interactions.