원클릭으로
git-commits
Writes clear, concise git commit messages. Use when committing changes or when the user asks for commit message help.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Writes clear, concise git commit messages. Use when committing changes or when the user asks for commit message help.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Naming rules for this Go API repo. Use when creating or renaming packages, files, handlers, types, variables, tests, and helper functions so names stay domain-first and consistent with existing patterns.
Uses Ent ORM for schema, queries, hooks, and migrations with PostgreSQL. Use when defining schemas, writing database queries, or running migrations in this project.
Writes idiomatic Go with composition, explicit errors, and focused functions. Use when writing or reviewing Go code in this project.
Structures REST API routes with Huma v2 and Echo. Use when creating or modifying API endpoints, route handlers, or OpenAPI-backed HTTP APIs in this project.
Build CRUD REST APIs with Huma v2 and Ent—list, get one, update, delete—for global resources and for resources owned by the authenticated user (input.User). Use when adding or refactoring list/get/update/delete endpoints in Huma + Ent projects.
| name | git-commits |
| description | Writes clear, concise git commit messages. Use when committing changes or when the user asks for commit message help. |