用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/alibaba/opc-starter --skill check命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Deploys React/Vite applications to Alibaba Cloud ESA Pages. Use when the user needs to deploy frontend applications, manage deployments, configure custom domains, or troubleshoot deployment issues on ESA (Edge Security Acceleration) platform.
[project] OPC-Starter 测试驱动开发规范。管理和执行 Playwright E2E 测试、演示模式测试、单元测试的完整工作流。适用于新增功能时补充测试用例、运行认证/注册/演示测试、维护测试规划文档。当用户提到测试、E2E、Playwright、演示、用例、质量、补充测试时使用。
OPC-Starter 智能开发技能。AI 亲和的 React Boilerplate 项目开发规范,支持动态上下文感知、TDD 驱动开发、Agent Studio 扩展。适用于认证系统、组织架构、Agent 工具、数据同步等模块的迭代开发。
基于 SOC 职业分类
正在显示 SKILL.md
| name | check |
| description | Runs .continue/checks locally against the current diff, simulating a PR review before pushing. |
Run every .continue/checks/*.md check against the current changes before opening a PR.
git diff main...HEAD and write it to /tmp/check-diff.patch.git diff --cached and git diff.... (diff truncated at 3000 lines).git log main..HEAD --oneline and write it to /tmp/check-log.txt..continue/checks/*.md file.For each check file, review the diff according to that check's instructions.
Each result must start with either PASS or FAIL on its own line.
For every finding:
Present a summary table:
| Check | Result |
| ------------------------------ | --------- |
| Architecture Layers | Passed |
| Data Access And Agent Patterns | 1 warning |
If checks fail, ask the user whether to fix or skip each finding. Then execute the selected fixes.