docs-audit-and-refresh

Audit codebase documentation and update outdated or missing content.

Updated May 15, 2026
One-click install
npx skills add https://github.com/qazz92/glm-code --skill docs-audit-and-refresh-qazz92
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-audit-and-refresh
Source: https://github.com/qazz92/glm-code/tree/main/.glm/skills/docs-audit-and-refresh
Command: npx skills add https://github.com/qazz92/glm-code --skill docs-audit-and-refresh-qazz92

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of auditing and refreshing documentation to ensure it remains accurate and up-to-date with the current codebase.

Core Features & Use Cases

  • Automated Audit: Scan and identify missing, incorrect, or stale documentation.
  • Codebase Alignment: Keep documentation in sync with the latest code changes.
  • Use Case: When you need to review documentation coverage, find outdated information, or fix documentation drift across features, settings, or integrations.

Quick Start

Run the 'docs-audit-and-refresh' skill to audit and refresh the documentation.

Frequently Asked Questions about docs-audit-and-refresh

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

FAQPage Schema
How do I audit documentation for outdated information across a codebase?

Documentation drift happens when code changes are made without updating the corresponding docs. An automated audit scans the codebase to identify missing, incorrect, or stale documentation and suggests updates to keep everything aligned.

What is the best way to refresh stale code documentation?

The best way to refresh stale code documentation is to automate the comparison between your docs and the current codebase. This identifies outdated information and executes necessary updates to fix documentation drift across features and settings.

When do I need to perform a documentation audit for software maintenance?

You need to perform a documentation audit for software maintenance when you need to review documentation coverage, find outdated information, or fix documentation drift across features, settings, or integrations to ensure codebase alignment.

Can I automatically sync documentation with the latest code changes?

Yes, you can automatically sync documentation with the latest code changes by running an automated audit. It compares your existing docs with the current codebase and suggests updates to fix any missing, incorrect, or outdated information.

Does this documentation refresh approach require any dependencies?

No, this documentation refresh approach requires no external dependencies. It uses built-in scripts and references to compare documentation against the latest codebase and execute necessary updates without additional setup.