一键导入
forge-smoke-test
Read-only Forge installation health check. No writes, no test repo needed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Read-only Forge installation health check. No writes, no test repo needed.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Deep single-model analysis of a topic, question, or architectural decision.
Multi-model consensus workflow. Role-assigned models converge toward a shared recommendation through two rounds of evaluation and reconciliation.
Adversarial multi-model evaluation. Models argue for, against, and neutrally about a subject.
Multi-model panel review. Multiple models review independently, then findings are synthesized.
Full Forge QA checklist in Docker container. Use for release validation or comprehensive verification of all Forge features.
Pressure-test a claim, recommendation, or assumption. Defaults to skepticism.
| name | forge:smoke-test |
| description | Read-only Forge installation health check. No writes, no test repo needed. |
| disable-model-invocation | true |
| allowed-tools | Bash |
Read-only health check for Forge installation. Runs a fixed set of probes (CLI availability, file existence, version checks) and prints a pass/fail table. No intentional writes; sensitive paths are snapshotted before and after to assert no side effects.
Greet the user: "Running a read-only Forge smoke test -- no files will be written, no system changes."
Run the smoke test script and show the output:
bash "${CLAUDE_SKILL_DIR}/scripts/smoke-test.sh"
Check the exit code: 0 = all pass, 1 = failures. Report accordingly.
Tip: "For a more thorough test, use /forge:walkthrough (interactive install/uninstall verification) or /forge:qa
(Docker QA — requires forge extension enable --profile full)."