ワンクリックで
repo-review
Manticore Buddy-specific review wrapper that routes reviewers to the shared rules without duplicating them.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Manticore Buddy-specific review wrapper that routes reviewers to the shared rules without duplicating them.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Generate evidence-based behavior review cards that explain what changed, why it matters, impact radius, risk, and divergence without doing line-by-line code review.
Shared Manticore gatekeeper workflow for reviewing behavior, implementation rules, security, and validation evidence.
| name | repo-review |
| description | Manticore Buddy-specific review wrapper that routes reviewers to the shared rules without duplicating them. |
Use this workflow for Manticore Buddy code review.
Before using this workflow, read:
AGENTS.md.ai/instructions/repository.md.ai/instructions/validation.md.ai/skills/behavior-review/SKILL.md.ai/skills/code-review/SKILL.mdA plain request to “review” means run behavior-review, code-review, and this Buddy repo-review wrapper together using the combined review orchestration in .ai/skills/code-review/SKILL.md. Quick/full mode controls output depth, not whether Buddy focus areas are checked.
This file must not duplicate repository rules.
The authoritative Buddy rules live in .ai/instructions/repository.md and .ai/instructions/validation.md. The shared review process lives in .ai/skills/code-review/SKILL.md.
If this file conflicts with any of those files, the referenced instruction or workflow file wins.
When changing a Buddy rule, update the authoritative file first. Keep this file as a small Buddy-specific review wrapper.
Review is not codestyle. Codestyle is automated by ./bin/codestyle.
For full review, use the shared review layers from .ai/skills/code-review/SKILL.md and apply all rules from .ai/instructions/repository.md.
For quick review, use short bullet points with problems only. Do not apply the full workflow to tiny/local changes unless risk or uncertainty appears.
While applying the shared rules, pay special attention to these Buddy risks:
Swoole runtime state
Core/plugin boundary
buddy-core or in a plugin.Configuration and JSON parsing
json_decode() usage as a Buddy rule violation; all JSON parsing must use simdjson_decode().Invariant masking
Validation cost
For full review, verify that:
For quick review, keep the response concise and report only obvious issues, uncertainty, or important limitations.