PromptShop

Web Design Guidelines

Review files for compliance with Web Interface Guidelines.

Install

npx promptshop add web-design-guidelines

Details

What This Skill Does

This skill reviews files for compliance with Web Interface Guidelines. It fetches the latest guidelines, reads specified files, checks them against the rules, and outputs findings in a concise format. It helps ensure web interfaces adhere to established standards and best practices.

When to Use

Review HTML, CSS, or JS files. Ensure compliance with web interface guidelines. Identify violations of design rules. Automate design review process. Maintain consistency across web projects. Check accessibility standards.

Key Features

Fetches guidelines from a specified URL. Reads specified files for review. Applies all rules from the fetched guidelines. Outputs findings in file:line format. Prompts user for files if none are specified. Uses WebFetch to retrieve rules.

How It Works

Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format

Guidelines Source

Fetch fresh guidelines before each review:

Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.

Usage

When a user provides a file or pattern argument: Fetch guidelines from the source URL above Read the specified files Apply all rules from the fetched guidelines Output findings using the format specified in the guidelines

If no files specified, ask the user which files to review. Web Interface Guidelines

Review files for compliance with Web Interface Guidelines.

How It Works

Fetch the latest guidelines from the source URL below Read the specified files (or prompt user for files/pattern) Check against all rules in the fetched guidelines Output findings in the terse file:line format

Guidelines Source

Fetch fresh guidelines before each review:

Use WebFetch to retrieve the latest rules. The fetched content contains all the rules and output format instructions.

Usage

When a user provides a file or pattern argument: Fetch guidelines from the source URL above Read the specified files Apply all rules from the fetched guidelines Output findings using the format specified in the guidelines

If no files specified, ask the user which files to review.