Files
skills/skills/commit-no-verify/SKILL.md
Kevin Veen-Birkenbach 91b9845c1b feat(skills): add commit workflow, explain and help-skills
comments-clean purges explanatory comments before every operator-requested stage or commit and penalizes own violations into persistent memory; commit-no-verify commits the exact staging index with hooks skipped, the invocation itself being the per-commit authorization; commit-next chains both and stages the next logical bundle with an explain and confidence briefing; explain walks code and its collaborators in execution order and offers a Mermaid schema in the affected README; help-skills lists every project, global and plugin skill with triggers and composition.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-21 16:16:47 +02:00

702 B

name, description
name description
commit-no-verify Commit the currently staged changes with --no-verify (skip the pre-commit hooks). Trigger on /commit-no-verify or when the operator asks for a no-verify commit in any wording. Invoking this skill IS the explicit per-commit authorization that --no-verify requires; it never carries over to later commits. Portable across projects.
  1. Run the comments-clean audit over the staged and unstaged changes first.
  2. Commit exactly the staging index with git commit --no-verify and a Conventional-Commits message derived from the staged diff; never add unstaged files, never push.
  3. Report the created commit hash and what remains uncommitted.