commit
Installation
SKILL.md
Commit
Goals
- Produce a commit that reflects the actual code changes and the session context.
- Follow common git conventions (type prefix, short subject, wrapped body).
- Include both summary and rationale in the body.
Inputs
- Codex session history for intent and rationale.
git status,git diff, andgit diff --stagedfor actual changes.- Repo-specific commit conventions if documented.
Steps
- Read session history to identify scope, intent, and rationale.
- Inspect the working tree and staged changes (
git status,git diff,
Related skills
More from openai/symphony
linear
|
54land
Land a PR by monitoring conflicts, resolving them, waiting for checks, and
34pull
Pull latest origin/main into the current local branch and resolve merge
33debug
Investigate stuck runs and execution failures by tracing Symphony and Codex
31push
Push current branch changes to origin and create or update the corresponding
30