skills/smart-commit/SKILL.md
Conventional Commits with quality checks
npx skillsauth add claude-world/director-mode-lite smart-commitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Create a high-quality commit for current changes.
<type>(<scope>): <description>
<body>
<footer>
| Type | Use When |
|------|----------|
| feat | New feature (user-visible) |
| fix | Bug fix |
| docs | Documentation only |
| test | Adding/updating tests |
| refactor | Code restructure (no behavior change) |
| style | Formatting (no logic change) |
| chore | Maintenance, dependencies |
| perf | Performance improvement |
Module, component, or file affected:
feat(auth): add login endpointfix(api): handle null responsedocs(readme): update installation stepsfeat(user): add email verification
Implement email verification flow for new user registration.
Users must verify email before accessing protected features.
Closes #42
fix(api): handle null response in user endpoint
Previously threw uncaught exception when user not found.
Now returns 404 with proper error message.
Fixes #67
Before committing:
development
Complete 5-step development workflow
tools
Test automation specialist for running tests and ensuring coverage
development
Test-Driven Development (TDD Red-Green-Refactor)
data-ai
List all available skills (core + custom)