ワンクリックで
git-commit-composer
Summarize git diff changes, craft accurate commit messages, and execute a safe commit workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Summarize git diff changes, craft accurate commit messages, and execute a safe commit workflow.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Operate the current Skuare CLI end to end in the current workspace. Use when the task is to initialize `skr`/`skuare`, manage remote sources, inspect or install Skills/AGENTS.md, remove local installs, publish or migrate registries, or update local skill dependency files.
Coordinate ingestion, reporting, and alert routing into a full observability workflow with end-to-end traceability.
Route ingestion anomalies to downstream channels with severity policies, schedule windows, and deduplication controls.
Diagnose API integration failures by tracing request/response details, auth, and environment differences.
Fetch upstream API payloads, normalize records, validate schema, and output ingestion-ready batches.
Provide reusable HTTP request execution patterns including retries, timeout boundaries, and response sanity checks.
| name | git-commit-composer |
| metadata | {"version":"0.0.1","author":"ShuangShu"} |
| description | Summarize git diff changes, craft accurate commit messages, and execute a safe commit workflow. |
Use this skill to turn raw git changes into a high-quality commit in one flow:
git status, git diff, git diff --staged).git status --short to list changed files.git diff; if staged exists, prioritize git diff --staged.git add <files>).git diff --staged to avoid unrelated changes.<type>(<scope>): <subject>.git commit -m "<subject>".-m flags.reset --hard, checkout --, etc.) unless explicitly requested.