بنقرة واحدة
commit
分析 git 变更并生成规范的提交信息。用于提交代码、生成 commit message 时触发。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
分析 git 变更并生成规范的提交信息。用于提交代码、生成 commit message 时触发。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through something before or during a change.
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal with design, specs, and tasks ready for implementation.
基于 git 提交历史生成结构完整的 PR 描述。用于创建 pull request 时触发。
对 spring-ai-rag-demo 单模块项目的代码变更进行全面审查,重点检查 Spring Boot 分层、租户隔离、计费扣费、SQL 参数化、前端约束与 OpenSpec 一致性。用于代码审查、检查变更时触发。
| name | commit |
| description | 分析 git 变更并生成规范的提交信息。用于提交代码、生成 commit message 时触发。 |
分析当前 git 变更,生成规范的提交信息。
git diff --cached 或 git diff 查看变更内容<type>: <中文描述>
AI-Generated: true
AI-Tool: Cursor
Reviewed-by: <git config user.name>
feat: 新功能(新增 Controller / Service / Tool / DAO / 前端交互等)fix: 修复缺陷refactor: 重构(如数据访问层迁移、服务拆分、配置整理)docs: 文档变更(openspec 设计文档等)style: 格式调整(不影响逻辑)test: 测试相关chore: 构建/依赖/配置变更refactor: 计费域 — 将 JdbcTemplate 查询迁移为 MyBatis-Plus Mapper
AI-Generated: true
AI-Tool: Cursor
Reviewed-by: developer