Commit Review banner
philadamson93 philadamson93

Commit Review

Git community

Description

--- description: Commit workflow for this project's repos — runs an appropriateness review over uncommitted changes (to catch private conversations / third-party speculation / working-group deliberations that leaked into docs) before committing per project conventions (no AI attribution, single-line thematic) and pushing. TRIGGER when about to run `git commit`, when the user says "commit this" or "land this" or "commit and push," when `/wrapup`'s opt-in commit gate selects a commit (a milestone

Installation

Installs to ~/.claude/skills/philadamson93-research-skills-commit-review/SKILL.md

Terminal
mkdir -p ~/.claude/skills/philadamson93-research-skills-commit-review && curl -fsSL https://raw.githubusercontent.com/philadamson93/research-skills/HEAD/commands/commit-review.md -o ~/.claude/skills/philadamson93-research-skills-commit-review/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository