원클릭으로
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.