qa-skills: Skill for Cursor

.cursor/skills/qa-cypress-writer/SKILL.md

qa-cypress-writer is a skill for Cursor from AZANIR/qa-skills. It costs 37 tokens per session (1,484 once invoked), scanned A, original, GPL-3.0.

A test generator for Cypress end-to-end and component tests written in TypeScript. End-to-end tests check complete user flows, while component tests check individual interface parts.

In plain words
What is it for?
Use it to create tests for complete web journeys, intercepted network requests, and isolated interface components.
Why use it?
It reduces the effort of writing browser tests and includes Cypress features for network mocking, debugging, and mounting components.

Skill for Cursor

Written for Cursor: installed under .cursor/.

This is AZANIR/qa-skills's own configuration. It tells Cursor how to work on qa-skills itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything qa-skills configures →

Reuse

Borrowing it

Nothing to install: this file belongs to AZANIR/qa-skills. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/AZANIR/qa-skills/master/.cursor/skills/qa-cypress-writer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/AZANIR/qa-skills

Made for: Cursor.

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 qa-cypress-writer

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/azanir/qa-skills/qa-cypress-writer"><img src="https://agentmods.dev/badge/skills/azanir/qa-skills/qa-cypress-writer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,484 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.00037 $0.01484
Opus 5 $0.00018 $0.00742
Sonnet 5 $0.00007 $0.00297
Haiku 4.5 $0.00004 $0.00148

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

Security

Grade A, and why

qa-cypress-writer 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 11d 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.

.cursor/skills/qa-cypress-writer/SKILL.md · 135 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Files

What ships with it

4 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. 11d ago First seen · 135 lines · 37 tokens per session scan A 8f112b4e8f0b

Subscribe to this mod's changes

qa-cypress-writer is a skill published in the GitHub repository AZANIR/qa-skills (2 stars, last pushed 5mo ago), licensed GPL-3.0. It adds 37 tokens to every session and 1,484 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

automated_qa_cypress

Use when user needs Cypress E2E test specs written in TypeScript using Page Object Model with CI/CD integration.

Sorravit/BEACON · 30 tokens

V3 Core Implementation

Core module implementation for claude-flow v3. Implements DDD domains, clean architecture patterns, dependency injection, and modular TypeScript codebase with comprehensive testing.

ruvnet/RuView · 37 tokens