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