Hear Read Error banner
BrianBorge BrianBorge

Hear Read Error

Development community

Description

--- name: hear-read-error description: Extract and speak just the error message from the last response, skipping noise and stack traces. allowed-tools: Bash(~/Source/claude-code-hear/say.sh *), Bash(~/Source/claude-code-hear/print-latest.sh) --- 1. Get the last response for this session: ```bash ~/Source/claude-code-hear/print-latest.sh ``` 2. Extract the key error message from the text. Skip stack traces, verbose output, and noise. Identify the root cause error line. If there are mul

Installation

Installs to ~/.claude/skills/brianborge-claude-code-hear-hear-read-error/SKILL.md

Terminal
mkdir -p ~/.claude/skills/brianborge-claude-code-hear-hear-read-error && curl -fsSL https://raw.githubusercontent.com/BrianBorge/claude-code-hear/HEAD/skills/hear-read-error.md -o ~/.claude/skills/brianborge-claude-code-hear-hear-read-error/SKILL.md

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

Full documentation available on GitHub

View Source Repository