|
# Workflow: /commit
<meta>
<trigger>/commit</trigger>
<description>Scans changes, reviews code health, and generates semantic messages.</description>
</meta>
## Step 1 — Pre-Commit Health Check
Quick scan for forgotten logs, lint alerts, unresolved TODOs, and critical risks like exposed credentials in the code.
## Step 2 — Semantic Suggestion
Classification of changes according to the Conventional Commits standard (feat, fix, refactor, chore, etc.) and generation of a clear, concise message.
## Step 3 — Execution & Next Steps
Git command confirmation and recommendation of the next action (push, opening a PR, or progress log).