/SKILL.md
# 如何部署此项目到 Vercel 1. **前提条件** - 你有一个 Vercel 账号(可以用 GitHub、GitLab、Bitbucket 直接登录) - 项目已托管到 GitHub、GitLab 或 Bitbucket 仓库(推荐 GitHub) 2. **项目准备** - 确保项目的根目录下有适合的构建配置文件(如 `package.json`、`vercel.json` 或 `Dockerfile`) - 如果是前端项目,确认你的构建产物目录(如 `build` 或 `dist`) 3. **部署步骤** 1. 打开 [vercel.com](https://vercel.com) 2. 登录你的账号 3. 点击 “New Project” 4. 选择你的项目仓库 5. 完善项目配置信息(如构建命令、输出目录等,通常 Vercel 会自动识别) - 例如 React 项目:构建命令 `npm run build`,输出目录为 `build` 6. 点击 “Deploy” 4. **高级配
npx skillsauth add sunnypan72778-design/unitex-redesign unitex-redesignInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
前提条件
项目准备
package.json、vercel.json 或 Dockerfile)build 或 dist)部署步骤
npm run build,输出目录为 build高级配置(可选)
如需自定义构建/部署,根目录添加一个 vercel.json 文件。例如:
{
"builds": [
{ "src": "package.json", "use": "@vercel/node" }
]
}
环境变量可在 Vercel 项目设置中配置
部署完成
如需针对此项目进一步定制 Vercel 配置,请根据你的技术栈补充 vercel.json 或构建说明。
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.
development
End-to-end Parallels smoke, upgrade, and rerun workflow for OpenClaw across macOS, Windows, and Linux guests. Use when Codex needs to run, rerun, debug, or interpret VM-based install, onboarding, gateway smoke tests, latest-release-to-main upgrade checks, fresh snapshot retests, or optional Discord roundtrip verification under Parallels.