thienanblog/awesome-ai-agent-skills

testing-verification

Coordinator-routed specialist when test strategy, coverage, QA, acceptance verification, CI-check design, browser verification, Playwright E2E, or visual comparison is the primary work.

First seen Jul 5, 2026

Installation

$ npx skills add thienanblog/awesome-ai-agent-skills --skill testing-verification

Summary

  • Coordinator-routed specialist when test strategy, coverage, QA, acceptance verification, CI-check design, browser verification, Playwright E2E, or visual comparison is the primary work.
  • Use after project-development-mindset routes here, or directly when explicitly invoked or installed standalone.
  • Do not use merely because implementation needs focused tests; unexplained failures route to debugging first.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from thienanblog/awesome-ai-agent-skills · top by installs.

npx skills add thienanblog/awesome-ai-agent-skills

Browse all from thienanblog/awesome-ai-agent-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 65
License LICENSE
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 3,527 B
  • docs SUMMARY.md 434 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 13 installs

SKILL.md

Testing Verification

Prefer project evidence over generic test advice, and verify behavior at the narrowest reliable level before broadening.

Run this skill in the main conversation. Do not spawn subagents, agent teams, or delegated parallel workers unless the user explicitly approves the proposed count and scope after being told that doing so can increase usage. Ask again before expanding an approved scope.

Operating Rules

  • Follow project instructions, existing test tools, naming conventions, and nearby tests.
  • Test public behavior and contracts at the narrowest reliable level; avoid implementation details unless the project expects them.
  • Do not add a new testing framework unless the project has no reasonable existing path and the benefit is clear.
  • Keep tests maintainable: small setup, clear assertions, stable fixtures, no hidden network or production dependencies.

Workflow

1. Discover And Scope

  • Identify test commands, CI jobs, nearby tests, browser tooling, fixtures, helpers, and source-of-truth behavior docs.
  • Read references/test-strategy.md, choose the lowest reliable level, and prioritize targeted checks before broader suites.
  • Use documented manual steps only when automation is unavailable or disproportionate.

2. Add Tests Or Checks

  • Reuse existing helpers and fixtures; keep each test focused on one coherent behavior or scenario.
  • Include edge cases that are business-relevant, not exhaustive noise.
  • For bug fixes, add a regression test that fails before the fix when practical.
  • For docs-only changes, verify links, examples, generated outputs, or commands when relevant.

3. Verify UI In A Browser

  • For interactive, exploratory, screenshot, or visual-comparison work, use the harness's built-in Browser when available and follow its instructions.
  • Use Playwright MCP only when built-in Browser is unavailable, and record why. If the user explicitly selected Browser, report the blocker and ask before substituting another surface.
  • Keep source-controlled Playwright E2E distinct: it provides repeatable regression and CI coverage and may complement, not replace, an interactive Browser pass.
  • Read references/ui-visual-verification.md for screenshot scope, before/after comparison, viewport consistency, and ambiguous-image handling.

4. Run And Report

  • Run the smallest useful target and rerun focused failures. Keep automatic

verification scoped to the affected behavior. After the requested work and focused checks are complete, list any broader or full-suite options and ask the user whether to run them; do not run them without explicit approval unless higher-priority repository instructions require them.

  • For unclear failures or performance bottlenecks, return routing control to

project-development-mindset and replace this workflow with the relevant specialist when available; do not keep both full workflows active.

  • Report the strategy, exact commands and results, UI verification surface, screenshots, gaps, residual risk, and next highest-value test.