docs-update

Scan code diffs and update Markdown documentation via pull requests.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill docs-update-greenmamba29
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docs-update
Source: https://github.com/Greenmamba29/skillsdotmd_web/tree/main/.agents/skills/docs-update
Command: npx skills add https://github.com/Greenmamba29/skillsdotmd_web --skill docs-update-greenmamba29

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures that project documentation stays up-to-date with code changes, preventing outdated information and improving developer onboarding.

Core Features & Use Cases

  • Automated Doc Updates: Scans code diffs to identify documentation that needs updating.
  • Content Rewriting: Rewrites affected sections of documentation to reflect code changes.
  • Pull Request Submission: Automatically creates a pull request with the documentation updates.
  • Use Case: After merging a feature that modifies API signatures, this Skill can automatically update the relevant API documentation and submit it for review.

Quick Start

Use the docs-update skill to update documentation for the 'feature/new-auth-endpoints' branch.

Frequently Asked Questions about docs-update

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

FAQPage Schema
How do I automatically update markdown documentation to reflect code changes?

This Skill automates documentation updates by scanning code diffs, identifying outdated content in markdown files, rewriting affected sections, and submitting the changes via a pull request.

Can I automatically create a pull request for README updates after modifying source files?

Yes, you can automatically create a pull request for README updates. The Skill scopes updates to source files and targets documentation files like READMEs and changelogs, submitting all changes through a pull request.

How does automated documentation synchronization work with GitHub branches?

Automated documentation synchronization works by scanning diffs from a specific GitHub branch, identifying outdated content in target files, rewriting those sections, and submitting the documentation updates via a pull request.

Does this documentation automation tool support updating API signatures in changelogs?

Yes, it supports updating API signatures in changelogs. When you merge a feature modifying API signatures, it scans the diff and automatically updates the relevant API documentation and changelogs.

What is the best way to keep project documentation in sync with code changes without manual review?

The best way to keep project documentation in sync with code changes without manual review is using a tool that scans diffs, rewrites affected sections, and submits automated pull requests for documentation maintenance.