reporting-and-tmux

Announce task completion via `say` and rename the tmux window.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kazuph/dotfiles --skill reporting-and-tmux
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reporting-and-tmux
Source: https://github.com/kazuph/dotfiles/tree/main/plugins/kazuph-dotfiles/skills/reporting-and-tmux
Command: npx skills add https://github.com/kazuph/dotfiles --skill reporting-and-tmux

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of providing voice-based status reports and updating tmux window names upon task completion, ensuring clear communication and organized workflow management.

Core Features & Use Cases

  • Voice Reporting: Delivers concise, spoken summaries of task completion using the say command.
  • Tmux Window Renaming: Automatically updates the current tmux window's name to reflect the directory of the completed task.
  • Title Updates: Optionally updates the terminal title with current status and Git branch information.
  • Use Case: After completing a coding task, this Skill will announce "Window 2 Task complete. Summary and greeting." and rename the tmux window to the project name, keeping you and your collaborators informed.

Quick Start

Execute the reporting and tmux skill to announce task completion and update the tmux window name.

Frequently Asked Questions about reporting-and-tmux

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate voice status reports when a terminal task completes?

Automating voice status reports is handled by executing a script that uses the `say` command to announce task completion, delivering concise spoken summaries for immediate audio feedback in your development workflow.

Can I automatically rename tmux windows to match my current project directory?

Yes, you can automatically rename tmux windows. The script updates the current tmux window's name to reflect the directory of the completed task, ensuring organized session management and clear project identification.

Does this voice reporting workflow require any specific terminal dependencies?

Yes, this workflow requires the `say` command for audio voice output and the `tmux` terminal multiplexer for window manipulation, both of which must be available in your development environment.

What is the best way to update terminal titles with Git branch information?

The best way to update terminal titles with Git branch information is using this script, which optionally updates the terminal title with current status and Git branch details alongside tmux window renaming.

Why use voice feedback for development workflow task completion?

Voice feedback for development workflow task completion ensures clear communication and organized workflow management by delivering spoken summaries, keeping you and your collaborators informed without needing to visually monitor the terminal.