在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用preview
星标6
分支0
更新时间2026年3月28日 11:55
Build wheel and docs for consumer expectation testing
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Build wheel and docs for consumer expectation testing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Multi-agent orchestration — delegates to domain experts for complex tasks
Triage and act on the weekly drift-guard rolling issue (transitive dependency drift)
Version bump and release checklist for remote-store
Triage and act on the weekly [mutation] rolling issue (mutation-testing run health)
Read review comments from a PR, fix each issue, resolve threads, validate
Create a pull request for the current branch
| name | preview |
| description | Build wheel and docs for consumer expectation testing |
| disable-model-invocation | true |
Build wheel + docs, copy to ../remote-store-expectations/.preview/.
../remote-store-expectations/ exists. If missing, STOP — do not clone it.hatch build -t wheel (lands in dist/)hatch run docs-build (lands in site/)rm -rf ../remote-store-expectations/.preview
mkdir -p ../remote-store-expectations/.preview/dist ../remote-store-expectations/.preview/docs
cp dist/remote_store-*.whl ../remote-store-expectations/.preview/dist/
cp -r site/* ../remote-store-expectations/.preview/docs/
pip install .preview/dist/..., python -m http.server -d .preview/docs 8080)