一键导入
wechat-lab-builder
Use this skill for experimental changes that must stay in lab paths only (sandbox/test workspaces) and must never modify production project code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill for experimental changes that must stay in lab paths only (sandbox/test workspaces) and must never modify production project code.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill for end-to-end WeChat DevTools workflow control in this repo, including bootstrap, environment doctor checks, natural-language project creation, generated project preview/guard/upload dry-run, validation gates (fast/full), and guarded deploy orchestration when no narrower WeChat skill applies.
Use this skill for guarded release actions in this repo, including preview, upload, and cloud deploy. Always run validation first, require explicit confirmation, verify results, and record outputs.
Use this skill to execute JSON task specs in this repo through validate, write, deploy, and record stages using the existing script pipeline.
| name | wechat-lab-builder |
| description | Use this skill for experimental changes that must stay in lab paths only (sandbox/test workspaces) and must never modify production project code. |
Use this skill when the user wants to experiment safely without touching production code.
sandbox/fake-project$RepoRoot = (Get-Location).Path
. (Join-Path $RepoRoot "scripts\wechat.ps1")
Invoke-SafeWrite `
-ProjectPath (Join-Path $RepoRoot "sandbox\fake-project") `
-Description "lab: <change>" `
-RequireConfirm $false `
-WriteAction { <edit action> }
$RepoRoot = (Get-Location).Path
powershell -ExecutionPolicy Bypass -File (Join-Path $RepoRoot "scripts\test-wechat-skill.ps1") -SkipSmoke -Tag fast