Voice Status banner
zircote zircote

Voice Status

Development community

Description

--- name: voice-status description: "Show progress of a voice elicitation interview session" argument-hint: "[session_id]" allowed-tools: Read, Bash(python3:*), Bash(source:*), Glob --- # /status — Show Interview Session Progress Display the current progress of an active or recent voice interview session. ## Procedure 1. **Identify session**: If a session ID argument is provided, use it. Otherwise, run `bin/voice-session list` and select the most recently updated session. 2. **Load state**:

Installation

Installs to ~/.claude/skills/zircote-human-voice-voice-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zircote-human-voice-voice-status && curl -fsSL https://raw.githubusercontent.com/zircote/human-voice/HEAD/commands/voice-status.md -o ~/.claude/skills/zircote-human-voice-voice-status/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository