·pre-ship-review
</>

pre-ship-review

在任何检查点(例如 PR、发布或里程碑)交付代码之前,请运行结构化质量审查。每当用户说“发货前审查”、“发货检查”、“质量审查”、“自我审查”或“准备发货”时,或在提交任何重要代码之前使用。这项技能可以捕获人工智能生成的代码在组件之间中断的集成边界故障。请勿用于常规检查或格式化(这些由 ITP 第 2 阶段处理)或用于审查仅文档更改。

38安装·1热度·@terrylica

安装

$npx skills add https://github.com/terrylica/cc-skills --skill pre-ship-review

如何安装 pre-ship-review

通过命令行快速安装 pre-ship-review AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/terrylica/cc-skills --skill pre-ship-review
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:terrylica/cc-skills。

SKILL.md

查看原文

Structured quality review before shipping code at any checkpoint: PRs, releases, milestones. Catches the failures that occur at integration boundaries -- where contracts, examples, constants, and tests must all agree.

Core thesis: AI-generated code excels at isolated components but fails systematically at boundaries between components. This skill systematically checks those boundaries.

NOT needed for: single-file cosmetic changes, documentation-only updates, dependency bumps.

在任何检查点(例如 PR、发布或里程碑)交付代码之前,请运行结构化质量审查。每当用户说“发货前审查”、“发货检查”、“质量审查”、“自我审查”或“准备发货”时,或在提交任何重要代码之前使用。这项技能可以捕获人工智能生成的代码在组件之间中断的集成边界故障。请勿用于常规检查或格式化(这些由 ITP 第 2 阶段处理)或用于审查仅文档更改。 来源:terrylica/cc-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/terrylica/cc-skills --skill pre-ship-review
分类
</>开发工具
认证
收录时间
2026-03-07
更新时间
2026-03-11

Browse more skills from terrylica/cc-skills

快速解答

什么是 pre-ship-review?

在任何检查点(例如 PR、发布或里程碑)交付代码之前,请运行结构化质量审查。每当用户说“发货前审查”、“发货检查”、“质量审查”、“自我审查”或“准备发货”时,或在提交任何重要代码之前使用。这项技能可以捕获人工智能生成的代码在组件之间中断的集成边界故障。请勿用于常规检查或格式化(这些由 ITP 第 2 阶段处理)或用于审查仅文档更改。 来源:terrylica/cc-skills。

如何安装 pre-ship-review?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/terrylica/cc-skills --skill pre-ship-review 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/terrylica/cc-skills