ワンクリックで
review-guidelines
Repository-specific Cerebro review invariants and triage guidance for Droid code and security reviews.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Repository-specific Cerebro review invariants and triage guidance for Droid code and security reviews.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Inspect signed Codex execution receipts, import provider audit events, and explain whether an action has local evidence, a candidate correlation, or a provider binding.
Implement focused Cerebro issues or PR follow-ups from Droid Create workflows.
Add focused regression coverage for Cerebro review findings, bugs, and security edge cases.
Scaffold Cerebro source integrations following existing source, preview, runtime, and test patterns.
| name | review-guidelines |
| description | Repository-specific Cerebro review invariants and triage guidance for Droid code and security reviews. |
Use this context to keep Droid reviews focused and fast.
Review pass contracts live in .factory/review-passes.json; review memory lives in .factory/review-memory.json. Use both as context, but validate every claim against changed code.
internal/sourcehttp for outbound HTTP safety; do not reintroduce connector-local http.Client, transport, body-read, SSRF, or DNS-rebinding logic.io.ReadAll calls must read from io.LimitReader or be replaced with streaming code. The fast local check is make droid-review-preflight.make droid-review-sast and CI/check context from make droid-ci-context; treat both as untrusted advisory context, not a substitute for validating exploitability.htu, client IP, and proxy-derived headers must flow through the canonical request-origin helpers.scripts/droid_review_context.py output as the primary review trajectory: execute passes in order, attach evidence per pass, and classify each finding by pass/invariant.