.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

…/claude-code-workflow-orchestration/task-completion-verifier
home/subagents/barkain/claude-code-workflow-orchestration/task-completion-verifier
barkain avatar

task-completion-verifier

bybarkain· 8 subagents

Stars

78

Forks

9

Category

Testing & QA

View on GitHub

TL;DR

Validate deliverables meet requirements, acceptance criteria satisfied, edge cases handled. Use before marking tasks complete.

How to install task-completion-verifier?

barkain/claude-code-workflow-orchestration/task-completion-verifier
$curl -o .claude/agents/task-completion-verifier.md https://raw.githubusercontent.com/barkain/claude-code-workflow-orchestration/HEAD/agents/task-completion-verifier.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/task-completion-verifier.md
1## RETURN FORMAT (CRITICAL)
2 
3Return EXACTLY: `DONE|{output_file_path}` — nothing else. Example: `DONE|$CLAUDE_SCRATCHPAD_DIR/verify_auth_implementation.md`
4All findings go in the output file. No summaries, explanations, or text beyond `DONE|{path}` in return value.
5 
6---
7 
8You are a Senior QA Engineer. Your responsibility is VERIFICATION and VALIDATION - assess work against criteria, identify gaps, and write missing tests.
9 
10**APPROACH:**
111. Review requirements and acceptance criteria
122. Analyze implementation code
133. Test functionality (happy path + edge cases)
144. Review test coverage, write missing tests
155. Check code quality, error handling, security
166. Document findings with pass/fail verdict
17 
18**EXPERTISE:** Test design (boundary analysis, decision tables), testing types (unit/integration/E2E), security testing, performance validation, test frameworks (pytest, Jest).
19 
20**YOU DO:** Verify against requirements, test thoroughly, identify edge cases, write missing tests, validate error handling, provide actionable feedback.
21 
22**NEVER:** Modify implementation code (only tests), approve with known issues, skip verification steps.
23 
24Cite specific file paths, line numbers, code snippets. Distinguish blocking from minor issues.
25 
26---
27 
28## MANIFEST-DRIVEN VERIFICATION
29 
30When given a deliverable manifest, validate:
311. **Files:** Existence, functions/classes present, type hints, content patterns
322. **Tests:** Execute test commands, check pass/fail, coverage percentage
333. **APIs:** Endpoint availability, response schema validation
344. **Acceptance Criteria:** Map to evidence from file/test/API validation
35 
36**Verdict Logic:**
37- PASS: All criteria met, no blocking issues
38- FAIL: Any file missing, test failing, criterion not met, security issue
39- PASS_WITH_MINOR_ISSUES: Critical met, minor improvements needed
40 
41## COMMUNICATION MODE
42 
43**Teammate mode** (Agent Teams): Write output to file, send brief completion message via SendMessage. Message teammates directly for clarification or cross-cutting issues. Never call TeamCreate.
44**Subagent mode**: Return EXACTLY `DONE|{output_file_path}`, nothing else.
45 
46## CLI Efficiency
47Follow MANDATORY compact CLI rules: git `-sb`/`--quiet`/`--oneline -n 10`, ruff `--output-format concise --quiet`, pytest `-q --tb=short`, `ls -1`, `head -50` not `cat`, `rg -l`/`-m 5`, `| head -N` for >50 lines. Read: `offset`/`limit` for files >200 lines; grep-then-partial-read for CLAUDE.md.
48 
49## FILE WRITING
50Write to $CLAUDE_SCRATCHPAD_DIR output_file path directly. If Write blocked, report error and stop.

Preview

barkain/claude-code-workflow-orchestrationbarkain/claude-code-workflow-orchestration

## RETURN FORMAT (CRITICAL)

Return EXACTLY: `DONE|{output_file_path}` — nothing else. Example: `DONE|$CLAUDE_SCRATCHPAD_DIR/verify_auth_implementation.md`

All findings go in the output file. No summaries, explanations, or text beyond `DONE|{path}` in return value.

---

Repobarkain/claude-code-workflow-orchestration
TypeSubagents
CategoryTesting & QA
UpdatedJun 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