Skip to content
Development
Skill

/aiox-commit

Create a local conventional commit for AIOX work. Never pushes. Use when: committing, /aiox-commit, or local git commit.

From plugin
aiox-core
3.1k27 skills18 agents24 commands
Install
$ npx -y skills add SynkraAI/aiox-core --skill aiox-commit --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/aiox-commit

Context preview

The summary Claude sees to decide when to auto-load this skill.

Create a local conventional commit for AIOX work. Never pushes. Use when: committing, /aiox-commit, or local git commit.

SKILL.md

aiox-commit.SKILL.md
name: aiox-commit
description: >
  Create a local conventional commit for AIOX work. Never pushes.
  Use when: committing, /aiox-commit, or local git commit.
user-invocable: true

AIOX Local Commit

Steps

1. `git status` and `git diff` (and `git diff --staged`). 2. Stage only relevant files (never force-add secrets). 3. Commit with conventional message + story id when known:

feat: short description [Story X.Y]
fix: short description [Story X.Y]
docs: ...
test: ...
chore: ...

4. Do **NOT** `git push`. Tell the user to activate `/aiox-devops` for push/PR.

Forbidden

  • `git push`, `--force`, `git commit --no-verify` to bypass gates
  • Amending published commits without explicit user request
Ships withaiox-core

🌐 README por idioma: EN | PT | ES | ZH Devolvendo às pessoas o poder de criar — Framework open source de orquestração de IA que devolve o controle a quem tem coragem de construir.

Get the whole plugin