docs-sync

Audit git history and /docs to generate a prioritized documentation update checklist.

1|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/AngelDann/app-comisions-dist --skill docs-sync-angeldann
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-sync
Source: https://github.com/AngelDann/app-comisions-dist/tree/main/.cursor/skills/docs-sync
Command: npx skills add https://github.com/AngelDann/app-comisions-dist --skill docs-sync-angeldann

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Check if documentation is in sync with code, enabling you to verify that documentation matches current code, identify outdated docs, and audit documentation accuracy.

Core Features & Use Cases

  • Find recent code changes to identify documentation that may be out of date.
  • Find related documentation by scanning /docs, README near changed code, and docstrings.
  • Verify documentation accuracy by checking that examples, API signatures, and field types align with code.
  • Output a checklist highlighting documentation updates and flag actual problems rather than missing items.

Quick Start

Ask me to run a docs-sync check on your project to verify that the documentation matches the code.

Frequently Asked Questions about docs-sync

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

FAQPage Schema
How do I check if my documentation is out of sync with my code?

To check if documentation is out of sync with code, you audit the repository by analyzing git history for recent code changes and scanning related docs to identify discrepancies. This generates a prioritized checklist flagging actual problems and required updates to ensure consistency.

How do I find outdated documentation after updating Python or TypeScript files?

Finding outdated documentation after updating Python or TypeScript files involves analyzing git history for changes in code files and scanning /docs, READMEs, and docstrings for references. This verifies that examples, API signatures, and field types still align with the current code.

What is a documentation audit for software repositories?

A documentation audit for software repositories is the process of verifying that docs and code match. It scans your project to identify discrepancies between current code and documentation, flagging actual problems like outdated API signatures rather than simply missing items, resulting in an update checklist.

Can I automatically generate a checklist of required documentation updates?

Yes, you can automatically generate a checklist of required documentation updates by running a docs-sync check on your project. It analyzes recent code changes and scans your documentation directory to output a prioritized list of discrepancies that need attention.

Does the documentation audit work for repositories with separate docs directories?

Yes, the documentation audit works for repositories with separate docs directories, READMEs, or docstrings. It scans these specific locations for references related to changed code files and validates that the documented examples and API signatures accurately align with the code.