원클릭으로
change-summary
自动汇总当前分支相对主分支的提交摘要,用于 PR/说明对齐。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
自动汇总当前分支相对主分支的提交摘要,用于 PR/说明对齐。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
在每次回复中使用固定前缀并列出本次实际参考的指令/文件,便于校验是否遵循上下文与规则。
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.
| name | change-summary |
| description | 自动汇总当前分支相对主分支的提交摘要,用于 PR/说明对齐。 |
为 PR/提交说明提供准确的提交摘要,避免遗漏主要变化。
git log --oneline origin/master..HEAD
## 提交摘要
- abc1234 feat(ui): 新增设置入口
- def5678 chore: 更新技能模板
git log --oneline origin/master..HEAD 生成?