aia4-code-qc

Automate WCAG 2.2 AA, Lighthouse mobile, schema, and semantic HTML checks for AIA4 pages.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/Clvrwrk/PEW-V1 --skill aia4-code-qc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: aia4-code-qc
Source: https://github.com/Clvrwrk/PEW-V1/tree/main/_aia4-skills/aia4-code-qc
Command: npx skills add https://github.com/Clvrwrk/PEW-V1 --skill aia4-code-qc

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates code-level quality checks for AIA4 pages, ensuring accessibility and performance standards are met before deployment.

Core Features & Use Cases

  • WCAG 2.2 AA Accessibility: Validates against WCAG 2.2 AA standards for accessibility.
  • Lighthouse Mobile Targets: Checks against Lighthouse mobile performance, accessibility, and SEO scores.
  • Schema Validation: Validates JSON-LD schema against Google Rich Results format.
  • Semantic HTML: Ensures proper use of semantic HTML for accessibility.
  • Use Case: Before publishing a new AIA4 page, use this Skill to ensure it meets all accessibility and performance criteria.

Quick Start

Run the 'aia4-code-qc' skill on the page at 'design/templates/{slug}/index.astro'.

Frequently Asked Questions about aia4-code-qc

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

FAQPage Schema
How do I automate WCAG 2.2 AA accessibility checks for my Astro pages?

You can automate WCAG 2.2 AA accessibility checks by running this Skill on your Astro page files. It validates semantic HTML and keyboard navigation to ensure AIA4 pages meet accessibility standards before deployment.

What is the best way to validate Lighthouse mobile performance scores during development?

The best way to validate Lighthouse mobile performance scores is to run automated code-level checks on your page templates. This Skill checks against Lighthouse mobile targets for performance, accessibility, and SEO before publishing.

How do I validate JSON-LD schema against Google Rich Results format?

To validate JSON-LD schema against Google Rich Results format, run this Skill on your page files. It automatically checks the schema structure to ensure your AIA4 pages meet search engine requirements.

Can I check keyboard navigation and semantic HTML automatically before deploying a page?

Yes, you can automatically check keyboard navigation and semantic HTML by running this Skill on your page files. It validates these accessibility features to ensure your AIA4 pages meet WCAG 2.2 AA standards.

Do I need a specific page template path to run code-level quality checks?

You need your page file located at 'design/templates/{slug}/index.astro' to run code-level quality checks. The Skill is designed for post-page-qc validation in the AIA4 development pipeline to verify accessibility and performance criteria.

Why should I use automated code quality checks instead of manual accessibility audits?

Automated code quality checks validate WCAG 2.2 AA standards, Lighthouse mobile targets, and schema format consistently before deployment. This ensures your AIA4 pages meet accessibility and performance criteria without the time and error risk of manual audits.