up-repo
Installation
SKILL.md
/up-docs:repo
Update the active repo's docs via the up-docs-propagate-repo sub-agent (Haiku).
Workflow
0. Pre-flight: Dirty-tree guard
Before doing anything else, check for unstaged changes:
git status --porcelain
If the output is non-empty, STOP immediately:
- Emit the list of dirty files to the user.
- Refuse with: "Unstaged changes detected — stash or commit them before running
/up-docs:repoto prevent data loss." - Do NOT dispatch the sub-agent. Do NOT read session context. Do NOT proceed to Step 1.