commit
Installation
SKILL.md
Commit
Create one commit that matches the actual staged work.
Goals
- Produce a commit that reflects the code changes and session context.
- Follow the repo's commit conventions when they exist.
- Include both summary and rationale in the commit body.
Inputs
- Codex session history for intent and rationale.
git status,git diff, andgit diff --stagedfor the actual changes.- Repo-specific commit conventions if documented.