update-doc

Update outdated documentation to match current code implementations.

60|2|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/reasondb/reasondb --skill update-doc-reasondb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-doc
Source: https://github.com/reasondb/reasondb/tree/main/docs/.claude/skills/update-doc
Command: npx skills add https://github.com/reasondb/reasondb --skill update-doc-reasondb

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Update existing documentation by searching codebase for current implementation and aligning docs to reflect the latest code.

Core Features & Use Cases

  • Code-sync updates: Find outdated pages and update content to match source files.
  • Frontmatter alignment: Ensure name and description frontmatter remain consistent with actual scope.
  • Review workflow: Produce before/after changes for user approval before applying.

Quick Start

Update the documentation to reflect the current implementation.

Frequently Asked Questions about update-doc

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

FAQPage Schema
How do I keep documentation in sync with my codebase?

Documentation drift occurs when code changes but docs remain outdated. This tool searches the codebase for current implementations and updates existing documentation to reflect the latest code, reducing drift across multiple pages.

How do I update outdated documentation to match current code?

You can update outdated documentation by running this tool to scan source files and align page content. It presents before and after changes for your review, ensuring frontmatter and terminology match the actual scope before applying.

Can I review documentation changes before they are applied to the codebase?

Yes, you can review changes before they are applied. The tool generates before and after comparisons for your approval, ensuring frontmatter and terminology align with current code implementations before finalizing updates.

Does documentation sync respect frontmatter and custom terminology?

Yes, documentation sync respects frontmatter definitions and applies custom terminology. It reads contextual files like .devdoc/context.json to ensure name and description frontmatter remain consistent with the actual scope of your codebase.

What is the best way to detect outdated terminology and feature flags in docs?

The best way to detect outdated terminology and feature flags is using a docs-sync tool that reads context files and scans the codebase. It identifies duplicates and aligns terminology to ensure documentation reflects current implementations.

How do I reorganize docs navigation when syncing multiple pages?

To reorganize docs navigation during a multi-page sync, the tool updates content to match source files and adjusts the documentation structure as needed. This ensures navigation remains logical while reflecting current code implementations.