agentsclimarketplace

Commit

Skill rodrigoant/agent-skills/skills/commit

Agent Skills

Install
npx -y skills add rodrigoant/agent-skills --skill commit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Geração de mensagens de commit padronizadas com emoji e tipo semântico

SKILL.md

2.3 KB, 677 tokens by cl100k_base, as published. Nobody here has run it

Commit

Objetivo

Gerar mensagens de commit curtas e padronizadas, seguindo a convenção :emoji: tipo: descrição semântica.


Regras obrigatórias

RegraDetalhe
Formato:emoji: tipo: descrição
ComprimentoMáximo 7 palavras na descrição
EscopoApenas o que foi feito
ProibiçõesSem corpo, sem explicações, sem bullets adicionais

Mapeamento de tipos

GitmojiTipoQuando usar
:sparkles:featNova funcionalidade
:bug:fixCorreção de bug
:recycle:refactorReestruturação sem mudança de comportamento
:lipstick:styleUI, CSS, formatação visual
:memo:docsDocumentação
:wrench:choreConfiguração e tarefas de rotina
:rocket:perfMelhoria de performance
:white_check_mark:testTestes adicionados ou ajustados
:construction_worker:ciPipelines de CI/CD
:package:buildBuild, bundler ou dependências
:rewind:revertReverter alterações anteriores
:lock:securityCorreções de segurança
:tada:initInício de projeto ou módulo
:bookmark:releaseTag de versão
:construction:wipTrabalho em progresso (evitar em main)

Exemplos de aplicação

Adicionando uma feature

:sparkles: feat: criar componente de busca

Corrigindo um bug

:bug: fix: corrigir erro no logout

Ajuste visual

:lipstick: style: ajustar padding do card

Refatoração interna

:recycle: refactor: extrair lógica de validação

Atualizar dependência

:package: build: atualizar react para v19

Configuração de CI

:construction_worker: ci: adicionar job de lint no GitHub Actions

Anti-padrões — nunca faça isso

# Muito longo
:sparkles: feat: criar novo componente de busca que permite filtrar por nome e categoria

# Sem gitmoji
feat: criar componente de busca

# Com corpo/explicação
:bug: fix: corrigir erro no logout

O erro ocorria porque o token não era invalidado corretamente no servidor.

What ships with it: 1 file

1.6 KB alongside SKILL.md

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.