commit

Automate git commits with CodeRabbit pre-commit reviews and gated outcomes.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/EtanHey/golems --skill commit-etanhey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/EtanHey/golems/tree/main/skills/golem-powers/commit
Command: npx skills add https://github.com/EtanHey/golems --skill commit-etanhey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of committing code changes, ensuring they meet quality standards through automated reviews before being finalized.

Core Features & Use Cases

  • Automated Code Review: Integrates with CodeRabbit to review staged changes before committing.
  • Gated Commits: Prevents commits if critical issues are found during the review.
  • Ralph Mode: Supports atomic commits with criterion marking for story tracking.
  • Use Case: You've finished a feature and staged your changes. Running /commit will first trigger a CodeRabbit review. If it passes, you'll be prompted for a commit message and the code will be committed. If it fails, you'll see the issues and can decide whether to fix them or proceed.

Quick Start

Stage your code changes using git add and then run the commit skill to review and commit them.

Frequently Asked Questions about commit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review before a git commit?

You can automate code review before a git commit by triggering a CodeRabbit review on staged changes, which evaluates quality and blocks the commit if critical issues are found.

What is gated commit mode for version control?

Gated commit mode in version control prevents code from being committed if critical issues are detected during the automated CodeRabbit review, ensuring quality standards are met.

Do I need the CodeRabbit CLI to run automated pre-commit reviews?

Yes, full functionality for automated pre-commit reviews and gated commits requires both the git CLI and the CodeRabbit CLI to be installed in your environment.

How do I make atomic commits with criterion marking for story tracking?

Making atomic commits with criterion marking for story tracking is achieved using Ralph Mode, which integrates project management criteria directly into your commit process.

What happens if the pre-commit review fails during the commit process?

If the pre-commit review fails during the commit process, the commit is blocked, the issues are displayed, and you can decide whether to fix them or proceed anyway.