pmo-review

pmo-review is a command for Claude Code from nathanimphilipos/synergos-grc. It costs 49 tokens per session (482 once invoked), scanned A, original, MIT.

A simulated GovRAMP PMO review for one security control. GovRAMP is a government-focused cloud security authorization program, and the PMO is the office that oversees its review process.

In plain words
What is it for?
Use it to assess evidence artifacts, compare results with earlier PMO feedback, assign Pass, Pass with Concerns, or Fail verdicts, and score implementation maturity.
Why use it?
It shows whether each part of a control is supported by sufficient evidence and highlights gaps before the official quarterly review.

Command for Claude Code

Written for Claude Code: arguments in frontmatter.

Part of the grc plugin — 1 skill, 27 commands shipped together

Good fit Use it to assess evidence artifacts, compare results with earlier PMO feedback, assign Pass, Pass with Concerns, or Fail verdicts, and score implementation maturity.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/nathanimphilipos/synergos-grc/pmo-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/nathanimphilipos/synergos-grc

Made for: Claude Code.

Or install grc, the plugin that ships this one along with the rest of its 1 skill, 27 commands.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pmo-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/nathanimphilipos/synergos-grc/pmo-review/github.svg)](https://agentmods.dev/commands/nathanimphilipos/synergos-grc/pmo-review)
Your own site
<a href="https://agentmods.dev/commands/nathanimphilipos/synergos-grc/pmo-review"><img src="https://agentmods.dev/badge/commands/nathanimphilipos/synergos-grc/pmo-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for pmo-review

Your own site · 80×15
<a href="https://agentmods.dev/commands/nathanimphilipos/synergos-grc/pmo-review"><img src="https://agentmods.dev/badge/commands/nathanimphilipos/synergos-grc/pmo-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 49 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 482 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00049 $0.00482
Opus 5 $0.00024 $0.00241
Sonnet 5 $0.00010 $0.00096
Haiku 4.5 $0.00005 $0.00048

Measured 11d ago against content hash afb7a0dfab35, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

pmo-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

grc/commands/pmo-review.md · 55 lines

What it actually says

GovRAMP PMO Review Command

Purpose

Replicate the GovRAMP PMO quarterly snapshot review process for a control. This simulates what the PMO does every quarter when reviewing submitted evidence.

Process

  1. Look up the control requirements: Read the NIST 800-53 Rev 5 description and GovRAMP parameters from the Snapshot Matrix 3_Snapshot Criteria sheet (columns H, J, K)
  2. Read ALL evidence artifacts in the control's evidence folder
  3. Read any relevant SOC 2 Evidence cross-references
  4. For each lettered sub-part (a, b, c...):
    • State the requirement with GovRAMP parameters filled in
    • Identify which evidence artifacts address this sub-part
    • Assess sufficiency
    • Assign verdict: Pass / Pass with Concerns / Fail
    • Provide specific feedback on what is missing
  5. Compare against historical PMO feedback from the Snapshot Matrix (columns R-Z)
  6. Score maturity 0-5 using the rubric from audits/narrative-quality-criteria.md

Output Format

## PMO Review: <Control-ID> — <Control Name>

**Overall Verdict**: Pass / Pass with Concerns / Fail
**Maturity Score**: X/5
**Evidence Expiry**: YYYY-MM-DD

### Sub-Part Assessment

#### (a) <requirement summary>
- **Verdict**: Pass with Concerns
- **Evidence**: `<folder>/<file>`
- **Finding**: [what was found]
- **Remediation**: [what to fix]

[repeat for each sub-part]

### Historical PMO Comparison
- **Previous PMO feedback**: [quote from matrix]
- **Delta**: [what changed]

### Recommendations
1. [action items]

Write output to ./output/pmo-reviews/<control-id>.md

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 55 lines · 49 tokens per session scan A afb7a0dfab35

Subscribe to this mod's changes

pmo-review is a command published in the GitHub repository nathanimphilipos/synergos-grc (5 stars, last pushed 6mo ago), licensed MIT. It adds 49 tokens to every session and 482 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.