identify-doc-code-disagreements

Analyzes code repositories to identify conflicts between documentation and implementation, generating structured reports.

401|41|Updated Jan 19, 2026
One-click install
npx skills add https://github.com/imbue-ai/mngr --skill identify-doc-code-disagreements
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: identify-doc-code-disagreements
Source: https://github.com/imbue-ai/mngr/tree/main/.claude/skills/identify-doc-code-disagreements
Command: npx skills add https://github.com/imbue-ai/mngr --skill identify-doc-code-disagreements

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers identify discrepancies where the implementation does not match the documented behavior, reducing bugs and maintaining code quality.

Core Features & Use Cases

  • Discrepancy Analysis: Review code repositories to find conflicts between code and documentation.
  • Quality Assurance: Ensure the codebase aligns with the documented expectations.
  • Use Case: When updating a library, quickly verify if the implementation matches the latest docs to prevent misleading documentation.

Quick Start

Instruct the AI to review the codebase and documentation, and then generate a markdown report highlighting key disagreements.

Frequently Asked Questions about identify-doc-code-disagreements

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

FAQPage Schema
How do I detect inconsistencies between code and documentation?

To detect inconsistencies between code and documentation, you can analyze your repositories to find conflicts where the implementation does not match documented behavior. This process parses code and markdown files to generate structured reports highlighting discrepancies.

Why does my code implementation not match the documented behavior?

Code implementation may not match documented behavior due to recent updates or deprecated features. Analyzing repositories identifies these conflicts by parsing code and markdown files, ensuring documentation accurately reflects the current codebase.

Can I use automated discrepancy detection for ongoing software maintenance?

Yes, you can use automated discrepancy detection for ongoing software maintenance. It analyzes repositories to find conflicts between code and documentation, improving accuracy and developer productivity during continuous code audits.

What is the best way to audit code and markdown files for conflicts?

The best way to audit code and markdown files for conflicts is to parse the repository and compare the implementation against documentation. This generates a structured report highlighting key disagreements for quality control.

How do I generate a report of code and documentation disagreements?

To generate a report of code and documentation disagreements, instruct the system to review your codebase and docs. It will parse the files and output a markdown report highlighting the key conflicts found.

When do I need discrepancy detection for quality assurance?

You need discrepancy detection for quality assurance when updating a library or performing code audits. It quickly verifies if the implementation matches the latest markdown docs to prevent misleading documentation and reduce bugs.