cc-documentation-quality

Automate documentation quality reviews across codebases during PR reviews.

351|31|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/ryanthedev/code-foundations --skill cc-documentation-quality
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cc-documentation-quality
Source: https://github.com/ryanthedev/code-foundations/tree/main/skills/cc-documentation-quality
Command: npx skills add https://github.com/ryanthedev/code-foundations --skill cc-documentation-quality

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates documentation quality reviews across a codebase, helping ensure README accuracy, API docs parity, up-to-date changelogs, and consistent inline comments.

Core Features & Use Cases

  • Documentation freshness checks: verify README content, API docs, and changelog updates stay in sync with code changes.
  • Comment quality discipline: ensure inline comments explain rationale and non-obvious behavior without duplicating code.
  • PR and maintenance use: used during PR reviews or feature updates to catch missing or stale docs.

Quick Start

Validate documentation quality by running the skill against the current project and addressing flagged items: README accuracy, API doc consistency, and changelog updates.

Frequently Asked Questions about cc-documentation-quality

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

FAQPage Schema
How do I automate documentation quality checks during a PR review?

Automate documentation quality checks during PR reviews by running the skill to validate README accuracy, API docs parity, changelog coverage, and inline comment freshness against the current code changes.

What is the best way to keep API docs and README files in sync with code updates?

Keep API docs and README files in sync by enforcing documentation freshness checklists that verify public API documentation and README content match the latest codebase updates during feature releases.

How do I ensure my changelog covers all necessary feature updates?

Ensure changelog coverage by applying automated checklist enforcement during feature updates and debt cleanup to verify all code changes have corresponding changelog entries before merging.

Does this documentation review tool check the quality of inline code comments?

Yes, it checks inline comment quality by ensuring comments explain rationale and non-obvious behavior without duplicating code, enforcing discipline across the codebase during reviews.

Can I use this for technical debt cleanup to find stale or missing documentation?

Yes, you can use it for technical debt cleanup to catch missing or stale docs by validating documentation freshness and API doc consistency across the entire project.

What does an automated documentation review checklist include?

An automated documentation review checklist includes verifying public API documentation, checking comment freshness, validating changelog updates, and reviewing AI documentation references for accuracy.