Stage working tree changes and create a Conventional Commit (no push).
67
67%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
git status --short to review pending changes.git diff -- path/to/file) and ensure no secrets or credentials are present.git add path/to/file). Avoid git add . unless every change was reviewed.feat(marketing-skill): ...)..github/commit-template.txt for Context / Testing / Reviewers sections.git commit and paste the generated message + context from the template.git log -1 --stat) and keep the commit hash handy.git/cp.md when you're ready to publish.