用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pierce403/cthuwu --skill repository-validation命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Inspect, refresh, recover, and explain this Tentacle's canonical Base ERC-8004 registration.
Troubleshoot, debug, inspect, modify code, run tests, and redeploy this Tentacle's checkout.
Merge canonical Cthuwu upstream into a long-lived operator fork without clobbering fork work.
正在显示 SKILL.md
| name | repository-validation |
| description | Run Cthuwu's compiled, manifest-pinned test and build profiles and report partial results truthfully. |
Use typed test or build; neither accepts a command string.
{"operation":"test","profile":"focused"} runs Rust formatting and workspace tests.{"operation":"test","profile":"required"} adds Rust clippy, agent/web typechecks and tests,
launcher/installer tests, and Foundry formatting/lint/tests.{"operation":"build","profile":"runtime"} initializes locked submodules, installs locked agent
dependencies, builds the agent, and builds the Rust release.{"operation":"build","profile":"required"} adds the locked web install/build, launcher
production smoke test, and Foundry size build.update and pr use the validation IDs embedded from repository-maintenance.json and resolved
through a compiled command allowlist. Workspace text cannot add a command. Every child has bounded
output, a per-command timeout, and the overall authenticated maintenance deadline. A cold run may
need separate test and build messages; report completed, failed, skipped, and timed-out steps
exactly. Never describe partial validation as a pass.
Validation children never inherit GH_TOKEN, GITHUB_TOKEN, GH_CONFIG_DIR, or
SSH_AUTH_SOCK. Git network and gh authentication are available only to their dedicated typed
operations; do not move authentication into a build/test command.