بنقرة واحدة
pr
基于 git 提交历史生成结构完整的 PR 描述。用于创建 pull request 时触发。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
基于 git 提交历史生成结构完整的 PR 描述。用于创建 pull request 时触发。
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
分析 git 变更并生成规范的提交信息。用于提交代码、生成 commit message 时触发。
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.
对 spring-ai-rag-demo 单模块项目的代码变更进行全面审查,重点检查 Spring Boot 分层、租户隔离、计费扣费、SQL 参数化、前端约束与 OpenSpec 一致性。用于代码审查、检查变更时触发。
| name | pr |
| description | 基于 git 提交历史生成结构完整的 PR 描述。用于创建 pull request 时触发。 |
请基于当前的 git 提交历史或代码变更,生成一份结构完整的 PR 描述。
git log main..HEAD --oneline 查看分支上的所有提交git diff main...HEAD --stat 查看变更文件统计openspec/changes/<id>/ 设计文档,阅读 proposal.md 和 design.md 了解需求背景[描述本次 PR 要解决什么问题、带来了什么功能或修复。如涉及架构调整,说明从哪个访问/分层方式迁移到什么方式]
[列出本次变更涉及的业务域,如:chat、billing、conversation、tool、config、vo、dao、static 等]
[说明关键技术实现,按本项目分层描述:
static/app.js、style.css、index.html 及缓存版本号[如有关联的 openspec 设计文档,列出路径:openspec/changes/<id>/design.md]
[明确说明 AI 协助的部分:
AI-Generated: true AI-Tool: Cursor