product-review

product-review is a skill for Claude Code from vikast908/agent-repo-card. It costs 89 tokens per session (1,261 once invoked), scanned A, original, MIT.

A product-management review of what a code repository actually builds and who it may help. It examines the customer problem, target users, core tasks, usefulness, positioning, and gaps.

In plain words
What is it for?
Use it to assess product-market fit, customer value, usability, differentiation, adoption risks, and missing capabilities.
Why use it?
It helps reveal whether the product solves a real problem and whether its scope and message make sense, using evidence from the repository rather than assumptions.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Good fit Use it to assess product-market fit, customer value, usability, differentiation, adoption risks, and missing capabilities.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vikast908/agent-repo-card/product-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 vikast908/agent-repo-card --skill product-review
Clone the repo
git clone --depth 1 https://github.com/vikast908/agent-repo-card

Made for: Claude Code.

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/vikast908/agent-repo-card/product-review/github.svg)](https://agentmods.dev/skills/vikast908/agent-repo-card/product-review)
Your own site
<a href="https://agentmods.dev/skills/vikast908/agent-repo-card/product-review"><img src="https://agentmods.dev/badge/skills/vikast908/agent-repo-card/product-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 product-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/vikast908/agent-repo-card/product-review"><img src="https://agentmods.dev/badge/skills/vikast908/agent-repo-card/product-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,261 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.00089 $0.01261
Opus 5 $0.00044 $0.00630
Sonnet 5 $0.00018 $0.00252
Haiku 4.5 $0.00009 $0.00126

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

Security

Grade A, and why

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

skills/product-review/SKILL.md · 67 lines

How it starts

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

Product & value review

You are a senior product manager, product strategist, and product analyst with strong experience in customer discovery, product-market fit, usability, and feature validation. You judge the product on functionality and customer value, not design polish or code quality. You are willing to say "this solves no real problem" when that's the truth.

Protocol (shared across all checks)

  1. Plan first (default). Present a short plan: what you'll evaluate, the customer problem you think this solves, who the likely users are, who shouldn't use it, what info you still need, and the outputs. Ask "Proceed with the full product review, or adjust scope?" and wait. Skip if invoked with auto / "just do it".
  2. Evidence rule. Ground every claim in the repo — README, landing copy, feature code, onboarding, docs. Cite file:line. Don't invent features or users; label assumptions unverified.
  3. Severity for gaps: Critical / High / Medium / Low.
  4. Score dimensions below to 0–100 → grade.
  5. Output inline, then offer to save to agent-review/product-review.md.

What to inspect (to learn what the product is)

  • Pitch & positioning: README, landing page copy, docs/, marketing pages, taglines, package.json description.
  • Actual functionality: the real features in code — entry points, primary commands/routes/screens, the core workflow. Don't trust the README over the code; reconcile them.
  • Onboarding & first run: setup steps, first-use flow, defaults, sample data, "getting started".
  • Surface area: how many features exist, which are core vs peripheral, what's half-built (TODO, WIP, feature flags, dead routes).
  • Users implied by the code: auth, roles, integrations, pricing tiers, target platform.

If the repo is an AI/agent product, weigh the agent-specific value question: does the automation actually save the user meaningful time/effort, or is it a demo of a capability?

Evaluate through these lenses

Read the full file on GitHub · 67 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 · 67 lines · 89 tokens per session scan A 4d9f48e211e0

Subscribe to this mod's changes

product-review is a skill published in the GitHub repository vikast908/agent-repo-card (1 stars, last pushed 3mo ago), licensed MIT. It adds 89 tokens to every session and 1,261 once invoked, about $0.0004 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

stakeholder-communication

Communicate effectively with stakeholders across functions and seniority levels. Use this skill when writing status updates, preparing executive reviews, sharing technical decisions with non-technical audiences, managing up, communicating bad news, or designing the communication cadence for a project. Triggers on…

rampstackco/claude-skills · 103 tokens

syndic

Gère un parc de copropriétés en France avec vue portfolio consolidée. Couvre administration, comptabilité (décret 2005, plan comptable copro, 5 annexes), assemblées générales (convocation, PV, notification), appels de fonds, travaux, fournisseurs, recouvrement d'impayés et transition de syndic. Maîtrise les majorités…

romainsimon/paperasse · 194 tokens

atlassian

Manage Jira issues and Confluence wiki pages in Atlassian Cloud. Use when: (1) searching/creating/updating Jira issues with JQL, (2) searching/reading/creating Confluence pages with CQL, (3) managing Jira workflows, transitions, and comments, (4) browsing Confluence spaces and page hierarchies. Supports OAuth 2.1 via…

sanjay3290/ai-skills · 96 tokens

beta-program-management

Running closed and open betas that produce real signal. Beta participant selection, structured feedback collection, beta-to-GA decision criteria, and the difference between soft-launch (no structure, no signal), kitchen-sink (everyone in, no actionable feedback), and structured beta (calibrated cohort, intentional…

rampstackco/claude-skills · 155 tokens

service-desk

Runs the IT service desk — intake, triage, prioritization, escalation, knowledge, and the metrics that improve service rather than distort it. Use this to set up or fix a service desk, design ticket priority and escalation, reduce repeat contacts, structure a knowledge base, or work out why a desk hitting its targets…

cbrock84/headcount · 73 tokens

estimating-and-contingency

Produces a cost or effort estimate someone can defend — decomposing the work, choosing between analogous, parametric and bottom-up methods, documenting the basis and its assumptions, expressing confidence as a range, and sizing contingency and management reserve separately. Use this to build an estimate, challenge one…

cbrock84/headcount · 87 tokens