Hear Read Diff banner
BrianBorge BrianBorge

Hear Read Diff

Development community

Description

--- name: hear-read-diff description: Describe recent file changes in plain language and speak the description. allowed-tools: Bash(~/Source/claude-code-hear/say.sh *), Bash(~/Source/claude-code-hear/read-diff.sh) --- 1. Get the recent changes: ```bash ~/Source/claude-code-hear/read-diff.sh ``` 2. Write a concise plain-language description of the changes. For example: "Added 3 lines to chime.sh in the sound selection section. Removed the old debug logging block from install.sh. Create

Installation

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

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

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

Full documentation available on GitHub

View Source Repository