audit

Audit monorepo documentation against source code using Bash, Read, Grep, and Glob.

10|Updated Sep 24, 2025
One-click install
npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill audit-friendlyinternet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: audit
Source: https://github.com/FriendlyInternet/nuxt-crouton/tree/main/.claude/skills/audit
Command: npx skills add https://github.com/FriendlyInternet/nuxt-crouton --skill audit-friendlyinternet

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires @fyit/crouton-ci, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps maintain the integrity of documentation by auditing packages for completeness, detecting drift between code and documentation, and ensuring quality across a monorepo.

Core Features & Use Cases

  • Documentation Audit: Check for completeness and accuracy of documentation against code.
  • Drift Detection: Identify discrepancies between code and documentation.
  • Quality Assurance: Ensure documentation is up-to-date and maintains high standards.
  • Use Case: Regularly audit your monorepo's documentation to catch outdated information early and maintain a reliable codebase.

Quick Start

Run an audit on all packages with the command: /audit --all

Frequently Asked Questions about audit

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

FAQPage Schema
How do I detect documentation drift in a monorepo?

You can detect documentation drift by comparing source code against package documentation to identify discrepancies and ensure completeness. This automated audit catches outdated information early to maintain codebase reliability.

What is the best way to automate a documentation audit across multiple packages?

The best way to automate a documentation audit is by running an audit command across all packages to compare documentation against source code. This verifies accuracy and consistency across the entire monorepo.

Do I need crouton-ci to run documentation quality assurance checks?

Yes, you need the crouton-ci package to run documentation quality assurance checks. It is required for the analysis commands that verify documentation accuracy and consistency against your monorepo source code.

How do I check all packages for documentation completeness at once?

You can check all packages for documentation completeness at once by running an audit command targeting the entire monorepo. This scans source code and documentation to ensure accuracy and consistency across all packages.

When should I run monorepo documentation consistency checks?

You should run monorepo documentation consistency checks regularly to catch outdated information early. Frequent audits detect drift between code and docs, ensuring accuracy and maintaining high quality assurance standards.