af-quality-process

Validate documentation quality with git-aware incremental checks and stale doc detection.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the validation of documentation quality, ensuring it meets established standards for accuracy, freshness, and completeness, thereby reducing errors and improving knowledge accessibility.

Core Features & Use Cases

  • Automated Validation: Runs checks for frontmatter compliance, link integrity, and content freshness.
  • Incremental & Full Audits: Supports efficient checks on recent changes or comprehensive reviews of the entire documentation set.
  • Use Case: Before committing changes to documentation, this Skill can be invoked to automatically verify that all new or modified files adhere to the project's documentation standards, preventing the introduction of quality issues.

Quick Start

Run the quality process to validate documentation quality for recent changes.

Frequently Asked Questions about af-quality-process

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

FAQPage Schema
How do I validate documentation quality before committing changes?

To validate documentation quality before committing, you can run an automated quality process that checks frontmatter compliance, link integrity, and content freshness on recently modified files to prevent introducing issues.

What is documentation freshness auditing and how does it work?

Documentation freshness auditing detects stale docs by using git-aware incremental checks to verify that content remains accurate and up-to-date, ensuring knowledge accessibility and reducing errors across the project.

Can I run incremental quality checks on recent documentation changes instead of a full audit?

Yes, you can run git-aware incremental quality checks to efficiently validate only recent documentation changes, or you can perform a comprehensive full audit to review the entire documentation set.

What is the best way to detect and repair stale documentation?

The best way to detect and repair stale documentation is using an automated validation workflow that identifies outdated content through freshness checks and triggers repair workflows to restore compliance.

Does the documentation quality process cover code and architecture quality?

Yes, the documentation quality process extends beyond text validation to also cover code quality and architecture quality, ensuring comprehensive standards are met across the entire project.

When do I need to run a full documentation audit versus incremental checks?

Run a full documentation audit when you need a comprehensive review of the entire documentation set for compliance, and use incremental checks for routine validation of recent changes before delivery.