kodex-fix-incorrect

Validate Kodex topic claims against code and update inaccuracies.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/ben-mad-jlp/claude-mermaid-collab --skill kodex-fix-incorrect
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kodex-fix-incorrect
Source: https://github.com/ben-mad-jlp/claude-mermaid-collab/tree/main/skills/kodex-fix-incorrect
Command: npx skills add https://github.com/ben-mad-jlp/claude-mermaid-collab --skill kodex-fix-incorrect

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill fixes factual inaccuracies in Kodex topics by validating claims against the actual code.

Core Features & Use Cases

  • Validate Kodex topics against the underlying code to identify inaccuracies.
  • Propose precise corrections and create drafts for Kodex topic updates.
  • Maintain audit history and enable reviewer verification before publishing.

Quick Start

Use the Kodex tooling to locate a topic with mcp__plugin_mermaid-collab_mermaid__kodex_query_topic, then apply corrections with mcp__plugin_mermaid-collab_mermaid__kodex_update_topic. Example steps:

  1. Query a topic: Tool: mcp__plugin_mermaid-collab_mermaid__kodex_query_topic Args: { "project": "<cwd>", "name": "<topic-name>" }
  2. Update the topic with corrected content: Tool: mcp__plugin_mermaid-collab_mermaid__kodex_update_topic Args: { "project": "<cwd>", "name": "<topic-name>", "content": { "conceptual": "...", "technical": "...", "files": "...", "related": "..." }, "reason": "Corrected inaccuracy: [brief description]" }

Frequently Asked Questions about kodex-fix-incorrect

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

FAQPage Schema
How do I fix factual inaccuracies in my code knowledge base topics?

To fix factual inaccuracies in code knowledge base topics, you validate flagged claims against the actual source code and apply precise corrections. This process ensures documentation accurately reflects the underlying implementation by comparing topic details with code references.

How do I validate documentation claims against the actual source code?

Validating documentation claims against source code involves querying the specific topic, comparing its technical details and file references with the actual implementation, and drafting corrections. This ensures the documented conceptual and technical descriptions match the verified code behavior.

What is the best way to update incorrect code documentation automatically?

The best way to update incorrect code documentation automatically is by using tooling that queries flagged topics, compares them against code references, and generates updated drafts. This maintains an audit history for reviewer verification before publishing the corrected content.

Can I maintain an audit history when correcting code validation errors in my knowledge base?

Yes, you can maintain an audit history when correcting code validation errors. The correction process proposes updates with specific reasons for the changes, enabling reviewer verification and ensuring a traceable record of all modifications made to the knowledge base topics.

How do I query and update a flagged topic in a code knowledge base?

To query and update a flagged topic in a code knowledge base, use the dedicated tooling to locate the topic by name, compare its details against the actual code, and then apply the corrected content with a brief reason for the update.