Agent Skills for Revset, the stacked code-review tool. Install into Claude Code, Cursor, Codex, Gemini CLI, and other harnesses via the skills CLI.
This repository is a pack: each folder under skills/ is one skill. Pick the ones you need.
List what is in the pack:
npx skills add revsetai/skills --listPick interactively (global, so the skill is available in every repo you review):
npx skills add revsetai/skills -gInstall only the CLI skill:
npx skills add revsetai/skills --skill revset-cli -grevset auth login prints that last command after a successful login.
Do not pin a git tag unless you need a frozen pack (npx skills add revsetai/skills#v1.0.0 --skill revset-cli -g). The default commands above stay on the default branch.
| Skill | When to install |
|---|---|
revset-cli |
Teach an agent to use the revset binary (inbox, pr view / diff / threads / comments / request-changes). |
The revset-cli skill expects the revset binary on PATH:
brew install revsetai/revset/revset
# or: scoop install revset