一键导入
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.