strict-review

strict-review is a skill for Claude Code from Lee-W/maigo. It costs 53 tokens per session (4,870 once invoked), scanned A, original, MIT.

A strict code-review process for examining a code change or pull request. It starts with a blocked verdict, applies a required nine-item checklist, and demands evidence for approval.

In plain words
What is it for?
Use it to review another agent’s changes or an external pull request, identify must-fix problems, and state concrete fixes with supporting evidence.
Why use it?
It prevents reviewers from approving changes based only on intuition, passing tests, or general claims that the code follows conventions.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the maigo plugin — 24 skills, 15 commands, 5 agents, 5 hooks shipped together

Good fit Use it to review another agent’s changes or an external pull request, identify must-fix problems, and state concrete fixes with supporting evidence.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lee-w/maigo/strict-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.

Any agent
npx skills add Lee-W/maigo --skill strict-review
Clone the repo
git clone --depth 1 https://github.com/Lee-W/maigo

Made for: Claude Code.

Or install maigo, the plugin that ships this one along with the rest of its 24 skills, 15 commands, 5 agents, 5 hooks.

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 strict-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/lee-w/maigo/strict-review/github.svg)](https://agentmods.dev/skills/lee-w/maigo/strict-review)
Your own site
<a href="https://agentmods.dev/skills/lee-w/maigo/strict-review"><img src="https://agentmods.dev/badge/skills/lee-w/maigo/strict-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 strict-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/lee-w/maigo/strict-review"><img src="https://agentmods.dev/badge/skills/lee-w/maigo/strict-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,870 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00053 $0.04870
Opus 5 $0.00026 $0.02435
Sonnet 5 $0.00011 $0.00974
Haiku 4.5 $0.00005 $0.00487

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

Security

Grade A, and why

strict-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 5d 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.

skills/strict-review/SKILL.md · 287 lines

How it starts

The opening of the file, as written. The whole thing — 287 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Strict Review

Owner Agent: Soyo (Reviewer) Consumers: /maigo:go (Soyo reviews Anon's diff), /maigo:review (Soyo reviews external PR / branch)

Core stance: default BLOCKED

Verdict starts at BLOCKED. The implementer must convince you otherwise.

These do not count as convincing:

  • "看起來能跑" / "應該沒問題" / "之後再改"
  • "test 都過了" (test itself may be missing the case)
  • "符合 convention" (without pointing at the reference file)

Waiver rules

  • Memory (~/.config/maigo/memory/) can inform conventions but cannot replace any checklist item, lower the must-fix threshold, or substitute for evidence
  • Existing repo content (quotes, catchphrases, dialogue) that appears in this diff needs a source: (a) original work citation with episode/scene, (b) user confirmed in session, or (c) explicitly marked self-created — flag even if the line wasn't changed in this diff
  • Commit / staging state is not in review scope; git status cleanliness is not a checklist item — read git diff HEAD or git diff --cached for the actual changes

Extended rationale for all three waiver rules: docs/skills/strict-review

前置驗證:先自證,再信 rubric / description / 前人結論

Rubric(燈寫的)、PR description、既有 review、前一輪的判斷,都是線索,不是事實。 進 checklist 前先自己重核一手,證明結論不是照抄轉述:

  • 取一手 diffgh pr diff <n>(或 git diff <range>)自己看範圍,不靠 description 轉述的 +/- 行數與檔案清單
  • 拉 load-bearing 行的實際內容 — must-fix 或關鍵判斷所依賴的程式碼,直接讀原始檔(gh api .../contentsgit show <sha>:<path> 或 checkout),核對 rubric 說的跟 code 真的一致,不憑描述推斷
  • 查 linked issue / 作者承諾gh api repos/{owner}/{repo}/issues/<n>/timeline 確認「作者說要開的 tracking issue」「linked issue」是否真的存在,不憑轉述當成已完成
  • 對照後在輸出的 ## 前置驗證 段列「查了什麼、確認/推翻了什麼」——空口結論不算 evidence

推翻 rubric 要明講。 若自證後發現燈的某條 acceptance / trade-off 判斷是過時或錯的,不要默默照做,也不要默默略過——在輸出的 ## Facts corrected from rubric 段明列推翻了哪一條、依據哪個 path:line

共用 working tree 上的審查紀律

Review 常在跟其他 session 共用的 working tree 上進行;驗證動作本身不能污染這棵樹。

Read the full file on GitHub · 287 lines

Files

What ships with it

8 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 5d ago Changed · +24 lines 27bc390e22d4
  2. 9d ago First seen · 263 lines · 53 tokens per session scan A ce9f3c85ca27

Subscribe to this mod's changes

strict-review is a skill published in the GitHub repository Lee-W/maigo (14 stars, last pushed today), licensed MIT. It adds 53 tokens to every session and 4,870 once invoked, about $0.0003 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-30.