evaluating-as-user

evaluating-as-user is a skill for Claude Code from isvlasov/rageatc-oss. It costs 35 tokens per session (2,218 once invoked), scanned A, original, MIT.

A method for judging a running website, command-line tool, or API from the viewpoint of its intended user. It turns the product requirements into user journeys and checks their visible results.

In plain words
What is it for?
Use it to derive tests from product requirements, perform user journeys, and assess the product's behavior and overall usability.
Why use it?
It finds problems that may be missed by reading source code, such as confusing steps or an outcome that does not match what the user expects.

Skill for Claude Code

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

Part of the rageatc-code-oss plugin — 21 skills, 5 agents, 1 hook shipped together

Good fit Use it to derive tests from product requirements, perform user journeys, and assess the product's behavior and overall usability.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/isvlasov/rageatc-oss/evaluating-as-user
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 isvlasov/rageatc-oss --skill evaluating-as-user
Clone the repo
git clone --depth 1 https://github.com/isvlasov/rageatc-oss

Made for: Claude Code.

Or install rageatc-code-oss, the plugin that ships this one along with the rest of its 21 skills, 5 agents, 1 hook.

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 evaluating-as-user

README.md
[![agentmods](https://agentmods.dev/badge/skills/isvlasov/rageatc-oss/evaluating-as-user/github.svg)](https://agentmods.dev/skills/isvlasov/rageatc-oss/evaluating-as-user)
Your own site
<a href="https://agentmods.dev/skills/isvlasov/rageatc-oss/evaluating-as-user"><img src="https://agentmods.dev/badge/skills/isvlasov/rageatc-oss/evaluating-as-user/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 evaluating-as-user

Your own site · 80×15
<a href="https://agentmods.dev/skills/isvlasov/rageatc-oss/evaluating-as-user"><img src="https://agentmods.dev/badge/skills/isvlasov/rageatc-oss/evaluating-as-user.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,218 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.00035 $0.02218
Opus 5 $0.00017 $0.01109
Sonnet 5 $0.00007 $0.00444
Haiku 4.5 $0.00003 $0.00222

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

Security

Grade A, and why

evaluating-as-user 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 9d 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.

plugins/rageatc-code-oss/skills/evaluating-as-user/SKILL.md · 162 lines

How it starts

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

Evaluating as a User

Methodology and judgement for evaluating a running product as a real user would: derive what to test from the PRD, structure the evaluation, assess quality dimensions, format findings. Covers what to evaluate and how to think about quality — browser mechanics are in playwright-cli (preloaded); agent role, inputs, status codes, and handoff are in the agent definition.

Applies to: web applications, CLI tools, APIs. Not covered: source code review (reviewing-code), automated test generation, accessibility audits (WCAG), performance benchmarking.

Workflow

Step 1: Derive user journeys from the PRD

Read the PRD. For each P0 requirement, derive one user journey using this structure:

Field Description
Starting point Where the user begins (URL, command, state)
Actions Step-by-step sequence the user would take
Observable outcome What confirms the requirement is satisfied

How to derive actions: Treat the requirement as a goal, not a task. Ask: what would a person with this goal actually do? Start from the entry point a new user would reach, not the most direct technical path.

Priority: P0 requirements first. Add P1 journeys only if time permits after all P0 journeys and universal checks are complete.

Non-web projects: For CLI tools, the starting point is the terminal and the actions are command sequences. For APIs, the starting point is an endpoint and the actions are the sequence of requests a user of the API would make. The journey structure is the same.

Step 2: Run PRD-derived journeys

Attempt each derived journey in sequence. As you go:

  • Execute each action in the journey
  • Record what you observe at each step in walkthrough.md (what you did, what you expected, what you saw)
  • Take a screenshot at each meaningful state transition (web projects)
  • Note any friction, confusion, missing feedback, or failure

When a journey succeeds, note which quality dimensions (Step 4) were satisfied or strained along the way. When a journey fails, record at what step and what the failure was.

Read the full file on GitHub · 162 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. 9d ago First seen · 162 lines · 35 tokens per session scan A 3e4da202c7bd

Subscribe to this mod's changes

evaluating-as-user is a skill published in the GitHub repository isvlasov/rageatc-oss (9 stars, last pushed 1mo ago), licensed MIT. It adds 35 tokens to every session and 2,218 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.

Related

Other skills, from other repositories

endpoint-probe

Probes each major Agent Monitor API route — /api/stats, /api/analytics, /api/sessions, /api/pricing/cost, /api/workflows/runs, /api/cc-config/overview — and reports each one's HTTP status, latency, and response shape, flagging which are reachable. Use to verify a dashboard install is wired up correctly.

hoangsonww/Claude-Code-Agent-Monitor · 80 tokens

run-smoke-tests

Inspect an unfamiliar repository, interpret a broad Markdown user journey at runtime, operate the real product through its supported web, API, CLI, desktop, or mobile surface, and produce an auditable pass, fail, or blocked judgment with screenshots, logs, recordings, and a step timeline when available. Use when asked…

tamdogood/builder-essential-skills · 122 tokens

laravel-testing

Use when testing controllers, services, or models, or implementing TDD on Laravel 13 with Pest 4 / PHPUnit 12.

fusengine/agents · 31 tokens

react-testing

Testing Library for React 19 - render, screen, userEvent, waitFor, Suspense. Use when writing tests for React components with Vitest.

fusengine/agents · 34 tokens

verification

Use when marking a task complete, finishing a feature, or claiming a bug fixed -- verifies functional resolution before closing. Do NOT use for lint/quality checks (use sniper AFTER this).

fusengine/agents · 39 tokens

go-concurrency

Use when writing or reviewing Go concurrency — goroutines, channels, errgroup, context cancellation, or goroutine leaks. Not for sequential idioms (go-core-idioms).

fusengine/agents · 40 tokens