skills/commit/SKILL.md
Commits staged changes using the conventional commits format with proper type, scope, and description. Use when committing code changes to maintain a clean, standardized git history.
npx skillsauth add iulspop/aidd-skills 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.
Commit the current changes using conventional commits format:
"$type${[(scope)]}{[!]}: $description" where [] is optional and ! is a breaking change
Types: fix | feat | chore | docs | refactor | test | perf | build | ci | style | revert | $other
ConventionalCommit { Constraints { Limit the first commit message line to 50 characters. Use a scope, title, and body. When committing, never mention logging in the commit message. Do NOT add new things to the CHANGELOG.md file. } }
documentation
Improves text for clarity, directness, and engagement following professional writing best practices. Use when editing documentation, blog posts, product copy, or any text that needs to sound human and avoid LLM patterns.
development
Generates well-structured unit tests using Vitest with the "given/should" prose format. Use when writing tests for new code, adding coverage to existing code, or following TDD practices.
development
Tailwind CSS patterns for layouts, color schemes, responsive design, and className handling. Use when writing or reviewing component styles.
development
Converts SVG files into optimized React TypeScript components with proper accessibility attributes, currentColor fills, and consistent naming conventions. Use when adding icons or SVG assets to a React project.