git-commit
The git-commit skill generates and executes standardized git commits following the Conventional Commits specification. It analyzes diffs to determine commit types, scopes, and descriptions, and manages file staging.
Is git-commit safe to install?
Review the source first: our audit of git-commit's source files found 9 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes git commands on the local repository. It includes instructions to stage files and commit changes, which modifies the local git history.
How we audit skills: our security review methodology.
Who is this skill for?
Developers who want to automate the creation of semantic git commit messages based on their local code changes.
What can you do with it?
- Generating conventional commit messages from staged or unstaged changes
- Staging files for logical commit grouping
- Applying commit types like feat, fix, or refactor based on diff analysis
How good is this skill?
Quality score: 9/10. The skill provides clear, actionable instructions for git operations and adheres to the Conventional Commits standard. The safety protocols are well-defined.
What does the skill file contain?
# Git Commit with Conventional Commits ## Overview Create standardized, semantic git commits using the Conventional Commits specification. Analyze the actual diff to determine appropriate type, scope, and message. ## Conventional Commit Format ``` <type>[optional scope]: <description> [optional body] [optional footer(s)] ``` ## Commit Types | Type | Purpose | | ---------- | ------------------------------ | | `feat` | New feature | | `fix` | Bug fix | | `docs` | Documentation only | | `style`...
Frequently asked questions
Does this skill automatically push commits to a remote repository?
No. The skill only executes git commit commands locally.
How does the skill determine the commit type?
The skill analyzes the diff to identify the nature of the changes and maps them to standard types like feat, fix, docs, or refactor.
Can I override the generated commit message?
Yes. The skill supports interactive commits with optional overrides for type, scope, and description.
Related skills
find-skills
2.3MUsers seeking to extend agent capabilities with specialized tools, workflows, or knowledge packages
The find-skills skill enables agents to search for, discover, and install modular packages from the open agent skills ecosystem using the Skills CLI.
video-edit
338.7KUsers of the RunComfy CLI who need to automate video editing tasks like restyling, background swapping, or motion transfer
The video-edit skill acts as a router for the RunComfy CLI, selecting between Wan 2.7 Edit-Video, Kling 2.6 Pro Motion Control, and Lucy Edit Restyle models based on user intent to perform video transformations.
lark-doc
305.2KUsers who need to automate document management, content updates, and media handling within the Lark/Feishu ecosystem
The lark-doc skill enables agents to read, create, and edit Lark (Feishu) documents, including Docx and Wiki formats. It supports content manipulation via XML or Markdown, media handling, and resource management for document covers. The skill integrates with other Lark skills by identifying and delegating operations for embedded objects like spreadsheets, databases, and mind notes.
ai-image-generation
229.9KDevelopers and AI agents requiring programmatic access to diverse image generation and editing models through a unified CLI
The AI Image Generation skill provides a command-line interface for generating and editing images using the RunComfy platform. It routes requests across 11+ AI models, including FLUX 2, Google Nano Banana, OpenAI GPT Image 2, ByteDance Seedream, Alibaba Qwen, and Wan 2-7. The skill selects the appropriate model based on user intent, such as typography precision, photorealism, or speed, and executes the generation via the runcomfy CLI.