commit — file-manager commit, termide, community, file-manager, ai agent skill, ide skills, agent automation, terminal, text-editor, AI agent skills, Claude Code, Cursor

v1.0.0
GitHub

About this Skill

Perfect for Code Management Agents needing automated semantic commit analysis and conventional commit message composition. Collect uncommitted changes and create a semantic commit with a descriptive message

# Core Topics

termide termide
[73]
[1]
Updated: 3/20/2026

Quality Score

Top 5%
25
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add termide/termide/commit
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The commit skill by termide is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for file-manager, terminal, text-editor.

Ideal Agent Persona

Perfect for Code Management Agents needing automated semantic commit analysis and conventional commit message composition.

Core Value

Empowers agents to manage semantic commits by analyzing changes, staging files, and composing conventional commit messages, utilizing Git commands like `git status`, `git diff`, and `git log` to maintain a clean and organized codebase.

Capabilities Granted for commit

Analyzing changes and composing conventional commit messages
Staging files by name while excluding sensitive files like `.env` and credentials
Generating structured commits with relevant context from recent commit history

! Prerequisites & Limits

  • Requires Git installation and configuration
  • Excludes binary files and credentials from staging
  • Limited to conventional commit message formatting
Project
SKILL.md
1.6 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

Semantic Commit

Collect all uncommitted changes and create a single structured commit.

Process

  1. Run git status (without -uall) and git diff (staged + unstaged) in parallel to understand changes
  2. Run git log --oneline -5 for recent commit context
  3. Analyze changes: which files are affected, what was added/removed, purpose of the changes
  4. Stage files by name (do not use git add -A; never add .env, credentials, binary files)
  5. Compose a commit message in conventional commits format:
    • feat(scope): description — new functionality
    • fix(scope): description — bug fix
    • docs(scope): description — documentation
    • refactor(scope): description — refactoring without behavior change
    • perf(scope): description — performance improvement
    • test(scope): description — tests
    • chore(scope): description — maintenance
    • Scope = affected crate or area (app, core, db, broker, i18n)
    • If changes span multiple scopes — use the primary one or omit
    • Commit body (after blank line) explains why, not what
    • Commit messages always in English
  6. Create the commit via HEREDOC. Never use --no-verify.
  7. If a pre-commit hook fails — fix the issue, re-stage and create a new commit (never --amend)
  8. Show git status after the commit to confirm

Rules

  • Never commit files containing secrets
  • Never use --no-verify or --no-gpg-sign
  • Never amend without explicit request
  • If there are no changes — report and stop
  • Summary line up to 72 characters
  • Communicate in the user's language

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is commit?

Perfect for Code Management Agents needing automated semantic commit analysis and conventional commit message composition. Collect uncommitted changes and create a semantic commit with a descriptive message

How do I install commit?

Run the command: npx killer-skills add termide/termide/commit. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for commit?

Key use cases include: Analyzing changes and composing conventional commit messages, Staging files by name while excluding sensitive files like `.env` and credentials, Generating structured commits with relevant context from recent commit history.

Which IDEs are compatible with commit?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for commit?

Requires Git installation and configuration. Excludes binary files and credentials from staging. Limited to conventional commit message formatting.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add termide/termide/commit. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use commit immediately in the current project.

Related Skills

Looking for an alternative to commit or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design