File contents 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
get-pr-review-comments
Fetch review comments (use --pr N)
resolve-review-thread
Resolve a thread (use --thread-id)
reply-to-discussion-comment
Reply to discussion comment
get-pr-discussion-comments
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-prs:
Command
Purpose
plan-save
Save plan (backend-aware)
get-pr-metadata
Get metadata from PR
setup-impl-from-pr
Set up impl-context from PR
get-issue-body
Fetch issue body (REST API)
update-issue-body
Update issue body (REST API)
Session Operations
When working with Claude Code sessions:
Command
Purpose
list-sessions
List sessions for current project
preprocess-session
Compress session for analysis
push-session
Push preprocessed session to learn branch
download-remote-session
Download session from gist
Marker Operations
For inter-process communication:
Command
Purpose
marker create
Create marker file
marker exists
Check if marker exists
marker read
Read marker content
marker delete
Delete marker file
All marker commands require --session-id.
Full Reference
For complete syntax details on all 65+ commands:
@reference.md
Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1 --- 2 name: dagster-io-erk-erk-exec 3 description: erk exec Guide 4 --- 5 6 # erk exec Guide 7 8 ## Quick Start 9 10 Before running any `erk exec` command, check syntax with `-h`: 11 12 ```bash 13 erk exec <command> -h 14 ``` 15 16 ## Commands by Workflow 17 18 ### PR Review Operations 19 20 When addressing PR review comments or resolving threads: 21 22 | Command | Purpose | 23 | ----------------------------- | ------------------------------------ | 24 | `get-pr-review-comments` | Fetch review comments (use `--pr N`) | 25 | `resolve-review-thread` | Resolve a thread (use `--thread-id`) | 26 | `reply-to-discussion-comment` | Reply to discussion comment | 27 | `get-pr-discussion-comments` | Fetch discussion comments | 28 29 **Typical workflow:** 30 31 1. `erk exec get-pr-review-comments --pr 123` 32 2. Make code changes 33 3. `erk exec resolve-review-thread --thread-id PRRT_xxx` 34 35 ### Plan Operations 36 37 When working with erk-prs: 38 39 | Command | Purpose | 40 | -------------------- | ---------------------------- | 41 | `plan-save` | Save plan (backend-aware) | 42 | `get-pr-metadata` | Get metadata from PR | 43 | `setup-impl-from-pr` | Set up impl-context from PR | 44 | `get-issue-body` | Fetch issue body (REST API) | 45 | `update-issue-body` | Update issue body (REST API) | 46 47 ### Session Operations 48 49 When working with Claude Code sessions: 50 51 | Command | Purpose | 52 | ------------------------- | ----------------------------------------- | 53 | `list-sessions` | List sessions for current project | 54 | `preprocess-session` | Compress session for analysis | 55 | `push-session` | Push preprocessed session to learn branch | 56 | `download-remote-session` | Download session from gist | 57 58 ### Marker Operations 59 60 For inter-process communication: 61 62 | Command | Purpose | 63 | --------------- | ---------------------- | 64 | `marker create` | Create marker file | 65 | `marker exists` | Check if marker exists | 66 | `marker read` | Read marker content | 67 | `marker delete` | Delete marker file | 68 69 All marker commands require `--session-id`. 70 71 ## Full Reference 72 73 For complete syntax details on all 65+ commands: 74 75 @reference.md 76 77 --- 78 > Converted and distributed by [TomeVault](https://tomevault.io/claim/dagster-io) — claim your Tome and manage your conversions. 79 <!-- tomevault:4.0:skill_md:2026-04-11 -->
tomevault-io/skills-registry/tree/main/dagster-io--erk--erk-exec commit f59b27dec2
Frequently asked questions How do I install the Dagster Io Erk Erk Exec skill? Run npx skillmds@latest add tomevault-io/dagster-io-erk-erk-exec in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Dagster Io Erk Erk Exec skill do? erk exec Guide It is listed under Coding & Dev Tools on SkillMD.
Is Dagster Io Erk Erk Exec safe to use? This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Dagster Io Erk Erk Exec? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Dagster Io Erk Erk Exec free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Dagster Io Erk Erk Exec? tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.