Create a git commit with conventional commit format. MUST use anytime you want to commit changes.
56
64%
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
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/commit/SKILL.mdCreate a focused, single-line commit following conventional commit conventions.
git status and git diff to understand what was modifiedgit add -A or git add .<type>: <description>feat: New feature or capabilityfix: Bug fixrefactor: Code change that neither fixes a bug nor adds a featuredocs: Documentation only changesstyle: Formatting, missing semicolons, etc (no code change)test: Adding or correcting testschore: Maintenance tasks, dependency updates, etcperf: Performance improvementfeat: add token usage tracking for AI providers
fix: resolve null pointer in job executor
refactor: extract common validation logic
docs: update API endpoint documentation
chore: upgrade sqlx to 0.7git status to see all changesgit diff to understand the changes in detailgit log --oneline -5 to see recent commit stylegit add <file1> <file2> ...git commit -m "<type>: <description>"git status to verify the commit succeeded33d2845
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.