ワンクリックで
verify
Build both Star6E and Maruko backends and verify all expected binaries exist. Run this after any code change.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Build both Star6E and Maruko backends and verify all expected binaries exist. Run this after any code change.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Adversarial code review — find bugs, style issues, SDK misuse, then challenge findings
Pre-PR pipeline — version bump check, changelog, lint, build, and diff summary
Phase 3 review — find unnecessary code, abstractions, and dead paths, then simplify
Phase 1 planning — read docs, read source, write implementation plan
Phase 4 verification — lint check then full dual-backend build verification
Adversarial code review with two passes. First finds issues, then challenges each finding to eliminate false positives. Use before merging.
| name | verify |
| description | Build both Star6E and Maruko backends and verify all expected binaries exist. Run this after any code change. |
Run the full verification pipeline and report results.
make lint first for a fast warning check.make verify to build both backends and check all expected binaries.make lint, then re-run the failed command.Do NOT declare success until make verify passes cleanly.