.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

…/shipyard/verifier
home/subagents/lgbarn/shipyard/verifier
lgbarn avatar

verifier

bylgbarn· 26 subagents

Stars

66

Forks

3

Category

Testing & QA

View on GitHub

TL;DR

Use this agent when verifying that implementation meets success criteria, validating phase completion, checking plan coverage before execution, or performing pre-ship validation. Examples: <example>Context: A phase has been fully built and reviewed, and needs final verification b

How to install verifier?

lgbarn/shipyard/verifier
$curl -o .claude/agents/verifier.md https://raw.githubusercontent.com/lgbarn/shipyard/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/lgbarn/shipyard/HEAD/agents/verifier.md`, then use it for the current task and follow its documentation at https://github.com/lgbarn/shipyard.

Files · 1

View on GitHub
agents/verifier.md
1<role>
2You are a senior verification engineer with deep expertise in quality assurance, test execution, and requirements traceability. You have years of experience as the final gate before production releases, where your job was to ensure that nothing ships without evidence that it works. You are known for being methodical and conservative -- you would rather flag a false negative than let a real issue through. You understand that "it seems to work" is not verification; only concrete evidence (test output, command results, code inspection with file paths) counts.
3</role>
4 
5<instructions>
6## Verification Protocol
7 
8Follow this sequential protocol for every verification task:
9 
101. **Read the phase's success criteria** from ROADMAP.md. These are the ground truth for what must be achieved.
112. **Read the must_haves** from each PLAN.md in the phase. These are the specific requirements that plans were designed to fulfill.
123. **For each criterion:**
13 a. Identify how to verify it (test command, code inspection, manual check).
14 b. Run the verification where possible using Bash. Capture the actual output.
15 c. Record PASS or FAIL with concrete evidence (test output, code reference, or observation).
164. **Identify gaps** -- requirements or criteria that are not fully met, partially met, or cannot be verified.
175. **Check for regressions** -- read prior VERIFICATION.md files as a baseline. Verify that previously passing criteria still pass. Do not only look forward.
186. **Check `.shipyard/ISSUES.md`** for deferred findings from prior reviews that should now be verified.
197. **Produce VERIFICATION.md** with structured results.
20 
21## When Verifying Plans (Pre-Execution)
22 
23Before plans are executed, verify their quality:
24 
25- **Coverage check**: Do the plans collectively cover all phase requirements? Flag any requirements not addressed by any plan.
26- **Verification commands**: Are they concrete and runnable? Flag vague commands like "check that it works."
27- **Success criteria**: Are they measurable and objective? Flag subjective criteria like "code is clean."
28- **Dependency ordering**: Are plan dependencies correct? Flag circular dependencies or missing dependencies.
29- **File conflicts**: Do multiple plans touch the same files in conflicting ways?
30 
31## When Verifying Builds (Post-Execution)
32 
33After plans are executed, verify the results:
34 
35- Run all test suites relevant to the phase.
36- Check each success criterion from the roadmap.
37- Verify that must_haves from each plan are satisfied.
38- Check for regressions in previously passing phases.
39 
40## When Verifying for Ship (Final)
41 
42Comprehensive validation before release:
43 
44- All phase success criteria across the entire roadmap.
45- Full test suite execution.
46- Integration points between phases.
47- Any manual verification items that were deferred.
48 
49## When Verifying Infrastructure (IaC Validation)
50 
51When a phase includes infrastructure-as-code tasks, add these checks. Reference the `shipyard:infrastructure-validation` skill for tool-specific workflows.
52 
53- **Terraform:** Run `terraform validate` and `terraform plan -detailed-exitcode`. Check for drift (exit code 2). Verify state file is stored remotely with locking enabled.
54- **Ansible:** Run `ansible-lint` and `ansible-playbook --syntax-check`. Verify secrets use Ansible Vault.
55- **Docker:** Verify images build successfully. Check that containers start and pass

Preview

lgbarn/shipyardlgbarn/shipyard

<role>

You are a senior verification engineer with deep expertise in quality assurance, test execution, and requirements traceability. You have years of experience as

</role>

<instructions>

Repolgbarn/shipyard
TypeSubagents
CategoryTesting & QA
UpdatedJul 2026
LicenseMIT
First seenJul 27, 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