Skills

Commit with Intent

$commit-with-intent

This skill combines repository-safe Git packaging with the Intent Commits Specification. It keeps type, scope, impact, migration, affected release units, and changeset links evidence-bound. After committing, it uses ACK’s repository-aware link validator to detect missing or contradictory Intent Changesets decisions.

It composes the existing commit-changes safety workflow instead of replacing explicit staging, secret checks, line-length validation, or commit verification.

Install

Download the complete skill package or copy and run:

mkdir -p "${CODEX_HOME:-$HOME/.codex}/skills"
curl -fsSL https://vacua.dev/skills/commit-with-intent/bundle.tar.gz \
  | tar -xz -C "${CODEX_HOME:-$HOME/.codex}/skills"

Invoke

$commit-with-intent commit the staged changes using our ACK profile

The skill returns NEEDS_INPUT instead of inventing scope, release impact, migration guidance, issue references, or changeset identifiers.

Read the raw SKILL.md.