Skip to content

/wbGit — Generate commit messages ​

Produces structured, conventional-commit-format messages from staged changes or a description. Never runs git commands directly.

When to Use ​

Run this when: You have changes ready to commit and need a well-structured message.

📚 Layer Files ​

LayerFileWhat you'll learn
ELI5wbGit_eli5.mdWhat this command does in plain English
PracticalwbGit_practical.mdA step-by-step walkthrough on a real project
ExpertwbGit_expert.mdArchitecture, edge cases, and when NOT to use
ExampleswbGit_examples.mdAnnotated transcripts from actual sessions
SimulationwbGit_exhaustive_simulation.mdExhaustive flag-matrix and failure-mode coverage
Live DemowbGit_live_demo.mdReal-time execution on an actual codebase

What This Command Does NOT Do ​

  • ❌ Does not run git commands — the user runs git manually.
  • ❌ Does not review code quality — use /wbReview for that.
  • ❌ Does not track session state — use /wbTrack for that.

What's Next? ​

After reading this hub, either:

  • Pick a layer file above for deep reading
  • Run /wbNext to see what commands naturally follow /wbGit in a workflow

How It Works ​

Inspects diffs, classifies change type, detects breaking changes, infers scope.

Key Options ​

Generates the commit message; you run the commit yourself.



← Home · Commands · Install | wb-flow on npm · flow.wbc-ui.com · wi-bg.com