.claude/skills/commit/SKILL.md
Create a git commit following Conventional Commits. Use when the user asks to commit changes.
npx skillsauth add kokatsu/dotfiles 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 git commit following Conventional Commits (@commitlint/config-conventional).
/commit
git status and git diff --staged to understand changesFollow Conventional Commits (@commitlint/config-conventional).
Project-specific guidelines:
chore, not featfeatbuild(deps)git add unstaged changes without explicit permission--no-verify — if a hook fails, investigate and fix the root causedevelopment
Apply UX psychology principles when building UI components, forms, pricing pages, onboarding flows, checkout experiences, modals, or any user-facing interface. Use when designing CTAs, implementing progress indicators, creating loading states, improving user engagement, or reviewing UI for psychological effectiveness.
development
Guide TDD workflow with Red-Green-Refactor cycle. Use when the user asks to "write tests first", "TDD", "test-driven", "テスト駆動", "TDDで実装", "テストファースト".
development
Deep-read a codebase area and write findings to research.md. Use for thorough investigation before planning.
development
Create a detailed implementation plan in plan.md. Never implements code. Use after /research or when planning a feature.