commit

Assess git changes, plan commits, and execute with user confirmation.

Updated Jun 19, 2026
One-click install
npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill commit-sameer-thakkar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/sameer-thakkar/hackin26-next-deimos/tree/main/.cursor/skills/commit-ho
Command: npx skills add https://github.com/sameer-thakkar/hackin26-next-deimos --skill commit-sameer-thakkar

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the git commit process by providing a user-friendly interface for assessing, planning, and executing commits.

Core Features & Use Cases

  • Change Assessment: Reviews conversation history and current git status to identify and assess changes.
  • Commit Planning: Helps draft clear commit messages and organizes files into logical commits.
  • User Confirmation: Presents the commit plan to the user for approval before execution.
  • Commit Execution: Executes commits with user confirmation, ensuring accurate and intentional actions.

Quick Start

Use the commit skill to create a git commit with the changes made in this session.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I manage git commits with user confirmation before execution?

To manage git commits with user confirmation, this Skill assesses conversation history and git status to plan changes, drafts logical commit messages, and prompts for explicit user approval before executing the commit. This ensures accurate and intentional version control actions.

What is the best way to organize uncommitted files into logical git commits?

Organizing uncommitted files into logical git commits is done by assessing current changes, grouping related modifications together, and drafting clear commit messages for each group. The plan is presented for user confirmation before execution to maintain clear code management.

Does this git commit tool support collaborative development workflows?

Yes, this git commit tool supports collaborative development workflows by requiring user interaction for commit execution and validation. It provides detailed change assessment and user confirmation to ensure accountability and accurate commits across shared codebases.

How do I draft clear commit messages based on my recent code changes?

Drafting clear commit messages based on code changes is handled by reviewing conversation history and current git status. The Skill analyzes modifications to generate organized, logical commit messages and presents them for user validation before execution.

Can I review a git commit plan before changes are executed?

Yes, you can review a git commit plan before execution. The Skill creates a detailed assessment of changes and presents the proposed commit organization and messages for explicit user confirmation, ensuring you validate all actions before they are applied.