docs-sync

Installation
SKILL.md

Docs Sync

Overview

Identify doc coverage gaps and inaccuracies by comparing main branch features and configuration options against the current docs structure, then propose targeted improvements.

Workflow

  1. Confirm scope and base branch

    • Identify the current branch and default branch (usually main).
    • Prefer analyzing the current branch to keep work aligned with in-flight changes.
    • If the current branch is not main, analyze only the diff vs main to scope doc updates.
    • Avoid switching branches if it would disrupt local changes; use git show main:<path> or git worktree add when needed.
  2. Build a feature inventory from the selected scope

    • If on main: inventory the full surface area and review docs comprehensively.
    • If not on main: inventory only changes vs main (feature additions/changes/removals).
    • Focus on user-facing behavior: public exports, configuration options, environment variables, CLI commands, default values, and documented runtime behaviors.
    • Capture evidence for each item (file path + symbol/setting).
Related skills

More from openai/openai-agents-js

Installs
81
GitHub Stars
3.0K
First Seen
Jan 22, 2026