with one click
traceability-check
校验“说明内容 ↔ 实际变更文件”的一致性,避免描述遗漏或偏差。
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
校验“说明内容 ↔ 实际变更文件”的一致性,避免描述遗漏或偏差。
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 | traceability-check |
| description | 校验“说明内容 ↔ 实际变更文件”的一致性,避免描述遗漏或偏差。 |
确保说明文档覆盖所有实际变更文件,并与变更内容一致。
git diff --name-only --cached
在每次回复中使用固定前缀并列出本次实际参考的指令/文件,便于校验是否遵循上下文与规则。
自动汇总当前分支相对主分支的提交摘要,用于 PR/说明对齐。
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 文档创建文件;大文件输出需分段写入同一文件,避免会话超限。