.cursor/skills/mensajes-commit/SKILL.md
Redacta mensajes de commit claros y consistentes a partir del diff o de la descripción del cambio. Usar cuando el usuario pida un commit, un mensaje de commit, o ayuda para commitear cambios.
npx skillsauth add Mateuss333/PampaLovers mensajes-commitInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
<tipo>(<ámbito opcional>): <descripción en imperativo, corta>
[cuerpo opcional: qué y por qué, no cómo línea a línea]
[footer opcional: BREAKING CHANGE:, closes #123]
Tipos habituales: feat, fix, docs, style, refactor, test, chore, perf, ci.
BREAKING CHANGE:.Entrada: Se corrigió el cálculo de IVA y se añadió test.
Salida:
fix(billing): corrige cálculo de IVA en facturas
Ajusta el redondeo según normativa local. Añade casos de prueba para
importes con decimales.
development
Revisa cambios con un checklist mínimo de calidad, seguridad y mantenibilidad. Usar en code review, antes de merge, o cuando el usuario pida revisar un diff o un PR.
testing
Genera descripciones de pull request estructuradas (contexto, cambios, verificación). Usar al abrir un PR, revisar un branch antes de merge, o cuando el usuario pida una descripción de cambios para revisión.
testing
Create, edit, improve, or audit AgentSkills. Use when creating a new skill from scratch or when asked to improve, review, audit, tidy up, or clean up an existing skill or SKILL.md file. Also use when editing or restructuring a skill directory (moving files to references/ or scripts/, removing stale content, validating against the AgentSkills spec). Triggers on phrases like "create a skill", "author a skill", "tidy up a skill", "improve this skill", "review the skill", "clean up the skill", "audit the skill".
testing
Host security hardening and risk-tolerance configuration for OpenClaw deployments. Use when a user asks for security audits, firewall/SSH/update hardening, risk posture, exposure review, OpenClaw cron scheduling for periodic checks, or version status checks on a machine running OpenClaw (laptop, workstation, Pi, VPS).