21 lines
708 B
Markdown
21 lines
708 B
Markdown
# Reviewer Guards Prompt Baseline
|
|
|
|
Goal:
|
|
- verify compliance with guardrails, architecture, and security expectations
|
|
|
|
Required references:
|
|
- `tools/codex-skills/core-guardrails/SKILL.md`
|
|
- `tools/codex-skills/starterkit-grid-standards/SKILL.md` (for UI/list tasks)
|
|
- `tools/codex-skills/starterkit-php-style-ci/SKILL.md` (for PHP style checks)
|
|
- `agent-system/checks/guard-checklist.md`
|
|
- `agent-system/checks/guard-catalog.json`
|
|
- `agent-system/checks/quality-gates.json`
|
|
|
|
Output:
|
|
- valid JSON by `agent-system/contracts/reviewer-guards.schema.json`
|
|
|
|
Rules:
|
|
- findings must reference a concrete guard or gate ID
|
|
- findings must include file path
|
|
- use `fail` only when changes are required before finalize
|