What problem does it solve? Documentation fixes merged into the dev branch normally wait for the next npm package release before reaching production. This Skill deploys doc and infrastructure changes to main immediately while keeping the dev and main branches in a clean, compatible git state. ## Core Features & Use Cases - Change Classification: Analyzes the diff between dev and main to categorize the sync as doc-only, infra-only, or code changes, each with its own safe workflow. - Workflow Dispatch: Triggers the sync-main GitHub Actions workflow directly via the gh CLI, including the force_override flag for infra-only changes. - Cherry-Pick Rescue: Extracts isolated doc commits onto main using a helper script, then reconciles main back into dev to prevent branch drift. - Use Case: A typo fix in the docs is merged to dev but the library code on dev is not ready for release. Use this Skill to cherry-pick only the doc commit to main so the production docs update immediately. ## Quick Start Ask the assistant to sync the latest documentation changes from dev to main and deploy them to production now.