Skip to main content
NEW · APP STORE Now on iOS · macOS · iPad Android & Windows soon GET IT
Prompts Web Interface Guidelines File Reviewer

agent evaluation skill risk: low

Web Interface Guidelines File Reviewer

Review files for compliance with Web Interface Guidelines by fetching the latest rules from a source URL, reading specified files, and outputting findings in terse file:line format…

  • External action: medium

SKILL 1 file

SKILL.md
---
name: web-design-guidelines
description: "Review files for compliance with Web Interface Guidelines."
---
# Web Interface Guidelines

Review files for compliance with Web Interface Guidelines.

## How It Works

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

## Guidelines Source

Fetch fresh guidelines before each review:

```
https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
```

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:
1. Fetch guidelines from the source URL above
2. Read the specified files
3. Apply all rules from the fetched guidelines
4. Output findings using the format specified in the guidelines

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

## When to Use
This skill is applicable to execute the workflow or actions described in the overview.

## Limitations
- Use this skill only when the task clearly matches the scope described above.
- Do not treat the output as a substitute for environment-specific validation, testing, or expert review.
- Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing.

REQUIRED CONTEXT

  • files or file pattern to review

TOOLS REQUIRED

  • WebFetch

ROLES & RULES

  1. Fetch the latest guidelines from the source URL below
  2. Read the specified files (or prompt user for files/pattern)
  3. Check against all rules in the fetched guidelines
  4. Output findings in the terse `file:line` format
  5. Fetch fresh guidelines before each review
  6. Use WebFetch to retrieve the latest rules
  7. If no files specified, ask the user which files to review
  8. Use this skill only when the task clearly matches the scope described above
  9. Do not treat the output as a substitute for environment-specific validation, testing, or expert review
  10. Stop and ask for clarification if required inputs, permissions, safety boundaries, or success criteria are missing

EXPECTED OUTPUT

Format
plain_text
Schema
terse_file_line
Constraints
  • use terse file:line format
  • follow output format from fetched guidelines

SUCCESS CRITERIA

  • Apply all rules from the fetched guidelines

FAILURE MODES

  • May produce output without environment-specific validation

CAVEATS

Dependencies
  • source URL https://raw.githubusercontent.com/vercel-labs/web-interface-guidelines/main/command.md
  • specified files or pattern argument
Missing context
  • Examples of valid file/pattern inputs
  • How to handle errors when fetching the guidelines URL
Ambiguities
  • Does not specify the exact output format beyond referencing the external guidelines.
  • 'file or pattern argument' is not defined (e.g., glob, path, multiple files).

QUALITY

OVERALL
0.66
CLARITY
0.72
SPECIFICITY
0.58
REUSABILITY
0.65
COMPLETENESS
0.68

IMPROVEMENT SUGGESTIONS

  • Add a concrete example of the expected terse output format.
  • Define the input argument schema (e.g., list of file paths or glob pattern).

USAGE

Copy the prompt above and paste it into your AI of choice — Claude, ChatGPT, Gemini, or anywhere else you're working. Replace any placeholder sections with your own context, then ask for the output.

MORE FOR AGENT