.claude/skills/git-operations/SKILL.md
Run this skill to format commit messages correctly (using semantic-release) and validate branch state.
npx skillsauth add mezivillager/hacer git-operationsInstall 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.
All commits MUST follow Conventional Commits format to trigger semantic-release correctly.
Format:
<type>[optional scope]: <description>
feat: A new feature (correlates with minor release MINOR)fix: A bug fix (correlates with patch release PATCH)docs: Documentation only changesstyle: Changes that do not affect the meaning of the code (white-space, formatting, etc)refactor: A code change that neither fixes a bug nor adds a featureperf: A code change that improves performancetest: Adding missing tests or correcting existing testsbuild: Changes that affect the build system or external dependenciesci: Changes to our CI configuration files and scriptschore: Other changes that don't modify src or test filesAppend ! after the type/scope to denote a breaking change (correlates with MAJOR release).
Example: feat(api)!: remodel gate connection layer
git statuspnpm run lint and pnpm run test:run locally.commitlint.config.js logic natively mentally.
</instructions>
development
A comprehensive verification system for Claude Code sessions.
development
Use this skill when writing new features, fixing bugs, or refactoring code. Enforces test-driven development with 80%+ coverage including unit, integration, and E2E tests.
tools
Suggests manual context compaction at logical intervals to preserve context through task phases rather than arbitrary auto-compaction.
testing
Use when auditing Claude skills and commands for quality. Supports Quick Scan (changed skills only) and Full Stocktake modes with sequential subagent batch evaluation.