한국어
☰ Categories

Claude Code Skill (Slash Command): review-and-commit.md

--- allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*) description: Create a git commit --- ## Context - Current git status: .

CategoryDevelopment › Coding
TagsReviewingDraftingDeveloperCode
Prompt
---
allowed-tools: Bash(git add:*), Bash(git status:*), Bash(git commit:*)
description: Create a git commit
---

## Context

- Current git status: !`git status`
- Current git diff (staged and unstaged changes): !`git diff HEAD`
- Current branch: !`git branch --show-current`
- Recent commits: !`git log --oneline -10`

## Your task

Review the existing changes and then create a git commit following the conventional commit format. If you think there are more than one distinct change you can create multiple commits.

What this prompt does

This is a commit-creation prompt for a Claude Code slash command. It uses git status, diff, branch, and log as context, and allows multiple commits for distinct changes.

Model comparison

Gemini is verbose and invents a constraint; ChatGPT is concise but misreads tool availability. [C] provides no response and ranks last.

ChatGPT
18/ 50

+ It concisely communicates the claimed blocker.

- It wrongly claims the allowed Git tools are absent.

Gemini
18/ 50

+ Commit conventions and split examples are organized.

- It invents a no-command rule and makes no commit.

CriterionChatGPTGeminiLeader
Instruction following22Tie
Accuracy23Gemini +50%
Specificity23Gemini +50%
Structure77Tie
Right length53ChatGPT +67%

Scored 1–10 by gpt-5.6-sol with model names hidden (2026-09-24). This is an AI review, not a measurement.

Read full answers

We gave three models the same input and copied their answers unedited. Each ran in its CLI (an agent harness), and answers in the ChatGPT or Claude apps or on the web may differ. Outputs are in Korean.

gpt-5.6-luna (codex CLI · 에이전트 하네스) · Run on 2026-09-24

현재 환경에서는 git status, git diff, git add, git commit을 실행할 수 있는 터미널 도구가 제공되지 않아 변경 사항 검토 및 커밋을 수행할 수 없습니다.

More in this category

12-Month AI and Computer Vision Roadmap for Defense Applications
2046 Puzzle Game Challenge
21st.dev component prompt
3D FACTORY
3D FPS Game