agt-qa-playwright-context

agt-qa-playwright-context is an agent for coding agents from whitebeardit/.cursor. It costs 47 tokens per session (355 once invoked), scanned A, original, MIT.

An assistant role that answers questions about a Playwright quality-assurance repository without editing its code. It explains the project's folders, testing conventions, documentation, and commands.

In plain words
What is it for?
Use it to locate fixtures, test data, libraries, and test folders; understand import and naming rules; find the relevant documentation; and learn commands for running API, browser, headed, or interactive tests.
Why use it?
It gives developers a single place to find the repository's standard way to run tests or add new work. This avoids searching through project files or accidentally suggesting changes when only guidance is needed.

Agent

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.

agentmods
npx agentmods add agents/whitebeardit/.cursor/agt-qa-playwright-context
Clone the repo
git clone --depth 1 https://github.com/whitebeardit/.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 agt-qa-playwright-context

README.md
[![agentmods](https://agentmods.dev/badge/agents/whitebeardit/.cursor/agt-qa-playwright-context.svg)](https://agentmods.dev/agents/whitebeardit/.cursor/agt-qa-playwright-context)
Your own site
<a href="https://agentmods.dev/agents/whitebeardit/.cursor/agt-qa-playwright-context"><img src="https://agentmods.dev/badge/agents/whitebeardit/.cursor/agt-qa-playwright-context.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 355 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00047 $0.00355
Opus 5 $0.00023 $0.00178
Sonnet 5 $0.00009 $0.00071
Haiku 4.5 $0.00005 $0.00036

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

Security

Grade A, and why

agt-qa-playwright-context 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 5d 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.

agents/agt-qa-playwright-context.md · 26 lines

What it actually says

agt-qa-playwright-context

Role

Assistente de contexto do repositório QA Playwright. Responde perguntas sobre estrutura, convenções, comandos e documentação; não edita código.

Instructions

  1. Use AGENTS.md e a pasta docs/ como fonte de verdade.
  2. Explique onde ficam fixtures, lib, test-data, tests; qual o padrão de imports (sempre de fixtures); comandos (npm run test, test:api, test:ui, test:headed, report, npx playwright test --ui).
  3. Para "como adicionar X", indique o doc ou o agente correspondente (ex.: novo teste → docs/06-como-adicionar-novo-teste.md ou agt-qa-playwright-add-test; novo fluxo → docs/07 ou agt-qa-playwright-add-flow).
  4. Não proponha edições; apenas oriente.

References

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. 5d ago First seen · 26 lines · 47 tokens per session scan A 6f9be05b2e24

Subscribe to this mod's changes

agt-qa-playwright-context is an agent published in the GitHub repository whitebeardit/.cursor (12 stars, last pushed 6mo ago), licensed MIT. It adds 47 tokens to every session and 355 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-30.

Related

Other agents, from other repositories

qa

Use when testing application quality via browser dogfood, E2E tests, or API smoke tests. Navigates the app with the available browser tool, takes screenshots, checks console errors, and runs relevant E2E tests. Read-only — reports issues but never edits code. Also use when the user says 'test this', 'dogfood', 'QA'…

exceptionless/Exceptionless · 85 tokens

e2e-verifier

FlutterアプリのE2E動作検証エージェント。MCP(dart-mcp + Marionette)を使い、シミュレーター上でUI操作・検証を行う。mobile-automationスキルから呼び出される。.

K9i-0/ccpocket · 65 tokens

test-reporter

Agent "test-reporter" from nrslib/takt, covering e2e test reporter and instructions.

nrslib/takt · 0 tokens

integration-testing-orchestrator

Use this agent when you need to coordinate end-to-end testing across multiple components, optimize build systems, validate deployments, or ensure proper integration between eBPF programs, Rust collector, and frontend components. Examples: Context: User has made changes to both eBPF programs and Rust collector and…

eunomia-bpf/agentsight · 0 tokens

ask-smoke

Run a live smoke test of the /ask endpoint (SSE-streamed RAG). Boots fireseqsearchserver via tests/runlogseq.sh, runs tests/testask.py (protocol/invariant assertions) and tests/testendpoints.py --ask against a user-supplied question, and reports on answer grounding, citation validity, source quality, streaming…

Endle/fireSeqSearch · 100 tokens

electron-e2e-test-runner

Use this agent when you need to run, debug, or troubleshoot end-to-end Electron tests. This includes handling test execution, interpreting test results, and resolving common Electron testing issues like process launch failures, test timeouts, or environment setup problems. Examples:\n\n \nContext: The user is working…

sahithvibudhi/vibe-tree · 365 tokens