doc-maintenance

Audit documentation against recent git history and open a PR with minimal edits.

1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/priyansh19/CrewSpace --skill doc-maintenance-priyansh19
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-maintenance
Source: https://github.com/priyansh19/CrewSpace/tree/main/.agents/skills/doc-maintenance
Command: npx skills add https://github.com/priyansh19/CrewSpace --skill doc-maintenance-priyansh19

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Documentation drift between shipped features and public docs leads to misalignment and user confusion.

Core Features & Use Cases

  • Detect drift by comparing docs (README.md, SPEC, PRODUCT) to recent commits
  • Propose minimal, non-breaking edits and generate a PR
  • Schedule periodic reviews or trigger on demand to maintain accuracy

Quick Start

Run the drift audit to identify mismatches and open a minimal PR with suggested edits.

Frequently Asked Questions about doc-maintenance

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

FAQPage Schema
How do I detect documentation drift in a git repository?

Documentation drift is detected by auditing top-level files like README.md, SPEC.md, and PRODUCT.md against recent git history to find mismatches between shipped features and current docs. The audit compares recent commits to identify outdated content.

What is the best way to automate documentation updates after a release?

The best way to automate documentation updates after a release is to trigger a drift audit that proposes minimal, non-breaking edits and automatically opens a pull request with the suggested changes. This ensures docs stay aligned with shipped features.

How do I generate a pull request for outdated README.md and SPEC.md files?

You can generate a pull request for outdated documentation by running a drift-detection workflow that proposes minimal edits to README.md and SPEC.md files. This workflow creates a feature branch and opens a PR with the suggested updates.

Can I schedule periodic documentation audits for my project?

Yes, you can schedule periodic documentation reviews or trigger them on demand to maintain accuracy. The audit checks for drift between your shipped features and public docs, proposing minimal non-breaking edits whenever mismatches are found.

How does automated documentation drift detection work?

Automated documentation drift detection works by comparing the content of top-level documentation files against recent git commit history. When the audit discovers a mismatch between shipped features and existing docs, it generates minimal proposed edits and opens a pull request.

Do I need any special dependencies to run a documentation audit?

No special dependencies are required to run the documentation audit. The workflow operates independently to analyze your git history and documentation files, then creates a feature branch and opens a PR directly without needing external tools.