/aiox-commit
Create a local conventional commit for AIOX work. Never pushes. Use when: committing, /aiox-commit, or local git commit.
$ npx -y skills add SynkraAI/aiox-core --skill aiox-commit --agent claude-codeHow 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.mdname: 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
🌐 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.
Repo: SynkraAI/aiox-core
Other skills on aiox-core.
- /aiox-master
Activate Orion (aiox-master) for AIOX Master Orchestrator & Framework Developer. Use when you need comprehensive expertise across all domains, framework component creation/modification, workflow orchestration, or running tasks that don't...
Open skill - /analyst
Activate Atlas (analyst) for Business Analyst. Use for market research, competitive analysis, user research, brainstorming session facilitation, structured ideation workshops, feasibility studies, industry trends analysis, project discov...
Open skill - /architect
Activate Aria (architect) for Architect. Use for system architecture (fullstack, backend, frontend, infrastructure), technology stack selection (technical evaluation), API design (REST/GraphQL/tRPC/WebSocket), security architecture, perf...
Open skill - /data-engineer
Activate Dara (data-engineer) for Database Architect & Operations Engineer. Use for database design, schema architecture, Supabase configuration, RLS policies, migrations, query optimization, data modeling, operations, and monitoring
Open skill - /dev
Activate Dex (dev) for Full Stack Developer. Use for code implementation, debugging, refactoring, and development best practices
Open skill - /devops
Activate Gage (devops) for GitHub Repository Manager & DevOps Specialist. Use for repository operations, version management, CI/CD, quality gates, and GitHub push operations. ONLY agent authorized to push to remote repository.
Open skill

