git-workflow calls itself a router but named two of the six domains it routes to; the other four appeared nowhere in the file. All six are now named, with a routing table in the always-loaded body. git-submodules lost the foreach shell-variable semantics -- only the bare names survived, though $sm_path and $displaypath differ solely by which directory you are in. The table is back. Its relocated commands had also dropped the rtk git prefix its own SKILL.md mandates; 24 of them are re-prefixed. The wider rtk inconsistency across the plugin stays with #113. Also restores git-commits' body and footers output fields, git-branches' tag/ branch detection commands, git-worktrees' git config --worktree, pc-run's ambiguity fallback, git-remotes' git-history boundary, and git-history's pickaxe triggers. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EJJrm5YmacbwMdzZpXcoti
pc-run
Runs, installs, updates, and maintains pre-commit hooks in a local git clone.
What it does
pc-run handles everything that happens after .pre-commit-config.yaml exists: wiring hooks into git, running them, bumping their versions, and maintaining the cache. When hooks fail, it identifies the cause and suggests a concrete fix — it does not auto-fix files or edit the config. For creating or editing .pre-commit-config.yaml, use pc-author instead.
Before you start
pre-commitmust be installed and available onPATH- A
.pre-commit-config.yamlmust exist at the repo root (usepc-authorto create one)
Usage
Common invocations:
/pc-run— run all hooks against all files (default)/pc-run install— wire hooks into.git/hooks//pc-run autoupdate— bump allrevvalues to latest/pc-run clean— wipe the pre-commit cache (requires confirmation)
Files
| File | Purpose |
|---|---|
SKILL.md |
Skill instructions for agents |
references/install.md |
The install flow — loaded when the user asks to install or set up hooks |
references/autoupdate.md |
The autoupdate flow — loaded when the user asks to bump hook revs |
references/clean.md |
The clean flow — loaded when the user asks to wipe the cache or rebuild environments |
references/failure-patterns.md |
Hook failure causes and concrete fix suggestions — loaded when a hook fails or never fires |
references/sources.md |
Provenance: research sources that informed this skill |
references/README.md |
Directory index for references/ |