update-docs

Installation
SKILL.md

/update-docs

Find and fix stale documentation after API changes.

EXECUTE THESE STEPS NOW

When this skill is invoked, you MUST execute these steps immediately.

Step 1: Identify Changed Files

Run:

git diff --name-only main...HEAD -- '*.py'

If no changes are found relative to main (e.g., on main or no upstream), fall back to:

Installs
1
GitHub Stars
2.4K
First Seen
Jul 8, 2026
update-docs — huggingface/openenv