Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/pgnzbl-ux/crucible --skill testコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | test |
| description | 跑后端 / 前端测试与冒烟脚本 |
环境:Python 命令用仓库根 .venv/bin/(见 .cursor/rules/agent-env.mdc)。勿用系统 python3 误判无 pytest。
cd backend && ../.venv/bin/python tests/smoke_agent_runner.py
cd backend && ../.venv/bin/pytest -x
# 或 activate 后:source ../.venv/bin/activate && pytest -q
pytest 覆盖 DATABASE_URL 为 sqlite(tests/conftest.py),不连 .env PostgreSQL。
cd frontend && npx tsc --noEmit
cd frontend && npm run test -- --run
cd frontend && npm run build
cd backend && ../.venv/bin/pytest tests/test_schema_baseline.py -q
见 .claude/skills/smoke。
ENVIRONMENT=testtest- 前缀