ワンクリックで
review-code
Review recent code changes for bugs, style issues, and improvements. Use after writing code or before committing.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Review recent code changes for bugs, style issues, and improvements. Use after writing code or before committing.
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 | review-code |
| description | Review recent code changes for bugs, style issues, and improvements. Use after writing code or before committing. |
Review: $ARGUMENTS
Identify changes to review
git diff main...$ARGUMENTSgit diff and git diff --cachedCheck for bugs
alloc must have a matching free or deferCheck Zig 0.15 correctness
const vs var: use const unless the variable is mutatedstd.ArrayList(u8).empty pattern (not .init(allocator))@import of files outside the moduleCheck style
zig fmt --check on changed filesCheck security
Report