git hooks skills

19 tagged git hooks, measured the same way as everything else here.

Browse within: ast-grep 8code-quality 6documentation 6

prek

01

j178/prek

Skill Claude CodeCodex

Use when setting up or running hooks with prek in any repository. prek is a Rust drop-in alternative to pre-commit for running Git hooks that check, format, lint, and validate code and repository files. Prefer it when speed, workspace mode, built-in hooks, shared toolchains, or native TOML configuration matter.

8.4k yesterday A 67 tokens original MIT

review-loop

02

mmnto-ai/totem

Skill Claude CodeCodex

Drive the local pre-push review loop to settle — absorb findings locally before any external bot pass.

16 2d ago A 22 tokens original Apache-2.0

review-reply

03

mmnto-ai/totem

Skill Claude CodeCodex

Unified PR review triage — fetch, normalize, and batch-action bot comments.

16 2d ago A 19 tokens original Apache-2.0

signoff

04

mmnto-ai/totem

Skill Claude CodeCodex

End-of-session — update memory, write journal entry, clean up.

16 2d ago A 16 tokens original Apache-2.0

know-code-teach

05

chtnnh/know-code

Skill Claude CodeCodex

Explain architecture, decisions, and trade-offs to the human BEFORE making code edits and while coding. Use at session start, before any non-trivial implementation or refactor, when the user asks what is being built or why, after a know-code gate deny (before the quiz), or when the human is unfamiliar with the area.…

3 2d ago A 77 tokens original MIT

know-code

06

chtnnh/know-code

Skill Claude CodeCodex

Gate git commit, git push, and PR creation until the human passes a comprehension quiz about the current code changes. Use when commit/push/PR is blocked by know-code, when the user asks to run know-code or verify they understand the diff, or before shipping. Start with know-code range begin for multi-commit work. Run…

3 2d ago A 91 tokens original MIT

repo-xray

07

jx-hxxx/hi-vibe

Skill Claude CodeCodex

Evidence-based repository structure analysis for Python and JavaScript/TypeScript (js/jsx/ts/tsx) projects. Runs a bundled scanner script and answers only from its JSON output — never from guessing. Use this skill whenever the user asks about duplicate code, unused/dead code, "does function X already exist?", cleaning…

3 2d ago A 165 tokens original MIT

root-cause-first

08

jx-hxxx/hi-vibe

Skill Claude CodeCodex

Root-cause discipline for debugging and error handling. Use whenever fixing a bug or error, writing try/except/catch, adding a fallback or default value, or the user says 에러 나, 버그, 고쳐줘, 왜 안 되지, fallback, 방어코드, "일단 돌아가게", error, crash, exception. Prevents symptom-masking fixes that silently swallow failures.

3 2d ago A 88 tokens original MIT

write-gate

09

jx-hxxx/hi-vibe

Skill Claude CodeCodex

Pre-write and review gates for code changes. Pre-write: before creating any new function, helper, type, or file — 만들어줘, 추가해줘, 구현해줘, 새 파일, 리팩토링, new helper/component. Post-write: after finishing a change — 다 했어, 리뷰해줘, 검토, review my change. Prevents duplicate reimplementation and enforces the review checklist including…

3 2d ago A 110 tokens original MIT

codex-review

10

andreidavid/codex-review

Skill Claude CodeCodex

Use when the user asks to "review code with codex", "run a codex review", "review my changes", "review this commit", "review my branch", or wants OpenAI Codex to review code changes. Provides automated code review using the Codex CLI.

2 1mo ago A 60 tokens original MIT