wtf.verify-task

Verify completed Tasks against Gherkin scenarios and acceptance criteria.

7|2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/xiduzo/wtf --skill wtf-verify-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wtf.verify-task
Source: https://github.com/xiduzo/wtf/tree/main/skills/wtf.verify-task
Command: npx skills add https://github.com/xiduzo/wtf --skill wtf-verify-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables QA engineers to systematically verify that a completed Task meets its Gherkin scenarios and acceptance criteria before merging, providing a repeatable, auditable process that ties verification results directly to the issue being worked on.

Core Features & Use Cases

  • Verifies each Gherkin scenario against the implementation using a structured Test Mapping table.
  • Updates the Task issue after every scenario with current results and bug filing status.
  • Supports edge cases, observability checks, and a final QA summary to determine readiness for merge.

Quick Start

Load the Task, review its Gherkin scenarios and acceptance criteria, verify each scenario in order, and update the Test Mapping table on the Task issue after every step.

Frequently Asked Questions about wtf.verify-task

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I verify a completed task against its Gherkin scenarios before merging?

To verify a completed task against its Gherkin scenarios, load the Task to review its acceptance criteria, verify each scenario in order, and update the Test Mapping table on the issue after every step.

What is the best way to track QA verification results and bug filing status on GitHub issues?

Tracking QA verification results and bug filing status on GitHub issues is done by updating the Task issue after every scenario with current results and bug filing status using gh commands.

How do I automate test mapping for acceptance criteria and Definition of Done?

Automating test mapping for acceptance criteria and DoD involves applying a structured workflow that records per-scenario outcomes, supports optional bug filing, and updates GitHub issues via gh commands.

Can I verify a parent Feature and its individual Tasks together using a structured QA workflow?

Yes, you can verify a parent Feature and its individual Tasks together, as the QA workflow applies to individual Tasks or their parent Features, guiding a step-by-step verification from loading to signing off on DoD.

Does this QA verification process support edge cases and observability checks?

Yes, the QA verification process supports edge cases and observability checks, culminating in a final QA summary to determine the overall readiness of the Task for merge.