commit — file-manager commit, termide, community, file-manager, ide skills, terminal, text-editor, Claude Code, Cursor, Windsurf

v1.0.0

Acerca de este Skill

Perfecto para agentes de gestión de código que necesitan análisis semántico de confirmación automatizado y composición de mensajes de confirmación convencionales. Collect uncommitted changes and create a semantic commit with a descriptive message

# Core Topics

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

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 7/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution
Review Score
7/11
Quality Score
25
Canonical Locale
en
Detected Body Locale
en

Perfecto para agentes de gestión de código que necesitan análisis semántico de confirmación automatizado y composición de mensajes de confirmación convencionales. Collect uncommitted changes and create a semantic commit with a descriptive message

¿Por qué usar esta habilidad?

Habilita a los agentes a gestionar commits semánticos analizando cambios, archivando archivos y componiendo mensajes de confirmación convencionales, utilizando comandos de Git como `git status`, `git diff` y `git log` para mantener una base de código limpia y organizada.

Mejor para

Perfecto para agentes de gestión de código que necesitan análisis semántico de confirmación automatizado y composición de mensajes de confirmación convencionales.

Casos de uso accionables for commit

Analizar cambios y componer mensajes de confirmación convencionales
Archivar archivos por nombre mientras se excluyen archivos sensibles como `.env` y credenciales
Generar commits estructurados con contexto relevante del historial de commits recientes

! Seguridad y limitaciones

  • Requiere la instalación y configuración de Git
  • Excluye archivos binarios y credenciales del archivado
  • Limitado a la formato de mensajes de confirmación convencionales

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.
  • - The underlying skill quality score is below the review floor.

Source Boundary

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

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

? Frequently Asked Questions

What is commit?

Perfecto para agentes de gestión de código que necesitan análisis semántico de confirmación automatizado y composición de mensajes de confirmación convencionales. 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: Analizar cambios y componer mensajes de confirmación convencionales, Archivar archivos por nombre mientras se excluyen archivos sensibles como `.env` y credenciales, Generar commits estructurados con contexto relevante del historial de commits recientes.

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?

Requiere la instalación y configuración de Git. Excluye archivos binarios y credenciales del archivado. Limitado a la formato de mensajes de confirmación convencionales.

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.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Imported Repository Instructions

The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.

Supporting Evidence

commit

Install commit, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly
Imported Repository Instructions
The section below is supporting source material from the upstream repository. Use the Killer-Skills review above as the primary decision layer.
Supporting Evidence

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

Habilidades relacionadas

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

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador