ワンクリックで
commit
Format and validate commit messages following Conventional Commits. Use before any git commit to ensure consistency.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Format and validate commit messages following Conventional Commits. Use before any git commit to ensure consistency.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Systematic bug triage protocol. Use when receiving a bug report or unexpected behavior. Follows reproduce→locate→reduce→fix→guard→verify sequence.
Creates a formal spec for a new feature or phase. Use when starting any non-trivial implementation work.
Publica padrões reutilizáveis no global-index do claude-memories. Use quando uma solução se provar genuinamente reutilizável em outros projetos.
First-session onboarding for new blank projects. Run automatically when MEMORY.md has no context. Interviews the developer and configures all memory files.
Run after the first spec-create to commit all new files and finalize the transition from template to real project. Creates a clean checkpoint in git history.
Pre-deploy checklist and procedure. Run before any deploy in any environment. Validates code, environment, migrations and team communication.
| name | commit |
| description | Format and validate commit messages following Conventional Commits. Use before any git commit to ensure consistency. |
| disable-model-invocation | true |
When to use: When formatting commit messages.
type(scope): imperative description in lowercase
[optional body: the why of the change, not the how]
[footer: breaking changes or closed issues]
| Type | When to use |
|---|---|
feat | New feature |
fix | Bug fix |
refactor | Change without altering external behavior |
docs | Documentation |
test | Tests |
chore | Build, deps, config, context (.claude/) |
perf | Performance improvement |
auth, orders, db)chore(context): update memory/specsfeat(auth): add JWT refresh token rotation
fix(orders): prevent race condition on concurrent updates
refactor(db): extract cursor pagination to shared util
chore(context): update lessons with Redis invalidation pattern
docs(api): add authentication endpoint examples