project-guide-validation

Validate web platform guidance documents for technical accuracy and accessibility compliance.

926|71|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/GoogleChrome/modern-web-guidance-src --skill project-guide-validation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-guide-validation
Source: https://github.com/GoogleChrome/modern-web-guidance-src/tree/main/.agents/skills/project-guide-validation
Command: npx skills add https://github.com/GoogleChrome/modern-web-guidance-src --skill project-guide-validation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the problem of unvetted web guidance that contains technical inaccuracies, accessibility gaps, or misaligned evaluation criteria, which can cause coding agents to generate non-production-ready or incorrect code for modern web use cases.

Core Features & Use Cases

  • Technical Accuracy Validation: Cross-checks guide content against official web platform documentation and existing project best practices to eliminate outdated or incorrect recommendations.
  • Accessibility Compliance Review: Audits guide content, code examples, and demos against canonical accessibility guidelines to ensure they follow inclusive design patterns.
  • Evaluation Alignment & Testing: Verifies that evaluation expectations match guide recommendations, and runs automated and manual testing of associated demos to confirm real-world functionality.
  • Use Case: For example, if you are authoring a guide for implementing accessible dialog modals, use this Skill to confirm the code examples include proper ARIA attributes, the demo works with keyboard navigation, and the evaluation tests check for correct focus management.

Quick Start

Use the project-guide-validation skill to review the 'animate-dialog-backdrop' guide, its demo file, and associated expectations for compliance with project standards.

Frequently Asked Questions about project-guide-validation

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

FAQPage Schema
How do I validate web development guides for technical accuracy and accessibility compliance?

You can validate web development guides by cross-checking markdown content against official web platform documentation and canonical accessibility guidelines to eliminate outdated recommendations and ensure inclusive design patterns.

What does evaluation alignment testing for web platform guidance involve?

Evaluation alignment testing verifies that evaluation expectations match guide recommendations and runs automated and manual testing of associated demos to confirm real-world functionality and framework reactivity compatibility.

How do I ensure code examples in my web guides are copy-paste safe for coding agents?

To ensure code examples are copy-paste safe, validate guide markdown against baseline API support requirements and confirm that working fallback strategies are demonstrated for non-baseline web platform features.

Does this guide validation process check for proper ARIA attributes in demo files?

Yes, the accessibility compliance review audits guide content, code examples, and demos against canonical accessibility guidelines to confirm proper ARIA attributes, keyboard navigation, and correct focus management.

What is the best way to review web guidance documents before using them with coding agents?

The best way to review web guidance documents is to validate technical accuracy, accessibility compliance, and evaluation readiness to ensure coding agents generate production-ready code for modern web use cases.

Why do coding agents generate incorrect code from unvetted web guidance?

Coding agents generate incorrect code from unvetted web guidance because technical inaccuracies, accessibility gaps, or misaligned evaluation criteria cause them to produce non-production-ready code for modern web use cases.