skills/core/session-growth/aoa-commit-growth-seam/SKILL.md
--- name: aoa-commit-growth-seam scope: core status: evaluated summary: Turn a validated bounded diff into one authorized local commit with explicit scope review, named verification carry-forward, and a visible stop line before push or publish. invocation_mode: explicit-only technique_dependencies: - AOA-T-0001 - AOA-T-0028 --- # aoa-commit-growth-seam ## Intent Use this skill to cross one honest local commit boundary after a bounded change is already prepared and reviewed enough to stop
npx skillsauth add 8Dionysus/aoa-skills aoa-commit-growth-seamInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to cross one honest local commit boundary after a bounded change is already prepared and reviewed enough to stop widening the working session.
The goal is not "commit because work happened." The goal is to preserve one bounded unit with an honest message, explicit validation carry-forward, explicit commit authorization posture, and a visible stop line before any push, PR, release, or public-share route begins.
Use this skill when:
Do not use this skill when:
aoa-approval-gate-checkcommit_authorization_posture, such as authorized_now, defer_commit,
needs_split, or needs_verificationgit status and the target diff to isolate the exact bounded unitcommit_authorization_posture; only authorized_now may cross
the local commit boundaryauthorized_now is required before the skill mutates the local repositorycommit_authorization_posture was authorized_now before the commitManifest-backed techniques:
8Dionysus/aoa-techniques at b0f7e094bf81abaf0895a729d504a97f3af91ae8 using path techniques/execution/agent-workflows-core/plan-diff-apply-verify-report/TECHNIQUE.md and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, Validation8Dionysus/aoa-techniques at b0f7e094bf81abaf0895a729d504a97f3af91ae8 using path techniques/execution/agent-workflows-core/confirmation-gated-mutating-action/TECHNIQUE.md and sections: Intent, When to use, Inputs, Outputs, Core procedure, Contracts, Risks, ValidationProject overlays may add:
development
Sanitize private technical material into a public-safe owner-bounded derivative, or resolve authority among authored, generated, runtime, and installed sources. Use for governed incidents, logs, configs, diagnostics, or conflicting source roles. Do not use for ordinary editing, memo/session work, direct publication, or durable-memory authority.
tools
Diagnose a reviewed recurring session/workflow failure, or carry one bounded owner repair through checkpoint, rollback, and real health verification. Use for reviewed contamination, drift, repeated route/tool failure, or an established diagnosis ready for repair. Do not use on live evidence, for vague self-improvement, or to call a proposed or merely executed change verified.
tools
Use only when a literal ref to a closed/reviewed session packet is supplied, to extract, classify, propose promotion or branching, or identify an automation opportunity. Missing, live, or unreviewed evidence must fail closed without inventing a ref. Natural closeout preservation belongs to aoa-memo-writeback. Do not use for generic summaries, progression, direct owner writes, scheduling, mutation, or telemetry authority.
testing
Turn one stable technical truth into bounded evidence through contract, coverage-audit, or property mode. Use to define a named consumer seam, audit what existing checks really constrain, or express a broad invariant after manual cases establish meaning. Compose with aoa-eval when an evaluation surface must first be found or applied. Do not use for undefined behavior, generic test plans, or green checks as whole-system proof.