commit

A helper for creating Git commits with a consistent message structure. Git is a system that records changes to code and other project files.

In plain words
What is it for?
Use it when saving staged changes to Git, either with your own message or with a message generated from the staged files.
Why use it?
It avoids unclear or inconsistent commit messages and ensures they follow the specified format and Spanish-language requirement.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/jacopalas/agentic-ai-palas/commit
Any agent
npx skills add Jacopalas/agentic-ai-palas --skill commit
Clone the repo
git clone --depth 1 https://github.com/Jacopalas/agentic-ai-palas

Made for: Claude Code, Codex.

Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 933 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00038 $0.00933
Opus 5 $0.00019 $0.00466
Sonnet 5 $0.00008 $0.00187
Haiku 4.5 $0.00004 $0.00093

Measured 2d ago against content hash b96987c4e6f1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

commit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/palas-git/skills/commit/SKILL.md · 144 lines

How it starts

The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/palas-git:commit — Create Consistent Git Commits

IMPORTANT: Before starting execution, inform the user: "ESTOY EJECUTANDO EL SKILL /palas-git:commit"

Create git commits with well-structured, conventional commit messages. All commit messages MUST be written in Spanish.

Usage

/git:commit [message]

Arguments:

  • message (Optional): Commit message or description of changes. If omitted, analyze staged changes automatically.

Commit Message Format

Follow Conventional Commits format:

<type>(<scope>): <subject>

<body>

Types

Type Description
feat New feature
fix Bug fix
docs Documentation only
style Formatting, no code change
refactor Code restructuring, no behavior change
perf Performance improvement
test Adding or fixing tests
chore Build, config, dependencies
ci CI/CD changes

Scope

Optional. Component or area affected (e.g., auth, api, ui).

Subject

  • Imperative mood ("añade función" not "añadida función")
  • No period at end
  • Max 50 characters
  • Always in Spanish

Body

  • Explain why, not what (code shows what)
  • Wrap at 72 characters
  • Optional for small changes
  • Always in Spanish

Behavior

  1. Check git status: Run git status to see changes
  2. Check staged files: Run git diff --staged --stat
  3. Check recent commits: Run git log --oneline -5 for style reference
  4. Analyze changes: Determine type and scope from files changed
  5. Draft message: Create commit message following format
  6. Stage if needed: Add relevant files if not staged
  7. Commit: Execute git commit with message
  8. Verify: Run git status to confirm

Examples

/git:commit
-> Analyzes staged changes, drafts appropriate message in Spanish

/git:commit add user authentication
-> Creates: feat(auth): añade autenticación de usuario

/git:commit fix login redirect bug
-> Creates: fix(auth): corrige bug de redirección en login

/git:commit update README with installation steps
-> Creates: docs: actualiza README con pasos de instalación

Read the full file on GitHub · 144 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 144 lines · 38 tokens per session scan A b96987c4e6f1

Subscribe to this mod's changes

commit is a skill published in the GitHub repository Jacopalas/agentic-ai-palas (2 stars, last pushed 5mo ago), licensed MIT. It adds 38 tokens to every session and 933 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.