一键导入
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.
// 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.
| 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, merge back into the main/master. Then, clean up the worktree.
If work on this feature was tied to a GitHub issue, close that issue as completed.
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`.