verify-work

Validate built features through conversational testing with persistent UAT.md tracking.

Updated Jan 12, 2026
One-click install
npx skills add https://github.com/sidunrealde/ArchVis --skill verify-work-sidunrealde
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-work
Source: https://github.com/sidunrealde/ArchVis/tree/main/.github/skills/verify-work
Command: npx skills add https://github.com/sidunrealde/ArchVis --skill verify-work-sidunrealde

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of validating newly built features by engaging in a structured, conversational testing process with the user, ensuring that implemented changes meet expected outcomes.

Core Features & Use Cases

  • Conversational Testing: Guides users through testing scenarios by describing expected behavior and capturing user feedback.
  • Persistent State Tracking: Creates and maintains a UAT.md file to track test progress, which survives session resets and can be used to feed identified gaps into planning phases.
  • Automated Issue Reporting: Infers severity of reported issues and logs them for further action.
  • Use Case: After a developer implements a new user authentication flow, this Skill can guide a QA tester or product manager through verifying each step of the login, registration, and password reset process, automatically documenting any discrepancies.

Quick Start

Use the verify-work skill to start testing phase 4, comments.

Frequently Asked Questions about verify-work

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

FAQPage Schema
How do I run conversational testing for feature verification?

Conversational testing for feature verification works by guiding you through test scenarios, presenting expected outcomes, and capturing your feedback to document deviations in a persistent UAT.md file. You initiate a session and the system extracts deliverables from SUMMARY.md to begin.

What is UAT tracking and how does it handle session resets?

UAT tracking records test progress in a persistent UAT.md file that survives session resets. It maintains state across testing phases by logging expected outcomes, user-confirmed deviations, and automatically inferred issue severities for future reference.

How do I validate built features without writing automated tests?

You can validate built features through interactive conversational testing. The system presents expected behaviors for each deliverable, processes your verbal or text feedback on whether the feature matches expectations, and automatically logs discrepancies with inferred severity levels.

Can I use conversational AI to automate UAT documentation?

Yes, conversational AI automates UAT documentation by driving the testing session and creating a UAT.md file. It extracts testable deliverables, presents them sequentially, records your validation responses, and feeds identified gaps directly into the planning phase.

How does issue severity inference work during manual QA testing?

Issue severity inference during manual QA testing automatically evaluates user-reported deviations against expected outcomes. When you describe a discrepancy during the conversational test, the system infers the severity level and logs it into the UAT.md file for further action.

What are the limitations of conversational feature verification?

Conversational feature verification relies on human input to confirm deviations and requires a SUMMARY.md file to extract testable deliverables. It does not execute automated test scripts but instead structures manual validation into a trackable UAT.md format.