kodex-fix-outdated

Update outdated Kodex topics by analyzing codebase changes with Glob, Read, and Grep.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill updates outdated Kodex topics by analyzing codebase changes since the topic was written.

Core Features & Use Cases

  • Analyze codebase evolution to identify changes since topic creation.
  • Query the existing Kodex topic and compare content against current implementation.
  • Generate an updated, validated topic draft via kodex_update_topic.

Quick Start

  • Run the Kodex workflow to fetch current topic content, compare against the codebase, and generate an updated draft.
  • Use the provided tools (Glob, Grep, Read, AskUserQuestion, kodex_query_topic, kodex_update_topic) to perform the steps interactively.

Frequently Asked Questions about kodex-fix-outdated

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

FAQPage Schema
How do I update outdated documentation topics after codebase changes?

To update outdated documentation topics, you analyze codebase evolution by comparing existing topic content against current code changes. This process identifies stale files, patterns, and dependencies to regenerate accurate documentation drafts.

What is the best way to refresh stale codebase analysis topics?

Refreshing stale codebase analysis topics involves querying the existing topic, assessing recent codebase changes using search and read tools, and producing an updated draft via a dedicated topic management function to ensure accuracy.

Do I need a specific topic management tool to detect outdated documentation?

You need a topic management tool that supports querying existing topics and generating updated drafts. The process relies on code analysis tools like Glob, Read, and Grep to detect documentation drift caused by codebase evolution.

How does codebase evolution impact topic management and documentation accuracy?

Codebase evolution impacts topic management by making existing documentation stale when files, patterns, and dependencies change. Analyzing these changes allows you to regenerate accurate content and maintain documentation reliability over time.

Can I interactively compare an existing topic against current codebase changes?

Yes, you can interactively compare existing topics against current codebase changes. The workflow uses tools like Glob, Grep, and Read to assess implementation shifts, allowing you to validate and update topic content step by step.