com um clique
commit
Create a well-formatted git commit with conventional commit messages
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Create a well-formatted git commit with conventional commit messages
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
Debug issues using E2E tests, log analysis, and dev server management
Query ClickHouse observability logs over HTTP API
Iterate on bug hypotheses using Playwright repro scripts, structured logs, and source code analysis
Address unresolved inline diff comments and mark them resolved
Run a long task across multiple agent contexts using breadcrumb progress files
Recursively decompose a task into sub-plans with dependency ordering, then execute in topological waves
| name | commit |
| description | Create a well-formatted git commit with conventional commit messages |
| argument-hint | [message] |
When creating commits:
Stage only relevant changes (use git add -p for partial staging if needed)
Write clear, conventional commit messages following the format:
feat: for new featuresfix: for bug fixesdocs: for documentation changesrefactor: for code refactoringtest: for test additions/changeschore: for maintenance tasksIf $ARGUMENTS is provided, use it as the commit message
Otherwise, analyze staged changes and generate an appropriate message
Always show the user the proposed commit before executing