원클릭으로
commit-message
Generate a concise git commit message that follows Conventional Commits and fits git-flow branch context.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Generate a concise git commit message that follows Conventional Commits and fits git-flow branch context.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| description | Generate a concise git commit message that follows Conventional Commits and fits git-flow branch context. |
| name | Commit Message |
| argument-hint | Describe the intent or constraints for this commit |
| agent | agent |
| model | ["DeepSeek V4 Flash (deepseek)","Raptor mini (Preview) (copilot)","GPT-5.4 mini (copilot)"] |
| tools | ["execute"] |
Generate a git commit message for the current repository changes.
First inspect the current git diff or staged diff, then combine it with any user-provided intent.
提前条件:
Rules:
type(scope): subjecttype must be one of:
feat fix docs refactor test chorescope from the main module, such as:
api, admin, webapp, entity, ef, modules, apphost, aspire, perigon, docs, test, templatessubject must be written in Chinese, concise, and must not end with 。 or .Body rules:
- 补充 SSO 处理流程文档- 统一 API 错误返回结构- 增加错误响应集成测试Output pattern:
If the changes are related, output:
type(scope): subject
optional body
If the changes are unrelated, output a short Chinese recommendation to split the commit.
Combine any user-provided intent with the actual code changes and generate the most accurate result.
Perigon 主入口技能:用于基于 Perigon CLI/MCP 进行项目脚手架、模块与服务生成、DTO/Manager/Controller/Request 客户端生成、MCP 配置与 Studio 操作,以及日常后端/前端开发中的代码生成与模板化工作。Use when: any Perigon-based development task, scaffolding, code generation, module/service creation, API client generation, MCP setup, Studio usage, backend/frontend implementation that should follow Perigon conventions.
Perigon 主入口技能:用于基于 Perigon CLI/MCP 进行项目脚手架、模块与服务生成、DTO/Manager/Controller/Request 客户端生成、MCP 配置与 Studio 操作,以及日常后端/前端开发中的代码生成与模板化工作。Use when: any Perigon-based development task, scaffolding, code generation, module/service creation, API client generation, MCP setup, Studio usage, backend/frontend implementation that should follow Perigon conventions.
Write, organize, run, and diagnose .NET unit tests and Aspire distributed integration tests. Use when adding or changing tests in a .NET solution; selecting unit versus API, integration, or end-to-end coverage; working with TUnit, xUnit, NUnit, or MSTest; running selected test categories; or collecting and interpreting test results, including TRX reports.
代码审查技能:用于基于项目规范和事实对代码进行审查,识别质量问题、性能瓶颈、安全风险和架构一致性问题,并提供改进建议。Use when: any code review task, quality gate, risk identification, PR review.
Generate a concise git commit message that follows Conventional Commits and fits git-flow branch context.
处理任何与文档相关的内容; 用于把需求转成可执行的任务文档、计划和跟踪项。Use when: docs planning, implementation roadmap, task breakdown, AI coding plan, development documents.