dispatch-read
SkillDev toolsRead a dispatch and mark it as read, works from any branch or worktree
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the dispatch-read skill
What this skill tells your AI
The instructions your AI receives, as published by the-agency-ai/the-agency in .claude/skills/dispatch-read/SKILL.md and read by ahel’s review.
Read Dispatch
Read a dispatch by ID, display its contents, and mark as read. Payloads resolve transparently across branches and worktrees — no merge needed.
Arguments
$ARGUMENTS: An integer dispatch ID. If empty, list available dispatches first.
Instructions
Step 1: List or read
If $ARGUMENTS is empty:
- Run
./agency/tools/dispatch listto show dispatches for the current agent. - If no dispatches, try
./agency/tools/dispatch list --allfor all agents. - Ask which dispatch to read.
If $ARGUMENTS is an integer ID:
- Run
./agency/tools/dispatch read $ARGUMENTSto display and mark as read.
To peek without marking as read, use ./agency/tools/dispatch fetch $ARGUMENTS instead.
Step 2: Evaluate findings
After reading the dispatch:
- For each finding or directive, assess: is it actionable? Has context changed?
- For review dispatches: classify each finding as valid (fix it), stale (code changed), or disputed (explain why).
- Report your assessment before starting work.
Step 3: Act on valid items
For review findings, follow the red-green cycle:
- Write a bug-exposing test that fails (red).
- Fix the code.
- Verify the test passes (green).
For directives, execute the work as specified.
Step 4: Respond and resolve
After all items are addressed:
- Run
./agency/tools/dispatch reply <id> "summary of what was done"to send a response. - Run
./agency/tools/dispatch resolve <id> --response <reply-id>to mark as resolved. - Run
/iteration-completeto commit your code changes.
Signals
- GitHub stars
- 55
- Forks
- 8
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
dispatch-read- Source
- github.com/the-agency-ai/the-agency