workflows-review

workflows-review is a skill for Codex from Jerrylalala/compound-engineering. It costs 26 tokens per session (771 once invoked), scanned A, original, MIT.

A structured code-review skill for checking branch changes, pull requests, or plan documents. It reports findings first and separates confirmed problems from assumptions.

In plain words
What is it for?
Use it to examine correctness, regressions, architecture, performance, security, complexity, and missing validation steps.
Why use it?
It makes review feedback easier to prioritize and act on, while recording where issues were found.

Skill for Codex

Written for Codex: installed under .codex/. Also seen: mentions Codex.

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.

agentmods
npx agentmods add skills/jerrylalala/compound-engineering/workflows-review
Any agent
npx skills add Jerrylalala/compound-engineering --skill workflows-review
Clone the repo
git clone --depth 1 https://github.com/Jerrylalala/compound-engineering

Made for: Codex.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/jerrylalala/compound-engineering/workflows-review.svg)](https://agentmods.dev/skills/jerrylalala/compound-engineering/workflows-review)
Your own site
<a href="https://agentmods.dev/skills/jerrylalala/compound-engineering/workflows-review"><img src="https://agentmods.dev/badge/skills/jerrylalala/compound-engineering/workflows-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 26 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 771 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00026 $0.00771
Opus 5 $0.00013 $0.00385
Sonnet 5 $0.00005 $0.00154
Haiku 4.5 $0.00003 $0.00077

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

Security

Grade A, and why

workflows-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 6d 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.

.codex/skills/workflows-review/SKILL.md · 139 lines

What it actually says

workflows-review

用于在 Codex 中做审查,而不是执行实现。

这是 Codex 中的 review 主入口。目标不是简单写几条意见,而是做出可信、可排序、可继续处理的结构化审查。

适用对象

  • 当前分支改动
  • 指定 PR / 分支
  • 指定 plan 文档

输出原则

  • findings first
  • 按严重性排序
  • 明确区分已验证问题与假设
  • 尽量给出文件引用

审查步骤

  1. 明确审查目标:
    • 当前分支
    • 指定 PR / 分支
    • plan 文档
  2. 查看 diff、相关文件和上下文。
  3. 从这些角度审查:
    • 正确性
    • 风险与回归
    • 复杂度
    • 性能
    • 安全
    • 与现有模式的一致性
  4. 如果是 plan 审查,还要检查:
    • 是否可执行
    • 是否原子化
    • 是否缺少验证步骤
    • 是否缺少关键风险说明

高价值能力

1. 多角度审查

至少从这些角度扫描:

  • 正确性
  • 风险与回归
  • 架构一致性
  • 性能
  • 安全
  • 简化空间

如果范围较大,可以显式调用相关专长技能或子代理,但最终必须统一整合成一份 review 结果。

2. Findings 优先

默认以 findings 开头,而不是先写总结。

每条 finding 尽量包含:

  • 严重性
  • 问题描述
  • 影响
  • 文件或位置
  • 为什么这是真问题

3. 保护工件

不得建议删除:

  • docs/plans/*.md
  • docs/solutions/*.md

如果某个审查思路会导向“这些文档应删除”,要主动丢弃该建议。

4. Plan 审查专用检查

如果目标是 plan,还要检查:

  • 是否能交给 Claude 执行
  • 是否缺少 checkbox
  • 是否缺少 ## Overview
  • 是否缺少 Goal / Tech Stack
  • 是否把任务写得过大
  • 是否缺少具体验证

5. 输出可信度

不要把猜测写成结论。

如果某点只是怀疑,明确写成:

  • assumption
  • open question
  • residual risk

输出格式

优先输出:

## Findings

1. [severity] 问题描述
2. ...

然后可选输出:

  • open questions
  • residual risks
  • next step

如果没有明确问题,也要明确写:

  • no material findings

并补充剩余风险或验证盲区。

约束

  • 不要把 docs/plans/*.mddocs/solutions/*.md 当成应删除文件
  • 不要自动进入执行阶段
  • 审查结束后,如果用户要继续实现,提醒其回到 Claude 或继续人工决策
  • 不要把低把握度推断包装成高置信结论

完成后的引导

完成后告诉用户:

  • 主要 findings
  • 是否建议修改 plan / code
  • 如果下一步是执行,应回到 Claude
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. 6d ago First seen · 139 lines · 26 tokens per session scan A 20756bd30152

Subscribe to this mod's changes

workflows-review is a skill published in the GitHub repository Jerrylalala/compound-engineering (5 stars, last pushed 3mo ago), licensed MIT. It adds 26 tokens to every session and 771 once invoked, about $0.0001 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.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens