ワンクリックで
done
When we finish a feature. Use when the user says work is done, asks to merge a worktree back to main/master, or clean up a worktree.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
When we finish a feature. Use when the user says work is done, asks to merge a worktree back to main/master, or clean up a worktree.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Create clean, subtitle-ready `.srt` subtitles for a local audio or video file using Whisper CLI. Use this when the user asks to transcribe a local media file, generate subtitles, create captions, or make an `.srt` for a specific local file path.
Simplify and refine recently modified code for clarity and consistency. Use after writing code to improve readability without changing functionality.
Write concise alt text for a local image file. Use this when the user asks for alt text, accessibility text, or a brief image description for a specific local image path. Pass the target image path as `$0`.
| name | done |
| description | When we finish a feature. Use when the user says work is done, asks to merge a worktree back to main/master, or clean up a worktree. |
Review remaining uncommitted code. If all changes are related and can fit into an atomic commit, create a single commit. If work should be broken into multiple atomic commits, do so and commit all.
If we're on a worktree, rebase onto main/master and resolve conflicts.
Then confirm whether to open a PR or merge into main directly.
If work on this feature was tied to a GitHub issue or taskboard ticket, mark that issue as completed if available tooling allows.
Finally, clean up the worktree.