When you need to write git commit messages, follow conventional commits format with clear descriptions.
68
83%
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
Always use conventional commits format:
<type>(<scope>): <description>
[optional body]feat: New featurefix: Bug fixchore: Maintenance tasksdocs: Documentation changesrefactor: Code restructuringtest: Adding or updating testsfeat(auth): add OAuth2 login flow
Implements Google and GitHub OAuth2 providers.
Closes #123fix(api): handle null response from external service
The payment gateway occasionally returns null instead of
an error object. Guard against this to prevent 500s.auth, api, db)2bad92e
Also appears in
since Aug 28, 2026
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.