git-commit-logically-skill
v1.0.3
Published
Codex skill for committing current git changes in logical local groups.
Maintainers
Readme
Git Commit Logically Skill
An open-agent skill for committing outstanding git changes into coherent local commits.
This repository provides:
- a reusable
git-commit-logicallyskill (skills/git-commit-logically/SKILL.md) - OpenAI-compatible display metadata in
skills/git-commit-logically/agents/openai.yaml - package metadata for local validation and installation through
npx skills
What This Skill Does
The skill guides Codex to inspect the current worktree, read repository commit-message rules, split outstanding changes by purpose, create local commits, and report the final status. It explicitly avoids pushing, reverting user changes, or creating empty commits.
Repository Layout
skills/
git-commit-logically/
SKILL.md
LICENSE.txt
agents/
openai.yaml
assets/
git-commit-logically-small.svg
git-commit-logically.svg
README.md
CONTRIBUTING.md
SECURITY.md
CHANGELOG.mdInstallation
Install from a local checkout:
npx skills add . -g --agent universal -yInstall from GitHub after publishing the repository:
npx skills add Nick2bad4u/git-commit-logically -g --agent universal -yValidation
python "C:\Users\Nick\.codex\skills\.system\skill-creator\scripts\quick_validate.py" .\skills\git-commit-logically
npm run release:verify