finalize

Installation
SKILL.md

Finalize

Use this skill to finish a feature branch with three ordered passes:

  1. Run simplify on the current branch and commit all fixes.
  2. Run strict-quality-review on the current branch, address found issues, and commit all fixes.
  3. Run /okf update on 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.

Pre-flight

Installs
11
Repository
gannonh/skills
GitHub Stars
2
First Seen
Jun 15, 2026
finalize — gannonh/skills