一键导入
run-tests
Build the project, check for warnings, run all tests, and report results. Quick health check for the codebase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Build the project, check for warnings, run all tests, and report results. Quick health check for the codebase.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Trinity Bridge manual — architecture, endpoints, commands, patterns for Perplexity-Railway-Mac-Claude Code channel. Reference for all AI agents.
Generate Zig or Verilog code from VIBEE specifications. Use when creating or updating .tri specs and regenerating code.
GOD MODE — Agent monitoring dashboard. Shows swarm status, task queue, pipeline compliance, circuit breakers, git activity, and rule violations.
Generate Zig or Verilog code from VIBEE specifications. Use when creating or updating .tri specs and regenerating code.
HEALER — diagnose, heal, commit dirty files, monitor junk & docs & duplicates, report honestly. Every loop = action + proof.
Agent swarm development dashboard — live Railway containers, issue queue, PR pipeline, JSONL events, pool utilization, and queue drain status. Use when checking agent dev tasks, spawning status, or monitoring issues #315-#319.
| name | run-tests |
| description | Build the project, check for warnings, run all tests, and report results. Quick health check for the codebase. |
Run tests for: $ARGUMENTS
Build
cd /Users/playra/trinity-w1 && zig build 2>&1
Run tests
| Argument | Command |
|---|---|
| all / empty | zig build test |
| vsa | zig test src/vsa.zig |
| vm | zig test src/vm.zig |
| bsd | zig test src/bsd/verify_bsd.zig |
| hslm | zig test src/hslm/model.zig |
| tri-api | zig test src/tri-api/main.zig |
| single file | zig test src/<file>.zig |
Parse results
Format check
zig fmt --check src/ 2>&1
Report