test-personas

test-personas is a skill for Claude Code from archugunov/pm-job-search. It costs 64 tokens per session (7,460 once invoked), scanned A, original, MIT.

A maintainer-only test harness for running simulated users through important plugin workflows. It resets test data, runs the conversations, checks the results against separate review criteria, and writes a summary.

In plain words
What is it for?
Use it to run end-to-end plugin tests for named journeys or the default release-gate sweep. End users should not run it.
Why use it?
It lets plugin maintainers test complete user journeys without using real user data.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths; mentions subagents; mentions Claude Code.

Good fit Use it to run end-to-end plugin tests for named journeys or the default release-gate sweep. End users should not run it.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/archugunov/pm-job-search/test-personas
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 archugunov/pm-job-search --skill test-personas
Clone the repo
git clone --depth 1 https://github.com/archugunov/pm-job-search

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 test-personas

README.md
[![agentmods](https://agentmods.dev/badge/skills/archugunov/pm-job-search/test-personas/github.svg)](https://agentmods.dev/skills/archugunov/pm-job-search/test-personas)
Your own site
<a href="https://agentmods.dev/skills/archugunov/pm-job-search/test-personas"><img src="https://agentmods.dev/badge/skills/archugunov/pm-job-search/test-personas/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 test-personas

Your own site · 80×15
<a href="https://agentmods.dev/skills/archugunov/pm-job-search/test-personas"><img src="https://agentmods.dev/badge/skills/archugunov/pm-job-search/test-personas.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 7,460 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.00064 $0.07460
Opus 5 $0.00032 $0.03730
Sonnet 5 $0.00013 $0.01492
Haiku 4.5 $0.00006 $0.00746

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

Security

Grade A, and why

test-personas 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.

.claude/skills/test-personas/SKILL.md · 429 lines

How it starts

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

/test-personas — maintainer-only end-to-end test orchestrator

Audience: plugin maintainers only. Do NOT invoke if you are an end user running a real job search — this clobbers userdata/ from a test snapshot.

What this skill does

For each (persona × journey) pairing requested, runs five phases:

  1. Snapshot resetrsync a clean snapshot into userdata/.
  2. Schema validation — verify the snapshot matches current plugin expectations.
  3. Conversation loop — orchestrate two sub-agents (plugin-under-test + user-simulator) until termination.
  4. Judge — four sub-agents, one per rubric (groundedness, coherence, conformance, tone), each seeing only its own rubric. Lint is not judged at all: Phase 3.5's scripts decide it.
  5. Aggregate — write a SUMMARY.md across all journeys in this run.

Argument parsing

Parse the user's invocation message for these forms (no native flag support in skills — match free-text):

  • /test-personas (no args) → the release-gate sweep: cold-start, active-loop, edge-recovery. (sweep-smoke is excluded from the default sweep — run it by name.)
  • --journey <name> or journey: <name> → run only the named journey. Valid names: cold-start, active-loop, edge-recovery, sweep-smoke.
  • --persona <name> or persona: <name> → run only journeys whose journey_fit includes that persona. Valid names: maya, diego, contrarian.
  • --skip-judge or skip judge → run conversation loops but skip Phase 4 (transcripts only).

If both --journey and --persona are specified, intersect them — only the named journey AND only if the named persona is its assigned persona. If they don't match, error with a clear message.

If --persona <name> is given alone and its journey_fit is empty (currently true for diego), stop with a clear message rather than silently running zero journeys or erroring vaguely: name the persona, state that it has no assigned journey in the current set, and list which personas ARE currently reachable (maya, contrarian).

Read the full file on GitHub · 429 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 · 429 lines · 64 tokens per session scan A b1dd23437166

Subscribe to this mod's changes

test-personas is a skill published in the GitHub repository archugunov/pm-job-search (7 stars, last pushed 17d ago), licensed MIT. It adds 64 tokens to every session and 7,460 once invoked, about $0.0003 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.