원클릭으로
prompt-review
Load when an agent, skill, or prompt needs strict review. Focuses on failure modes, severity, and clear feedback.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Load when an agent, skill, or prompt needs strict review. Focuses on failure modes, severity, and clear feedback.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Load when writing or reviewing agent .md files. Covers agent artifact shape, frontmatter, and Meridian-specific agent conventions.
Load when writing or reviewing prompts, skills, or agents. Gives the core heuristics for writing prompts that steer LLM behavior reliably.
Load when writing or reviewing skills. Covers SKILL.md shape, loading mechanics, and how to structure bundled resources.
| name | prompt-review |
| type | reference |
| description | Load when an agent, skill, or prompt needs strict review. Focuses on failure modes, severity, and clear feedback. |
| model-invocable | false |
Review prompt quality first. Use /prompt-principles and /llm-writing as the default lens.
Read all four /prompt-principles resource files before reviewing. The body routes; the resources carry the actual heuristics:
resources/prompt-level.md: attention, structure, leading words, heuristic altituderesources/skill-level.md: loading model, extraction, decompositionresources/agent-level.md: cognitive mode, body focus, reuseresources/system-level.md: handoffs, verification, coordination altitudeReview against each layer that applies. Focus on high-leverage issues: no-op lines, misplaced knowledge, overloaded bodies, weak routing, brittle prescription, and missing reasons. A good finding points to the exact text, explains the failure mode, and suggests a better direction.
After the prompt-quality pass, do a lighter mechanics pass when relevant. For that second angle, load resources/mechanics.md.
Start with a short overall assessment. Then list the findings and include the severity of each. End with a verdict: approve, approve with notes, or request changes.