ワンクリックで
slate-commit
Compact Conventional Commit generator. Use for commit messages, changelog snippets, and staged-change summaries.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Compact Conventional Commit generator. Use for commit messages, changelog snippets, and staged-change summaries.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Safe compression for natural-language memory files like AGENTS.md, CLAUDE.md, notes, todos, and preferences. Creates .slate.md output by default.
Compact debugging workflow. Use for failed tests, broken builds, runtime errors, crashes, dependency issues, and unexpected behavior.
Compact patch summary. Use after Codex or Claude Code edits files and the user needs a fast handoff.
Sentence-level language minifier. Removes linguistic slack from agent output while preserving code, commands, errors, and safety context.
Terse PR/code review comments. Use for pull requests, diffs, file reviews, and review-comment drafting.
Fast token-efficient execution loop for active repo work. Useful for Project X / AG Trade style workflows where agents must stay scoped, safe, and brief.
| name | slate-commit |
| description | Compact Conventional Commit generator. Use for commit messages, changelog snippets, and staged-change summaries. |
Write clean commit messages. Short subject. Body only when needed.
<type>(<scope>): <imperative summary>
Types:
featfixrefactorperfdocstestchorebuildcistylerevertadd, fix, remove, not added or adds.fix(auth): reject expired JWTs
feat(api)!: rename /v1/orders to /v1/checkout
BREAKING CHANGE: clients must migrate before 2026-06-01.
Old route returns 410 after cutoff.
Only generate commit message. Do not stage, commit, amend, or push.