finalize
Installation
SKILL.md
Finalize
Use this skill to finish a feature branch with three ordered passes:
- Run
simplifyon the current branch and commit all fixes. - Run
strict-quality-reviewon the current branch, address found issues, and commit all fixes. - Run
/okf updateon the current branch, update the OKF documentation bundle, and commit all fixes.
The parent agent owns orchestration, acceptance, commits, and final reporting. Each pass must run in its own subagent so the cleanup, review, and documentation updates happen from focused execution contexts.
Assumptions
- The scope is the current branch against the repository's default base branch unless the user names a different base.
- The user has authorized automatic acceptance of changes produced by the three passes when they are in scope, behavior-preserving, and validation passes.
- Stop and ask before accepting product behavior changes, broad architecture changes outside the branch's intent, dependency changes, migrations, generated-file churn, or changes that touch secrets or credentials.