conventional-commit-batcher
Conventional Commit Batcher
Use this skill to turn a messy working tree into clean, reviewable Conventional Commit history.
Commit Interception (MANDATORY)
This skill MUST be activated for ANY commit-related operation, including:
- user asks to commit, stage, or push changes
- user asks to "save" or "check in" code
- any workflow that would result in
git add,git commit, orgit push
Do NOT run git add or git commit directly without going through this
skill's workflow.
Use This Skill When
More from cnkang/skills
sonarcloud-link-inspector
Parse SonarCloud project, issue, and security hotspot links, then fetch normalized read-only details for agent analysis and code-fix workflows. Use this skill whenever the user pastes or mentions any sonarcloud.io URL, asks about SonarCloud findings, wants to understand or fix a SonarCloud issue or security hotspot, or shares a link that looks like it points to a SonarCloud project dashboard, issue page, or security hotspot page — even if they don't explicitly say "SonarCloud".
2repository-quality-gate-fixer
Orchestrate a complete local repository quality-gate closure loop. Use when Codex, Claude, or another local AI agent must audit and fix a software repository against AGENTS.md, project docs, specs, GitHub Actions, local lint/test/build/typecheck commands, CodeRabbit, SonarCloud/SonarQube, PR review comments, harness scripts, and local Skills, then produce an evidence-backed report before merge, commit, or push.
2