af-validate-quality

Validate documentation quality and perform freshness audits with multi-agent checks.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/GainInsightDev/websites --skill af-validate-quality
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: af-validate-quality
Source: https://github.com/GainInsightDev/websites/tree/main/.claude/skills/af-validate-quality
Command: npx skills add https://github.com/GainInsightDev/websites --skill af-validate-quality

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the validation of documentation and code quality, ensuring adherence to standards, identifying stale content, and maintaining a high level of technical integrity across the project.

Core Features & Use Cases

  • Documentation Validation: Checks frontmatter, link integrity, and content freshness.
  • Code Quality Audits: Verifies TSDoc/JSDoc compliance, test coverage, and linting.
  • Architecture Review: Ensures Architectural Decision Records (ADRs) are complete and current.
  • Use Case: Before committing changes, run this Skill to automatically catch broken links in your documentation and ensure your code adheres to established style guides, preventing integration issues.

Quick Start

Run the quality process to validate documentation quality and perform freshness audits.

Frequently Asked Questions about af-validate-quality

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

FAQPage Schema
How do I validate documentation quality and check for stale content?

Documentation quality validation checks frontmatter compliance, link integrity, and content freshness. It performs stale content auditing to identify outdated pages and ensure adherence to documentation standards.

How do I automate code quality audits before committing changes?

Code quality audits verify TSDoc and JSDoc compliance, test coverage, and linting. Running an automated validation process before committing changes catches broken links and ensures code adheres to established style guides.

What is the best way to check if Architectural Decision Records are complete?

Architecture review ensures Architectural Decision Records are complete and current. It checks ADR documentation standards enforcement to maintain a high level of technical integrity across the project.

Does documentation validation work with multi-agent quality checks?

Documentation validation uses a multi-agent approach. It requires specific agents like docs-quality-agent, code-quality-agent, and architecture-quality-agent to perform comprehensive checks across documentation and code.

What are the limitations of automated documentation freshness audits?

Automated freshness audits identify stale content and broken links but rely on established standards. They cannot assess subjective documentation clarity, only frontmatter compliance, link integrity, and content age.