원클릭으로
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 직업 분류 기준
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.
处理任何与文档相关的内容; 用于把需求转成可执行的任务文档、计划和跟踪项。Use when: docs planning, implementation roadmap, task breakdown, AI coding plan, development documents.
Generate a concise git commit message that follows Conventional Commits and fits git-flow branch context.
| 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 | ["MAI-Code-1-Flash (copilot)","DeepSeek V4 Flash (deepseek)","Raptor mini (Preview) (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. and update the develop process.
前提条件:
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, templatestype(scope): subject
update the develop process
docs/Development/ProjectTracking.md for tracing the current task progress.docs/Development/Changelog.md for recording the change details and impact.