What problem does it solve?
Next.js maintainers often struggle with outdated or incomplete documentation when code changes are merged without corresponding doc updates, leading to user confusion and inconsistent framework reference materials.
Core Features & Use Cases
- Guided change mapping: Automatically maps modified source code files to their corresponding Next.js documentation paths using built-in reference materials.
- Dual workflow support: Handles both updating existing documentation for changed behavior and scaffolding new documentation for entirely new features.
- Conformance validation: Includes checklists and formatting rules to ensure all docs adhere to official Next.js MDX conventions.
- Use Case: When reviewing a PR that adds a new use-cache directive, this skill guides you through updating the directive's API reference MDX file, adding usage examples, and validating formatting against Next.js conventions before committing.
Quick Start
Use the update-docs skill to review the documentation impact of the code changes in your active Next.js PR and update all affected docs to match the latest code.