用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pgnzbl-ux/crucible --skill test命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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- 前缀