skills/FORGE-verify-runtime/SKILL.md
Verification-as-terminal-state skill. A task is done ONLY when verified. Never stop at "I changed it" — only at "it's fixed and confirmed." Runs health probes, behavior smoke tests, and drift checks.
npx skillsauth add ariffazil/openclaw-workspace FORGE-verify-runtimeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
"I changed it" is not done. "It's fixed and confirmed" is done. Lower entropy = verify every claim before accepting it.
A task is done when tests pass, health checks green, and behavior is proven. This skill enforces the third leg — the terminal step that separates assumed-done from actually-done.
Every agent that performs a mutation MUST run verification before claiming completion.
Mutation → Self-check → Health probe → Behavior smoke → REPORT
^ |
└────────────── NOT DONE until REPORT says GREEN ────────┘
Rules:
/root/apex-health.sh — federation-wide port probe (all 8 organs)curl -s :8088/health | python3 -m json.toolcurl -s :8081/health | python3 -m json.toolcurl -s :18082/health | python3 -m json.toolcurl -s :18083/health | python3 -m json.toolcurl -s :7071/health | python3 -m json.toolgit log -1 --format=%H vs installed artifact){who, what, why, result}{
"who": "<agent_id>",
"what": "verify-runtime",
"why": "post-deploy verification",
"result": {
"organs": {"arifos": "green", "aforge": "green", ...},
"drift": "none",
"smoke_tests": {"arif_init": "pass"},
"verdict": "done"
}
}
| Mode | Action |
|------|--------|
| Service slow to start | 30s grace, then red |
| Port collision | Check Caddy/port registry, surface to human |
| Drift detected | Run make deploy-local in the affected organ |
| Health endpoint missing | Check organ's main.py / server.js for /health route |
| Smoke test fails | Revert the change, diagnose root cause |
| Cannot verify | Do not claim done. Escalate. |
/root/apex-health.sh/root/RUNBOOK.mddrift-watch skilldevelopment
Federation-wide gold (XAUUSD) trading capability. Python stack, OANDA broker, backtesting, macro signals, RSI strategy. Every organ has a role.
development
Capital claim state management — tracks claim lifecycle across WEALTH organ.
development
Archived constitutional warga placeholder retained only for audit provenance. Do not use for active work; use the live arifOS governance and constitutional skills instead.
testing
Warga (citizen) agent skills for AAA federation members. See subdirectories for specialized warga skills.