Claude-skill-registry erk-exec
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/erk-exec" ~/.claude/skills/majiayu000-claude-skill-registry-erk-exec && rm -rf "$T"
manifest:
skills/data/erk-exec/SKILL.mdsource content
erk exec Guide
Quick Start
Before running any
erk exec command, check syntax with -h:
erk exec <command> -h
Commands by Workflow
PR Review Operations
When addressing PR review comments or resolving threads:
| Command | Purpose |
|---|---|
| Fetch review comments (use ) |
| Resolve a thread (use ) |
| Reply to discussion comment |
| Fetch discussion comments |
Typical workflow:
erk exec get-pr-review-comments --pr 123- Make code changes
erk exec resolve-review-thread --thread-id PRRT_xxx
Plan Operations
When working with erk-plan issues:
| Command | Purpose |
|---|---|
| Save plan to GitHub issue |
| Get metadata from plan issue |
| Set up .impl/ from issue |
| Extract plan content for PR review |
| Create review branch with plan |
| Fetch issue body (REST API) |
| Update issue body (REST API) |
Session Operations
When working with Claude Code sessions:
| Command | Purpose |
|---|---|
| List sessions for current project |
| Compress session for analysis |
| Upload session to gist |
| Download session from gist |
Marker Operations
For inter-process communication:
| Command | Purpose |
|---|---|
| Create marker file |
| Check if marker exists |
| Read marker content |
| Delete marker file |
All marker commands require
--session-id.
Full Reference
For complete syntax details on all 65+ commands:
@reference.md