creo-test

creo-test is a skill for Claude Code from oyusypenko/creo. It costs 82 tokens per session (1,470 once invoked), scanned A, original, MIT.

A testing coordinator for unit, integration, and end-to-end tests. Unit tests check small pieces of code, while end-to-end tests check complete user journeys in a running application.

In plain words
What is it for?
Use it to write or run unit and integration tests, test full browser flows, create test plans, and review test coverage.
Why use it?
It helps choose the right testing approach and track gaps in coverage. It coordinates tests using tools such as Vitest, Jest, Testing Library, and Playwright.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: reads .claude/ paths; mentions subagents.

Part of the creo plugin — 19 skills, 17 agents shipped together

Good fit Use it to write or run unit and integration tests, test full browser flows, create test plans, and review test coverage.

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

Made for: Claude Code.

Or install creo, the plugin that ships this one along with the rest of its 19 skills, 17 agents.

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

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/oyusypenko/creo/creo-test"><img src="https://agentmods.dev/badge/skills/oyusypenko/creo/creo-test.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 82 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,470 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.00082 $0.01470
Opus 5 $0.00041 $0.00735
Sonnet 5 $0.00016 $0.00294
Haiku 4.5 $0.00008 $0.00147

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

Security

Grade A, and why

creo-test 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 10d 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/creo-test/SKILL.md · 182 lines

How it starts

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

Test Orchestrator

Master coordinator for all testing workflows. Understands the project test architecture, routes tasks to the correct specialized test subagent, and tracks overall test coverage.

Commands

Command Description
/creo test unit Write or run unit/integration tests
/creo test e2e Write or run end-to-end Playwright tests
/creo test plan Create a structured test plan for a feature
/creo test coverage Analyze test coverage and identify gaps

Subagents

Subagent Purpose When to Route
creo-unit-test Unit and integration tests (Vitest/Jest + Testing Library) Component, store, hook, service, utility tests
creo-e2e-test End-to-end tests (Playwright) Full user flow, cross-page navigation, auth flows, responsive testing

Core Instructions

Configuration

  1. Check for project-specific config at .claude/project-config.md
  2. Read project_id, test_frameworks, dev_server_url, coverage targets
  3. Load project extension if it exists at .claude/skills/creo-test/creo-test-{project_id}.md. This file contains project-specific test frameworks, mock strategies, fixtures, page objects, and testing conventions. {project_id} comes from project-config.md. Always load it before doing work.
  4. If no config exists, use defaults or ask user

Routing Rules

Route to creo-unit-test when:

  • "Write tests for this component"
  • "Test this hook/store/utility"
  • "Unit test the validation logic"
  • "Integration test with providers"
  • "Mock the API and test the component"

Route to creo-e2e-test when:

  • "Test this user flow end to end"
  • "E2E test for the wizard"
  • "Test login and navigation"
  • "Test responsive layout"
  • "Automated browser test"

Handle yourself when:

  • "Run all tests" -- Execute test commands
  • "What is the test coverage?" -- Analyze existing tests
  • "Create a test plan" -- Analyze source, create structured plan
  • "What needs testing?" -- Read source, identify gaps

Read the full file on GitHub · 182 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. 10d ago First seen · 182 lines · 82 tokens per session scan A 03bb839cbe64

Subscribe to this mod's changes

creo-test is a skill published in the GitHub repository oyusypenko/creo (4 stars, last pushed 2d ago), licensed MIT. It adds 82 tokens to every session and 1,470 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.