update-docs
Installation
SKILL.md
Update documentation pages to reflect source code changes on the current branch. Analyzes the diff against main, maps changed source files to their corresponding doc pages, and makes targeted edits.
Arguments
/update-docs [DOCS_PATH]
DOCS_PATH(optional): Path to the docs repository root. If not provided, ask the user.
Examples:
/update-docs /Users/me/src/docs/update-docs
Instructions
Step 1: Resolve docs path
If DOCS_PATH was provided as an argument, use it. Otherwise, ask the user for the path to their docs repository.
Related skills
More from pipecat-ai/pipecat
docstring
Document a Python module and its classes using Google style
62pr-description
Update a GitHub PR description with a summary of changes
54changelog
Create changelog files for important commits in a PR
50pr-submit
Create and submit a GitHub PR from the current branch
29code-review
Automated code review for pull requests using multiple specialized agents
28