automated_qa_cypress

automated_qa_cypress is a skill for Claude Code, Codex from Sorravit/BEACON. It costs 30 tokens per session (645 once invoked), scanned A, original, no licence file.

A testing skill for creating Cypress end-to-end tests in TypeScript. End-to-end tests check a complete user journey through an application, while the Page Object Model keeps page interactions organised.

In plain words
What is it for?
Writing Cypress test specifications with Page Object Model structure and CI/CD integration.
Why use it?
It provides a defined approach for writing browser tests and connecting them to CI/CD, the automated build and delivery process.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Writing Cypress test specifications with Page Object Model structure and CI/CD integration.

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

Made for: Claude Code, Codex.

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 automated_qa_cypress

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/sorravit/beacon/automated_qa_cypress"><img src="https://agentmods.dev/badge/skills/sorravit/beacon/automated_qa_cypress.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 30 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 645 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 unknown 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.00030 $0.00645
Opus 5 $0.00015 $0.00322
Sonnet 5 $0.00006 $0.00129
Haiku 4.5 $0.00003 $0.00064

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

Security

Grade A, and why

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

The scan reads SKILL.md. This mod also ships 1 executable file (agent.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/automated_qa_cypress/SKILL.md · 79 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

2 files 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. 10d ago First seen · 79 lines · 30 tokens per session scan A 04810e344325

Subscribe to this mod's changes

automated_qa_cypress is a skill published in the GitHub repository Sorravit/BEACON (2 stars, last pushed 1mo ago), with no licence file. It adds 30 tokens to every session and 645 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

typescript-e2e-testing

E2E and integration testing for TypeScript/NestJS projects using Jest, supertest, and real infrastructure via Docker (Kafka, PostgreSQL, MongoDB, Redis) with the Given-When-Then pattern. Use whenever the user is working on .e2e-spec.ts files or anything under test/e2e/, or asks to set up, write, review, run, debug, or…

bmad-labs/skills · 122 tokens

author

Rules for writing Playwright .spec.ts files that don't flake — selector hygiene, auto-wait discipline, idempotent fixtures, readable trace output. Used by /e2e:write, /e2e:record, and the e2e:spec-writer subagent.

alphabravo-oss/guild · 61 tokens

compiler

Use when converting a refined markdown E2E test case into a standard Playwright .spec.ts file. Triggers on "compile this test", "convert to playwright", or "generate spec from markdown". Requires a stable markdown test case and a running dev server.

Autodesk/claude-browser-test-skills · 55 tokens

e2e-test-conventions

Core conventions and rules for Playwright E2E testing with TypeScript. Covers project structure, naming conventions, selector strategy, authentication, navigation, environment configuration, test independence, and parallelism. Automatically loaded when writing or modifying E2E tests. Use when: generating E2E tests…

agentmantis/test-skills · 84 tokens

migrate-to-shoehorn

Migrate test files from as type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace as in tests, or needs partial test data.

mattpocock/skills · 48 tokens

ux-acceptance-coordinator

Coordinate black-box, agent-driven UX acceptance journeys against a disposable EmDash admin site. Use when preparing, dispatching, verifying, or reporting a manual browser journey performed by a separate tester agent. Do not use for deterministic Playwright tests or ordinary code review.

emdash-cms/emdash · 59 tokens