com um clique
conventional-commits
Use when asked to craft commit messages or PR titles.
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
Use when asked to craft commit messages or PR titles.
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
Use when adding or changing UI, forms, or interactive elements.
Use when adding or changing API routes under `app/api/*`.
Use when changing debate history, localStorage, or timing logic (e.g., `app/page.tsx`).
Use when making TypeScript or ESLint-sensitive changes in `app/`, `components/`, or `lib/`.
Use when editing UI in `app/` or `components/` (layout, Tailwind classes, styling, or view logic).
Use when adding config, credentials, external services, or environment variables.
| name | conventional-commits |
| description | Use when asked to craft commit messages or PR titles. |
Follow strict Conventional Commits for this repo.
type(scope): subject.feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert.app, api, spec, deps.git status -sb and git diff --staged) and base the message on what is staged.feat(app): add debate status badgefix(api): handle missing domain