بنقرة واحدة
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)."