aiox-commit
Installation
SKILL.md
AIOX Local Commit
Steps
git statusandgit diff(andgit diff --staged).- Stage only relevant files (never force-add secrets).
- Commit with conventional message + story id when known:
feat: short description [Story X.Y]
fix: short description [Story X.Y]
docs: ...
test: ...
chore: ...
- Do NOT
git push. Tell the user to activate/aiox-devopsfor push/PR.