update-docs

Analyze recent commits and dispatch the doc-writer agent to update documentation.

6|1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/navapbc/digital-service-orchestra --skill update-docs-navapbc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-docs
Source: https://github.com/navapbc/digital-service-orchestra/tree/main/plugins/dso/skills/update-docs
Command: npx skills add https://github.com/navapbc/digital-service-orchestra --skill update-docs-navapbc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically keeps project documentation in sync with code changes by analyzing recent commits and generating updates.

Core Features & Use Cases

  • Automated doc updates based on commit diffs.
  • Context-aware documentation generation using recent commits and project context.
  • Use after epic completion to refresh docs and ensure alignment with the current state of the project.

Quick Start

Run the doc-writer to generate documentation updates for the active commit range.

Frequently Asked Questions about update-docs

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

FAQPage Schema
How do I automate updating documentation from code changes?

You can automate documentation updates by analyzing recent code changes within a configurable commit range. The system evaluates commit diffs and generates context-aware documentation to keep your project files in sync with the latest codebase updates.

How do I keep my project documentation in sync after completing an epic?

To keep project documentation in sync after epic completion, analyze the commit range between main and HEAD. This process evaluates recent development changes and refreshes outdated docs to ensure alignment with the current project state.

Can I specify a custom git commit range for generating doc updates?

Yes, you can configure a custom git commit range for generating doc updates. While the default range evaluates changes between main and HEAD, specifying a different range allows you to target specific development workflows or feature branches.

How does automated documentation generation handle code commits with no changes?

Automated documentation generation handles code commits with no changes by reporting no-op results. When the analysis of the specified commit range finds no invalidating code diffs, it simply reports that no documentation updates are necessary.

What is the best way to generate context-aware docs from git workflow diffs?

The best way to generate context-aware docs from git workflow diffs is to dispatch an automated agent with the required project context. This mechanism evaluates commit diffs and recent project history to produce accurate, targeted documentation updates.

Do I need external dependencies to automate doc updates from commit diffs?

No external dependencies are required to automate doc updates from commit diffs. The system operates independently to analyze your git workflow, meaning you can integrate automated documentation generation directly into your engineering pipeline without extra tools.