with one click
change-summary
自动汇总当前分支相对主分支的提交摘要,用于 PR/说明对齐。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
自动汇总当前分支相对主分支的提交摘要,用于 PR/说明对齐。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
| name | change-summary |
| description | 自动汇总当前分支相对主分支的提交摘要,用于 PR/说明对齐。 |
为 PR/提交说明提供准确的提交摘要,避免遗漏主要变化。
git log --oneline origin/master..HEAD
## 提交摘要
- abc1234 feat(ui): 新增设置入口
- def5678 chore: 更新技能模板
git log --oneline origin/master..HEAD 生成?在每次回复中使用固定前缀并列出本次实际参考的指令/文件,便于校验是否遵循上下文与规则。
Perform code quality checks before commit. Validates code standards, security, architectural consistency. Runs TypeScript compilation, linting, test coverage verification.
Evolution capability meta-skill. Identifies evolutionary scenarios (repeated errors, user feedback, complex workflows) and crystallizes experience into reusable skills or instruction updates.
执行前检查清单。每次回复前必须自动进行的自我检查,确保没有遗漏强制规则。
创建/输出文件的安全约束。禁止 HERE 文档创建文件;大文件输出需分段写入同一文件,避免会话超限。
Implements Conventional Commits workflow. Ensures proper commit message formatting with structured body, footer, and skill signature. Facilitates semantic versioning compliance and clean project history.