Stage working tree changes and create a Conventional Commit (no push).
53
67%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
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.