cyberneticlibrary

Create git commits with messages

commit-changesskillsetup L147,644
tldraw/tldraw
What it does

Stage changes and create a conventional git commit

Best for

Generate conventional, focused commits with context-aware message from current tree state without secrets leakage.

Inputs
  • · user notes (optional)
  • · current worktree state
Outputs
  • · git commit with conventional message
Requires
  • · git
Preconditions

Changes exist in working tree or staged area

Failure modes
  • · pre-commit hook failure
  • · accidental inclusion of secrets
Trust signals
  • · conventional commit format enforced
  • · secret file detection (env, credentials)
  • · recent commit history consulted for style