Nick2bad4u - Git Commit Logically Skill

Git Commit Logically Skill for committing outstanding local git changes in coherent groups without pushing.

View on GitHub

Git Commit Logically Skill

npm version. npm license. npm total downloads. latest GitHub release. GitHub stars. GitHub forks. GitHub open issues. GitHub PRs. GitHub Dependabot

An open-agent skill for committing outstanding git changes into coherent local commits.

This repository provides:

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

SKILL.md
agents/
  openai.yaml
assets/
  git-commit-logically-small.svg
  git-commit-logically.svg
README.md
CONTRIBUTING.md
SECURITY.md
CHANGELOG.md

Installation

Install from a local checkout:

npx skills add . -g --agent universal -y

Install from GitHub after publishing the repository:

npx skills add Nick2bad4u/git-commit-logically -g --agent universal -y

Validation

python "C:\Users\Nick\.codex\skills\.system\skill-creator\scripts\quick_validate.py" .
npm run release:verify