update-docs

Analyze code diffs and update documentation in Next.js projects.

2|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/MICHAEL-BODO/MigrationBox-v4 --skill update-docs-michael-bodo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-docs
Source: https://github.com/MICHAEL-BODO/MigrationBox-v4/tree/main/.agent/temp_skills/update-docs-new
Command: npx skills add https://github.com/MICHAEL-BODO/MigrationBox-v4 --skill update-docs-michael-bodo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of updating and maintaining documentation, ensuring it accurately reflects code changes and remains complete.

Core Features & Use Cases

  • Code Change Analysis: Identifies documentation impacted by code modifications.
  • Guided Updates: Provides a step-by-step workflow for reviewing and editing documentation.
  • Scaffolding New Docs: Helps create new documentation files based on feature type.
  • Use Case: When a developer submits a Pull Request, this Skill can be used to quickly assess which documentation files need to be updated to match the new code, ensuring users have access to the latest information.

Quick Start

Use the update-docs skill to identify documentation changes for the current branch.

Frequently Asked Questions about update-docs

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

FAQPage Schema
How do I update documentation to match code changes in a Next.js project?

You can update documentation by analyzing code diffs to map changes to existing markdown files, then applying guided edits or scaffolding new API reference pages to keep content fully synced with your Next.js codebase.

What is the best way to keep API reference docs in sync with new features?

Keeping API reference docs in sync is handled by analyzing pull request code modifications, identifying impacted documentation files, and generating new reference entries that adhere to your established project conventions.

Can I automatically scaffold new markdown files for recent code modifications?

Yes, you can scaffold new documentation by evaluating feature types from your code changes and creating new markdown files structured as guides or API references based on the identified modifications.

Does this documentation update workflow support generating content for guides and API references?

Yes, the workflow supports both API reference generation and guide creation by mapping code changes to documentation files and applying updates or scaffolding new entries that follow established conventions.

What are the limitations of using code diffs to drive documentation updates?

Using code diffs to drive documentation updates relies on established conventions and clear code modifications, meaning heavily refactored logic without explicit diffs may require manual mapping to ensure complete markdown content alignment.