mk:qa-manual

mk:qa-manual is a skill for Claude Code from ngocsangyem/MeowKit. It costs 91 tokens per session (1,342 once invoked), scanned A, original, MIT.

A workflow for manually testing web applications and generating Playwright end-to-end tests. End-to-end tests check complete user journeys, such as logging in or submitting a form.

In plain words
What is it for?
Use it to test specified pages and flows, produce QA reports, or generate Playwright test files.
Why use it?
It provides a structured way to verify real user flows and turn successful checks into repeatable automated tests.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Good fit Use it to test specified pages and flows, produce QA reports, or generate Playwright test files.

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

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 mk:qa-manual

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/ngocsangyem/meowkit/qa-manual"><img src="https://agentmods.dev/badge/skills/ngocsangyem/meowkit/qa-manual.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,342 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.00091 $0.01342
Opus 5 $0.00046 $0.00671
Sonnet 5 $0.00018 $0.00268
Haiku 4.5 $0.00009 $0.00134

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

Security

Grade A, and why

mk:qa-manual 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/run-playwright.sh), 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.

.claude/skills/qa-manual/SKILL.md · 129 lines

How it starts

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

QA Manual Testing & E2E Code Generation

Orchestrates browser skills to act like a human tester: navigate, interact, verify, and report.

When to Use

Trigger: "test this flow", "QA this page", "generate E2E tests", "test login flow", "manual testing", "write Playwright tests for"

Explicit:

  • /mk:qa-manual tasks/plans/260315-auth-flow.md --report → manual QA report
  • /mk:qa-manual tasks/plans/260315-checkout.md --generate → Playwright .spec.ts
  • /mk:qa-manual https://app.example.com → explore and test from URL
  • /mk:qa-manual [spec] → auto-detect use case from spec content

Workflow Integration

Operates in Phase 4 (Review) for QA reports or Phase 3 (Build) for E2E code generation.

Skill Routing

Each action uses the best browser skill:

Action Skill Why
DOM interaction (click, fill, type) mk:playwright-cli Generates Playwright code as side-effect
Navigation + page load mk:playwright-cli goto + wait, code output
Visual verification (screenshot) mk:agent-browser Annotated snapshots
Auth flow (login, session, MFA) mk:agent-browser Session persistence, auth import
Execute Playwright test Script: npx playwright test Deterministic

Authentication Protocol

On auth encounter (login page, MFA, 401/403):

  1. STOP current flow immediately
  2. Show user:
    ⚠️ Authentication required at: [current URL]
    mk:qa-manual needs credentials to continue.
    Please provide:
    - Username/email: ___________
    - Password: ___________
    Type 'skip' to skip this flow or 'abort' to stop testing.
    
  3. WAIT for user input — do NOT proceed without it
  4. On credentials → fill form using mk:playwright-cli, continue flow
  5. On 'skip' → mark flow SKIPPED, move to next
  6. On 'abort' → end session, output partial report

Read the full file on GitHub · 129 lines

Files

What ships with it

6 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. 5d ago First seen · 129 lines · 91 tokens per session scan A 63a2a701699a

Subscribe to this mod's changes

mk:qa-manual is a skill published in the GitHub repository ngocsangyem/MeowKit (14 stars, last pushed 1mo ago), licensed MIT. It adds 91 tokens to every session and 1,342 once invoked, about $0.0005 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-09-03.

Related

Other skills, from other repositories

ui-test

Runs UI tests described in plain English by driving real Chrome via the Claude-in-Chrome extension. Covers end-to-end flows (clicks, forms, assertions), visual checks (screenshot + optional baseline diff), accessibility (axe-core), performance (Web Vitals + light Lighthouse-style metrics), and an interactive --debug…

mostafa-drz/claude-skills · 190 tokens

audit-ui-e2e

Runs a beginner-mind end-to-end UI audit of any running app — local dev server, staging, production, or a specific URL. Drives Chrome through every interactive element on the target surface, collects structured findings (severity, category, where, symptom, impact, repro, triage), and hands the result off to…

mostafa-drz/claude-skills · 152 tokens

capture-screens

Automatically navigates a web app using Playwright MCP and captures context-aware named screenshots at each product feature state. Names each file semantically based on context (e.g., checkout-payment-form-filled.png). Outputs a manifest.json mapping filenames to descriptions and a summary report. Use when documenting…

mostafa-drz/claude-skills · 101 tokens

verify

How to run and drive this app to verify UI/server changes at runtime.

chrisdothtml/ai-job-finder · 16 tokens

playwright-ops-demo-playwright-browser

Use when running playwright browser workflows for playwright-ops-demo.

guorunjie/skillpack-forge · 21 tokens

skill-playwright

Browser automation and end-to-end testing with Playwright. Use when building/testing frontends, automating user workflows, taking screenshots, validating UI state, filling forms, testing across browsers, or mentions "playwright", "E2E test", "browser automation", "screenshot".

saitarrun/Sdlc-ai-workflow · 61 tokens