quality-control

Automate deterministic quality validation across accessibility, brand, and audit logging.

Updated Mar 26, 2026
One-click install
npx skills add https://github.com/jlenrique/course-DEV-IDE-with-AGENTS --skill quality-control-jlenrique
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-control
Source: https://github.com/jlenrique/course-DEV-IDE-with-AGENTS/tree/main/skills/quality-control
Command: npx skills add https://github.com/jlenrique/course-DEV-IDE-with-AGENTS --skill quality-control-jlenrique

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires yaml, Pillow, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Automated, deterministic quality validation of production artifacts across accessibility, brand compliance, and audit logging, enabling teams to enforce standard checks before release.

Core Features & Use Cases

  • Automated accessibility checks (WCAG 2.1 AA) for content and UI artifacts.
  • Brand validation against style bible markers for colors and typography.
  • SQLite audit logging through quality_logger to persist results.
  • Use Case: Quinn-R runs two-pass quality gates and Marcus reviews pre-checkpoints to ensure artifacts meet standards.

Quick Start

Run the quality-control skill on a production artifact bundle to generate a deterministic quality report.

Frequently Asked Questions about quality-control

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

FAQPage Schema
How do I automate accessibility checks for production artifacts?

Automated accessibility checks validate production artifacts against WCAG 2.1 AA standards. The tool scans content and UI components, outputting structured JSON findings to enforce deterministic pass/fail quality gates before release.

How does SQLite audit logging work for quality control results?

SQLite audit logging persists quality control results through a quality_logger mechanism. It creates a traceable audit trail by storing structured validation findings locally in a SQLite database, ensuring long-term traceability of accessibility and brand checks.

Can I validate brand compliance and typography without manual review?

Brand validation runs automatically against style bible markers to verify colors and typography. It compares artifact properties against predefined brand standards, generating deterministic pass/fail criteria that eliminate the need for manual visual review.

What is deterministic quality validation for pre-check gate reviews?

Deterministic quality validation enforces standard checks before release by running two-pass quality gates. It evaluates accessibility, brand compliance, and audit logging, returning structured JSON with clear pass/fail criteria for pre-checkpoint reviews.

Do I need YAML and Pillow to run automated brand validation?

YAML and Pillow are required dependencies for running automated brand validation. YAML handles configuration parsing for style bible markers, while Pillow processes visual artifact properties like colors and typography for compliance verification.

What are the limitations of deterministic quality checks for UI artifacts?

Deterministic quality checks are limited to validating accessibility, brand compliance, and audit logging for production artifacts. They rely on predefined style bible markers and WCAG 2.1 AA criteria, meaning subjective design evaluations remain out of scope.