doc-consistency-check

Check project documentation for consistency, completeness, and correctness.

2|Updated Jun 16, 2026
One-click install
npx skills add https://github.com/PandaWithAPlan/mas --skill doc-consistency-check
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: doc-consistency-check
Source: https://github.com/PandaWithAPlan/mas/tree/main/development-team/global-config/skills/doc-consistency-check
Command: npx skills add https://github.com/PandaWithAPlan/mas --skill doc-consistency-check

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill ensures that your project's documentation is consistent, free of duplicates, and up-to-date, providing a final check before the task is marked as complete.

Core Features & Use Cases

  • Duplicate Document Detection: Identifies and resolves duplicate documentation for source files.
  • Completeness Check: Verifies that all modified modules have corresponding documentation.
  • Name Consistency Verification: Ensures that module names are consistent across all documentation files.
  • Link Consistency Check: Validates that module dependencies are correctly referenced in both directions.
  • Diagram Validation: Ensures that Mermaid diagrams are syntactically correct and complete.
  • Date and Task Check: Confirms that all updated files have current dates and task numbers.

Quick Start

Run the doc-consistency-check skill to validate the consistency of your project's documentation.

Frequently Asked Questions about doc-consistency-check

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

FAQPage Schema
How do I check for consistency and completeness in project documentation?

Documentation consistency checks analyze your project files to verify that all modules have corresponding, up-to-date references. This validates completeness, resolves duplicates, and ensures correctness across your project before marking a task complete.

Why are my module dependency links broken in my documentation?

Broken module dependency links occur when documentation lacks bidirectional references. A link consistency check validates that module dependencies are correctly referenced in both directions to prevent broken links.

How do I validate Mermaid diagram syntax in my code documentation?

Validating Mermaid diagram syntax requires a diagram validation check to ensure diagrams are syntactically correct and complete. This prevents rendering failures and ensures structural accuracy in your project documentation.

Does this documentation consistency check require access to source code?

Yes, documentation consistency checks require access to project source code and documentation files. This access allows the tool to compare modified modules against existing docs and verify name consistency across all files.

What is the best way to detect duplicate documentation for source files?

Detecting duplicate documentation is best handled by an automated duplicate document detection process. It identifies and resolves redundant documentation for source files by analyzing project documentation consistency.

How do I verify updated files have current dates and task numbers?

Verifying current dates and task numbers is performed through a dedicated date and task check. This confirms that all updated files within your project contain accurate timestamps and tracking numbers for version control.