persona-review

persona-review is a skill for Claude Code, Codex from glebis/humane-agentic-design. It costs 94 tokens per session (923 once invoked), scanned A, original, MIT.

A document-review process that reads a document from several stakeholder viewpoints, such as an engineer, designer, or business stakeholder. It produces structured feedback and can optionally revise the document.

In plain words
What is it for?
It is for stress-testing product requirements, proposals, articles, teaching materials, and other documents from relevant personas.
Why use it?
It helps reveal concerns that a single writer or reviewer may miss before the document is shared.

Skill for Claude CodeCodex

Written for Claude Code and Codex: shipped in a Claude Code plugin, but also agents/openai.yaml present.

Part of the humane plugin — 21 skills, 1 agent shipped together

Good fit It is for stress-testing product requirements, proposals, articles, teaching materials, and other documents from relevant personas.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/glebis/humane-agentic-design/persona-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 glebis/humane-agentic-design --skill persona-review
Clone the repo
git clone --depth 1 https://github.com/glebis/humane-agentic-design

Made for: Claude Code, Codex.

Or install humane, the plugin that ships this one along with the rest of its 21 skills, 1 agent.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/glebis/humane-agentic-design/persona-review/github.svg)](https://agentmods.dev/skills/glebis/humane-agentic-design/persona-review)
Your own site
<a href="https://agentmods.dev/skills/glebis/humane-agentic-design/persona-review"><img src="https://agentmods.dev/badge/skills/glebis/humane-agentic-design/persona-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 persona-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/glebis/humane-agentic-design/persona-review"><img src="https://agentmods.dev/badge/skills/glebis/humane-agentic-design/persona-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 923 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.00094 $0.00923
Opus 5 $0.00047 $0.00462
Sonnet 5 $0.00019 $0.00185
Haiku 4.5 $0.00009 $0.00092

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

Security

Grade A, and why

persona-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.

humane/skills/persona-review/SKILL.md · 119 lines

How it starts

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

Persona Review

Announce at start: "I'm using the humane:persona-review skill to stress-test this document from stakeholder perspectives."

Overview

Takes a document and reviews it from N configurable personas. Each persona reads the document independently, provides structured feedback, then optionally the document is updated to address the feedback.

Usage

/persona-review [file-path] [personas]

Arguments:

  • file-path — path to the document to review (required). If omitted, ask user.
  • personas — comma-separated persona names or "auto" (default: auto)

Examples:

/persona-review PRD.md engineer,designer,exec
/persona-review "Claude-Drafts/pitch-deck-script.md" auto
/persona-review  # will ask for file and use auto personas

Workflow

Step 1: Load Document

Read the target file. Extract its purpose from context (frontmatter, filename, content).

Step 2: Select Personas

If auto: Choose 3 personas most relevant to the document type:

  • PRD/spec → Skeptical Engineer, UX Designer, Business Stakeholder
  • Pitch/proposal → Potential Customer, Investor, Competitor
  • Blog post/article → Target Reader, Editor, Subject Expert
  • Teaching material → Beginner Student, Advanced Practitioner, Curriculum Designer
  • Marketing copy → Target Audience Member, Brand Skeptic, SEO Specialist

If specified: Use the named personas. Interpret flexibly — "engineer" becomes "Senior Engineer who has seen too many half-baked specs."

Step 3: Review Rounds

For each persona, generate a review with this structure:

### [Persona Name]
**Perspective:** [1-line description of who they are and what they care about]

**Reaction:** [2-3 sentences — their gut reaction on first read]

**Strengths:**
- [What works well from this perspective]

**Concerns:**
- [What's missing, unclear, or problematic]

**Key Question:** [The single most important question this persona would ask]

**Suggestion:** [One specific, actionable improvement]

Read the full file on GitHub · 119 lines

Files

What ships with it

1 file 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. 11d ago First seen · 119 lines · 94 tokens per session scan A 638f303dbeab

Subscribe to this mod's changes

persona-review is a skill published in the GitHub repository glebis/humane-agentic-design (28 stars, last pushed today), licensed MIT. It adds 94 tokens to every session and 923 once invoked, about $0.0005 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.

Related

Other skills, from other repositories

html-ppt

For consulting delivery work: turn diagnosis, frameworks, and project work into a client-adoptable action plan. Built around the core query "consulting-final-deck", with engagement manager judgment, buyer-ready proof, and this outcome: accept the recommendation and commit owners to the roadmap.

nexu-io/open-design · 61 tokens

pptx-html-fidelity-audit

Audit a python-pptx export against its source HTML deck, identify layout/content drift (footer overflow, cropped content, missing italic/em, lost styling, off-rhythm spacing), and re-export with strict footer-rail + cursor-flow layout discipline. Use this skill whenever the user has a .pptx that was generated from an…

nexu-io/open-design · 185 tokens

clinical-case-report

Structured medical case presentation for clinical rounds, conferences, and documentation. Generates SOAP-format or narrative case reports with physiologically accurate vitals, labs, and evidence-based plans. Use when the brief mentions "case report", "case presentation", "SOAP note", "clinical case", "ward rounds"…

nexu-io/open-design · 73 tokens

kami-landing

Produce a print-grade single-page kami (紙 / 纸) document — warm parchment canvas, ink-blue accent, serif at one weight, no italic, no cool grays. The output reads like a professional white paper or studio one-pager, not an app UI. Multilingual by design (EN · zh-CN · ja). One self-contained HTML file, zero dependencies.

nexu-io/open-design · 81 tokens

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

html-ppt-zhangzara-soft-editorial

A digital-transformation roadmap for a legacy insurer — the diagnosis, the sequenced bets, and the operating rhythm to land them. Built as a decision-grade consulting deck for client executives.

nexu-io/open-design · 49 tokens