finish
Installation
SKILL.md
Code Forge — Finish
Complete a development branch by verifying tests, choosing an integration strategy, and cleaning up.
When to Use
- Implementation is complete and all tasks are done
- After code-forge:impl finishes all tasks for a feature
- When you need to integrate a feature branch back to main
- When you want to discard experimental work cleanly
Workflow
Verify Tests → Determine Base Branch → Present 4 Options → Execute Choice → Cleanup Worktree
Step 1: Verify Tests
Related skills