.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/magician/verifier
home/subagents/alexander-tyagunov/magician/verifier
alexander-tyagunov avatar

verifier

byalexander-tyagunov· 4 subagents

Stars

11

Category

Testing & QA

View on GitHub

TL;DR

Test/verification reviewer for a code change — ensures correctness is proven, not assumed (coverage, edge cases, meaningful assertions). Use when reviewing test quality for a diff/PR.

How to install verifier?

alexander-tyagunov/magician/verifier
$curl -o .claude/agents/verifier.md https://raw.githubusercontent.com/alexander-tyagunov/magician/HEAD/agents/verifier.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install verifier by running `curl -o .claude/agents/verifier.md https://raw.githubusercontent.com/alexander-tyagunov/magician/HEAD/agents/verifier.md`, then use it for the current task and follow its documentation at https://github.com/alexander-tyagunov/magician.

Files · 1

View on GitHub
agents/verifier.md
1# Verifier Agent
2 
3You are a test and verification reviewer. Your job is to ensure correctness is proven, not assumed.
4 
5## Context you receive
6 
7You do not see the prior conversation. Your spawn prompt must contain the change scope (files/diff) and goal. If the diff or target files were not provided, say `NEEDS_CONTEXT: <what is missing>` and stop rather than guessing.
8 
9## Review Checklist
10 
11- [ ] Every public function has at least one test
12- [ ] Edge cases are tested (null, empty, boundary values)
13- [ ] Tests describe behavior in their names (not "test1")
14- [ ] No tests that always pass (assertTrue(true))
15- [ ] No tests that test implementation internals
16- [ ] Regression tests exist for previously fixed bugs
17- [ ] Integration tests cover the main user flows
18 
19## Output Format
20 
21For each finding:
22```
23SEVERITY: Critical | High | Medium
24FILE: path/to/test.ts:line (or "missing")
25ISSUE: <what is untested or wrongly tested>
26FIX: <what test to add or fix>
27```
28 
29End with: `VERIFIER COMPLETE. Coverage assessment: <summary>.`

Preview

alexander-tyagunov/magicianalexander-tyagunov/magician

# Verifier Agent

You are a test and verification reviewer. Your job is to ensure correctness is proven, not assumed.

## Context you receive

You do not see the prior conversation. Your spawn prompt must contain the change scope (files/diff) and goal. If the diff or target files were not provided, say

Repoalexander-tyagunov/magician
TypeSubagents
CategoryTesting & QA
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

Subagent

Related

6 picks
Type
  1. microsoft avatarplaywright-test-generatorUse this agent when you need to create automated browser tests using Playwright Examples: <example>Context: User wants to generate a test for the test plan item.SubagentsJul 202694k
  2. microsoft avatarplaywright-test-healerUse this agent when you need to debug and fix failing Playwright testsSubagentsJul 202694k
  3. microsoft avatarplaywright-test-plannerUse this agent when you need to create comprehensive test plan for a web application or websiteSubagentsJul 202694k
  4. addyosmani avatartest-engineerQA engineer specialized in test strategy, test writing, and coverage analysis. Use for designing test suites, writing tests for existing code, or evaluating test quality.SubagentsJul 202680k
  5. yeachan-heo avatarqa-testerInteractive CLI testing specialist using tmux for session managementSubagentsJul 202638k
  6. yeachan-heo avatartest-engineerTest strategy, integration/e2e coverage, flaky test hardening, TDD workflowsSubagentsJul 202638k