update-docs

Audit website documentation against the current codebase and update it.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ensures that the documentation for the website accurately reflects the current state of the codebase, preventing outdated or misleading information.

Core Features & Use Cases

  • Codebase Auditing: Compares documentation against the actual code to identify discrepancies.
  • Content Verification: Checks diagrams, code samples, and feature descriptions for accuracy.
  • Gap Identification: Pinpoints missing documentation for new features or outdated documentation for removed ones.
  • Use Case: After updating the products/map module, use this skill to verify that the corresponding documentation in website/docs/map/ is still accurate and update it as needed.

Quick Start

Review and update documentation in the website/ folder to ensure it accurately reflects the current codebase.

Frequently Asked Questions about update-docs

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

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

To keep documentation in sync with your codebase, you can audit the files within the website/ directory against the actual code. This process verifies diagrams, checks code samples, and identifies content gaps to ensure technical accuracy.

What is the best way to audit technical writing for outdated features?

Auditing technical writing for outdated features involves comparing documentation against the current codebase to pinpoint missing or removed features. This identifies discrepancies and ensures website content accurately reflects recent code updates.

How do I verify code samples and diagrams in my website documentation?

Verifying code samples and diagrams in website documentation requires checking these elements against the actual codebase. This content verification ensures that technical references and feature descriptions remain accurate and aligned with current code.

When do I need to update documentation after modifying code?

You need to update documentation after modifying code whenever changes affect existing features. Running a documentation audit identifies content gaps and outdated information, preventing misleading technical documentation for your software project.

Can I identify missing documentation for new codebase features automatically?

Yes, you can identify missing documentation for new codebase features by auditing the website/ directory. This process compares documentation against the actual code to pinpoint gaps where new features lack corresponding technical descriptions.

Does this documentation review process work without external dependencies?

Yes, the documentation review process works without external dependencies. It directly audits the website/ directory against the current codebase to verify accuracy and identify gaps, requiring no additional setup or external libraries.