원클릭으로
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.