Loading...
Loading...
Create a well-formed git commit from current changes using session history for rationale and summary; use when asked to commit, prepare a commit message, or finalize staged work.
npx skill4agent add odysseus0/symphony commitgit statusgit diffgit diff --stagedgit statusgit diffgit diff --stagedgit add -Afeat(scope): ...fix(scope): ...refactor(scope): ...Co-authored-byCodex <codex@openai.com>git commit -F <file>-m\ngit commit<type>(<scope>): <short summary>
Summary:
- <what changed>
- <what changed>
Rationale:
- <why>
- <why>
Tests:
- <command or "not run (reason)">
Co-authored-by: Codex <codex@openai.com>