SKILL PLAN · DETERMINISTIC
A small plan for a real job
Start with the minimum useful stack. Add nothing unless it has a clear responsibility in the run.
- Task
- PR review
- Agent
- Codex
- Priority
- Balanced
Rules + reviewed metadata only. No LLM. Same inputs produce the same plan.
01Core execution
Portable · Codex
differential-review
Prioritizes blast radius and security-sensitive changes in the diff. Open profile and install guide ↗Review permissions, limitations, and evidence
- Agent fit
- Portable · Codex
- Main limitation
- Not intended for greenfield code or broad initial vulnerability discovery.
- First risk
- False assurance from incomplete context · High
- Source
- Pinned source · 9b281335
02Guardrail
Portable · Codex
codeql
Adds a targeted static check with explicit limits. Open profile and install guide ↗Review permissions, limitations, and evidence
- Agent fit
- Portable · Codex
- Main limitation
- Requires CodeQL, jq, uv, a buildable target, and potentially long database construction.
- First risk
- Build and scan side effects · High
- Source
- Pinned source · 9b281335
03Evidence
Portable · Codex
build-evidence-map
Links review claims to visible or repository evidence. Open profile and install guide ↗Review permissions, limitations, and evidence
- Agent fit
- Portable · Codex
- Main limitation
- Validation proves graph integrity, not source quality or inference correctness.
- First risk
- Sensitive excerpts in portable artifacts · High
- Source
- Pinned source · 318066d2
Combined permission budget
This is the union of declared permissions across the plan. Review each package before installation.
Read filesRun commandsWrite documentsWrite repositoryNetwork access
Finish with evidence
Find the highest-impact change risks without drowning the reviewer in generic comments.
Review only the proposed diff and directly affected paths; scanning is not certification.
- 3-step acceptance check
- Map each important finding to a changed line or affected path.
- Separate blocking defects from optional improvements.
- Verify the highest-risk path with a targeted test or scan.
- Stop conditions
- The review expands into unrelated repository cleanup.
- A scanner result is presented as proof of safety.
- The reviewer cannot explain the impact of a blocking comment.