| name | finalize-changes |
| description | Use this skill after completing implementation to run the full post-implementation validation workflow: structured review, mutation testing, self-check, and full build.
|
Finalize Changes
Use this skill when implementation is complete and you need to validate before
creating a PR.
Follow AGENT.md steps 5-14:
- Review (5-7):
/review-changes, then commit.
- Quick build (8):
mvn clean install -DskipTests -Dverification.skip.
- Mutation testing (9-10):
/run-mutation-tests, then commit.
- Self-check (11-14):
/apply-self-check, then
commit.
Re-invoke /review-changes after phases with
significant changes.