Back to browse
GitHub Repository

Xliner's Claude Code Skills

2 stars

My custom agent skill for commit messages

by thatxliner·May 28, 2026·3 points·0 comments

AI Analysis

●●SolidSolve My ProblemNiche Gem

Hook guard stops Claude from bypassing commit rules when confirming changes.

Strengths
  • PreToolUse hook validates format before the agent executes the git command.
  • Splits changes by code dependency instead of vague logical grouping.
  • Enforces motivation-focused messages instead of restating the code diff.
Weaknesses
  • Tightly coupled to Claude Code CLI, useless for other agents or GUIs.
  • Requires manual JSON configuration for the hook guard installation.
Target Audience

Developers using Claude Code CLI

Similar To

commitlint · gitmoji-cli · GitHub Copilot

Similar Projects