takes-fro-review

takes-fro-review is a command for Claude Code from an8079/take-skills. It costs 32 tokens per session (4,964 once invoked), scanned A, original, MIT.

A command that repeatedly has one agent improve a web page while another agent scores it against measurable criteria. It uses agent-browser to inspect the page.

In plain words
What is it for?
Use it to review a local or hosted page, set a target score or iteration limit, and guide repeated page improvements.
Why use it?
It turns subjective front-end review into a feedback loop with scores and specific suggestions.

Command for Claude Code

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

Part of the claude-dev-assistant plugin — 21 skills, 39 commands shipped together

Good fit Use it to review a local or hosted page, set a target score or iteration limit, and guide repeated page improvements.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/an8079/take-skills/takes-fro-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/an8079/take-skills

Made for: Claude Code.

Or install claude-dev-assistant, the plugin that ships this one along with the rest of its 21 skills, 39 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 takes-fro-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/an8079/take-skills/takes-fro-review/github.svg)](https://agentmods.dev/commands/an8079/take-skills/takes-fro-review)
Your own site
<a href="https://agentmods.dev/commands/an8079/take-skills/takes-fro-review"><img src="https://agentmods.dev/badge/commands/an8079/take-skills/takes-fro-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 takes-fro-review

Your own site · 80×15
<a href="https://agentmods.dev/commands/an8079/take-skills/takes-fro-review"><img src="https://agentmods.dev/badge/commands/an8079/take-skills/takes-fro-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,964 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.00032 $0.04964
Opus 5 $0.00016 $0.02482
Sonnet 5 $0.00006 $0.00993
Haiku 4.5 $0.00003 $0.00496

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

Security

Grade A, and why

takes-fro-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 12d 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.

commands/takes-fro-review.md · 408 lines

How it starts

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

/takes-fro-review - GAN式前端对抗审查

灵感来源:GAN(生成对抗网络)——将"生成"和"评估"拆给两个独立 Agent,让评估者用具体打分标准将主观判断转化为可量化指标。

使用方式

/takes-fro-review
/takes-fro-review http://localhost:3000
/takes-fro-review --max-iterations 20
/takes-fro-review --target-score 85

核心概念

┌─────────────────────────────────────────────────────────┐
│                    GAN 审查循环                           │
├─────────────────────────────────────────────────────────┤
│                                                         │
│   ┌──────────────────┐         ┌──────────────────┐    │
│   │   Generator      │◄────────│   Evaluator      │    │
│   │   (生成器)        │  反馈   │   (评估器)       │    │
│   │   修改/生成页面   │────────►│   量化打分+建议   │    │
│   └──────────────────┘         └──────────────────┘    │
│         ▲                              │                │
│         │     迭代 (5~15 轮)            │                │
│         └──────────────────────────────┘                │
│                                                         │
│   退出条件: 评分达标  OR  达到最大迭代次数                │
│                                                         │
└─────────────────────────────────────────────────────────┘

团队组成

角色 职责 使用的技能
Generator 负责前端页面生成与修改,接收评估反馈并改进 skills/frontend-design/SKILL.md
Evaluator 用量化标准评估页面,启动 agent-browser 实际测试 /agent-browser + skills/webapp-testing/SKILL.md
Orchestrator 协调两者迭代,统计评分,记录改进历史 主会话

四项评分标准(量化打分)

每项满分 25 分,总分 100 分。Evaluator 须逐项给出分数+证据。

维度 评估内容 扣分项
设计质量 (25) 视觉连贯性、辨识度、整体协调性 布局混乱、配色打架、无视觉层次
原创性 (25) 有无独立设计决策,是否千篇一律的 AI 味 俗套 AI 审美(见 checklist);加分项可弥补扣分
工艺 (25) 排版、间距、配色和谐度、CSS 细节 间距不一致、字体选择随意、hover 效果粗糙
功能性 (25) 可用性、任务完成度、交互反馈 点击无反应、表单无法提交、响应式断裂

评分参考

分数区间 等级 说明
90-100 卓越 四项均表现优秀,有独特设计语言
75-89 良好 有明显辨识度,工艺良好,可用性达标
60-74 合格 整体可用,但设计或工艺有明显改进空间
40-59 不足 存在多个维度问题,需大幅改进
0-39 不合格 视觉粗糙、功能断裂、无设计决策

Read the full file on GitHub · 408 lines

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. 12d ago First seen · 408 lines · 32 tokens per session scan A f6df75f34169

Subscribe to this mod's changes

takes-fro-review is a command published in the GitHub repository an8079/take-skills (4 stars, last pushed 5mo ago), licensed MIT. It adds 32 tokens to every session and 4,964 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.