personal-copilot-instructions commit-messages.instructions.md

A set of instructions for writing Git commit messages in Spanish using the Conventional Commits format, with an emoji and a type such as feature, fix, documentation, style, refactoring, or test.

In plain words
What is it for?
Use it when creating commit messages for new features, bug fixes, documentation, formatting-only changes, refactors, or tests.
Why use it?
It makes commit history follow one consistent structure and language. Consistent messages make changes easier to scan and group later.

Instructions file for GitHub Copilot

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 instructions/ismola/personal-copilot-instructions/commit-messages
Clone the repo
git clone --depth 1 https://github.com/Ismola/personal-copilot-instructions

Made for: GitHub Copilot.

Per session 3,178 This file is loaded in full into every session.
When invoked 3,178 The same file — it is already loaded in full.
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.03178 $0.03178
Opus 5 $0.01589 $0.01589
Sonnet 5 $0.00636 $0.00636
Haiku 4.5 $0.00318 $0.00318

Measured yesterday against content hash 57337e6a7ff5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

personal-copilot-instructions commit-messages.instructions.md 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 yesterday.

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.

.github/instructions/commit-messages.instructions.md · 431 lines

How it starts

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

Instrucciones para Mensajes de Commit - Proyecto General

Estándar de Conventional Commits con Emojis

Todos los mensajes de commit deben seguir el formato de Conventional Commits incluyendo emojis apropiados.

Formato:

<emoji> <tipo>[ámbito opcional]: <descripción>

[cuerpo opcional]

[pie(s) opcional(es)]

Tipos de Commit con Emojis:

🚀 feat: Nueva funcionalidad
  • 🚀 feat: agregar autenticación de usuarios
  • ✨ feat(auth): implementar login con Google
🐛 fix: Corrección de errores
  • 🐛 fix: corregir error de validación en formulario
  • 🔧 fix(api): resolver problema de timeout en peticiones
📚 docs: Documentación
  • 📚 docs: actualizar README con instrucciones de instalación
  • 📖 docs(api): agregar documentación de endpoints
🎨 style: Formato de código (sin cambios de lógica)
  • 🎨 style: formatear código según ESLint
  • 💄 style: mejorar diseño del botón de login
♻️ refactor: Refactorización de código
  • ♻️ refactor: simplificar lógica de autenticación
  • 🔨 refactor(utils): optimizar funciones de validación
test: Agregar o modificar tests
  • ✅ test: agregar tests para servicio de usuarios
  • 🧪 test(auth): implementar tests de integración
📦 build: Cambios en el sistema de build
  • 📦 build: actualizar dependencias de desarrollo
  • ⚙️ build(docker): optimizar configuración de contenedores
🔄 ci: Cambios en CI/CD
  • 🔄 ci: configurar GitHub Actions para tests automáticos
  • 🚀 ci: mejorar pipeline de despliegue
🧹 chore: Tareas de mantenimiento
  • 🧹 chore: limpiar archivos temporales
  • 🔧 chore: actualizar configuración de ESLint
perf: Mejoras de rendimiento
  • ⚡ perf: optimizar consultas a la base de datos
  • 🚀 perf(client): implementar lazy loading en componentes
🔥 remove: Eliminar código o archivos
  • 🔥 remove: eliminar componente obsoleto
  • 🗑️ remove: limpiar código comentado
🚑 hotfix: Corrección crítica
  • 🚑 hotfix: corregir vulnerabilidad de seguridad
  • 🆘 hotfix: resolver error crítico en producción

Read the full file on GitHub · 431 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. yesterday First seen · 431 lines · 3,178 tokens per session scan A 57337e6a7ff5

Subscribe to this mod's changes

personal-copilot-instructions commit-messages.instructions.md is an instructions file published in the GitHub repository Ismola/personal-copilot-instructions (1 stars, last pushed 11mo ago), licensed MIT. It adds 3,178 tokens to every session, about $0.0159 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.

Related

Other instructions, from other repositories

claude-code-settings copilot-instructions.md

Instructions for feiskyer/claude-code-settings, covering claude.md, environment setup, required dependencies, configuration and skills.

feiskyer/claude-code-settings · 649 tokens

DevoxxGenieIDEAPlugin GEMINI.md

Instructions for devoxx/DevoxxGenieIDEAPlugin, a project described as: DevoxxGenie is an agentic plugin for IntelliJ IDEA that uses local LLM's (Ollama, LMStudio, GPT4All, Jan and Llama.cpp) and Cloud based LLMs to help review, test, explain your project code. Latest version now also supports Spec Driven Development…

devoxx/DevoxxGenieIDEAPlugin · 257 tokens

packmind packmind-rest-api-endpoint-design.instructions.md

Instructions for PackmindHub/packmind: Conventions for designing REST API endpoints that are predictable, self-documenting, and aligned with distinct business actions. Favors dedicated action endpoints over generic status updates, and rout... .

PackmindHub/packmind · 157 tokens

calva-backseat-driver changelog.instructions.md

CHANGELOG.md conventions — audience, scope, and entry format for the Backseat Driver extension changelog.

BetterThanTomorrow/calva-backseat-driver · 224 tokens

agent-rules child-process.instructions.md

Instructions for lirantal/agent-rules, covering system processes secure coding guidelines, your mission and spawning system processes.

lirantal/agent-rules · 196 tokens

agentconfig.org AGENTS.md

Instructions for agentconfig/agentconfig.org, covering agent instructions for agentconfig.org, project overview, target audience, site structure and tech stack.

agentconfig/agentconfig.org · 2,368 tokens