ワンクリックで
git-assistant
Use when preparing commits, branch naming, changelog summaries, or pull request descriptions from current changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Use when preparing commits, branch naming, changelog summaries, or pull request descriptions from current changes.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Use when designing, reviewing, or modifying backend API endpoints, schemas, validation, and API documentation.
Use when reviewing architecture boundaries, dependency direction, or multi-layer design decisions across modules.
Use when shaping new features or behavior changes that need requirements clarification and option tradeoff exploration before implementation.
Use when React components are too large or complex and need extraction, simplification, or separation of concerns.
Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
Use when modeling domain concepts, aggregates, and bounded contexts or checking DDD alignment in existing code.
| name | git-assistant |
| description | Use when preparing commits, branch naming, changelog summaries, or pull request descriptions from current changes. |
Use this skill when the user is ready to commit, needs a branch name, or wants to summarize their work for a PR.
git diff --staged to understand the impact of the current changes.feat(frontend): add keypoint drag animation).feat: New featurefix: Bug fixrefactor: Code change that neither fixes a bug nor adds a featuredocs: Documentation only changeschore: Updating build tasks, package dependencies, etc.<type>(<scope>): <subject>