commits
Commits changes to the text-to-speech repo with clear, conventional messages. Use when committing, saving changes, or asked to commit.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Commits changes to the text-to-speech repo with clear, conventional messages. Use when committing, saving changes, or asked to commit.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generates comprehensive BDD-style test files using pytest and pytest-mock. Use when creating tests, writing test files, generating test coverage, or when asked to test CLI commands, functions, utilities, or modules.
Release and deploy a new version of the TTS CLI. Updates version files, commits, tags, and pushes to trigger GitHub Actions build. Use when releasing, deploying, publishing, or creating a new version.
| name | commits |
| description | Commits changes to the text-to-speech repo with clear, conventional messages. Use when committing, saving changes, or asked to commit. |
Commits with conventional format suited for this repo.
<type>(<scope>): <short description>
Scope is purely optional — only when truly required.
| Type | When |
|---|---|
voice | Voice samples config, model references |
tts | Text-to-speech scripts, generation |
scripts | Python scripts for uploading, processing |
ai | Claude config, skills, hooks (.claude/) |
chore | Config, cleanup, structure |
docs | READMEs, documentation |
infra | Nix, CI, formatting config |
release | Version bumps and releases |
Subfolder names. Only use when truly needed for clarity.
| Scope | When |
|---|---|
voice_cloning | Voice cloning scripts |
tts | TTS generation scripts |
samples | Audio samples management |
Both lists evolve — check actual structure.
voice: add model reference for narrator
scripts: add upload samples script
ai: add commit skill
chore: restructure folders
docs: update README
infra: add dprint config
With body (when needed):
scripts(voice_cloning): update upload with transcript support
- Added companion .txt file reading.
- Added --enhance flag for audio enhancement.
- Updated error handling for missing API key.
git status — see what changed
git diff — review changes
Propose commits:
Always preview — for each proposed commit show:
Commit 1:
<message>
git add <files>
(repeat for each commit if multiple)
Wait for user approval — never commit without explicit approval
Execute approved commits
Don't push unless asked