commit

Detect service-scoped Git changes, run validations, and commit with semantic messages.

381|261|Updated May 7, 2026
One-click install
npx skills add https://github.com/nudgebee/nudgebee --skill commit-nudgebee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commit
Source: https://github.com/nudgebee/nudgebee/tree/main/.gemini/skills/commit
Command: npx skills add https://github.com/nudgebee/nudgebee --skill commit-nudgebee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, and includes scripts (resource) components.

What problem does it solve?

Manages smart commits by detecting affected services, running validations, and ensuring proper commit formatting, improving code version control processes.

Core Features & Use Cases

  • Service-Aware Commits: Maps changes to services and executes validations.
  • Commit Validation: Ensures all changes are reviewed and validated before committing.
  • Message Formatting: Generates semantically correct commit messages.
  • Use Case: A developer commits changes affecting multiple service components; the Skill automatically checks each component, validates changes, and ensures the commit message follows the appropriate format.

Quick Start

Run the commit skill with the current changes.

Frequently Asked Questions about commit

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

FAQPage Schema
How do I automate Git commits for changes across multiple services?

Service-aware commits map file changes to affected services and execute predefined service-specific validations before committing. This ensures every code change is automatically checked against the rules of the service it impacts.

How does service-aware commit validation work?

Validation works by mapping detected file changes to their corresponding services and running predefined service-specific checks against them. This guarantees code modifications are reviewed and validated before the commit is finalized.

Do I need Git installed to run service-scoped commit validations?

Yes, Git is a required dependency. You need Git installed and a system capable of executing specified service validations to detect repository changes and map them to affected services before committing.

Can I generate semantically correct commit messages automatically?

Yes, the Skill generates semantically correct commit messages automatically. It formats the message based on the validated service-scoped changes, ensuring proper semantic structure for code version control.

What's the best way to manage code version control for multi-component services?

Use service-aware commits to manage multi-component code version control. The Skill detects affected services, runs component-specific validations, and ensures proper commit formatting to improve the overall version control process.