commit
Installation
SKILL.md
Create a git commit following conventional commits specification.
Commit Types
feat: New featurefix: Bug fixrefactor: Code refactoringtest: Adding testsdocs: Documentationstyle: Formatting (no code change)perf: Performance improvementchore: Maintenance tasks
Process
- Run
git statusto see changes - Run
git diff --stagedto review staged changes - If no staged changes, suggest files to stage
- Generate commit message based on changes:
- Use conventional commit format:
type(scope): description
- Use conventional commit format:
Related skills
More from martinacostadev/claude-react-agents
new-component
Create a new React component with TypeScript and tests
4new-page
Create a new Next.js App Router page with proper structure
3test
Run tests and analyze results, fix failing tests
3review
Review code changes for quality, security, and best practices
3new-feature
Create a complete feature module for Expo with screen, components, hooks, and services
3