verify

Automate software feature and bug fix verification across iOS and Android platforms.

27|10|Updated Mar 3, 2026
One-click install
npx skills add https://github.com/lllyys/vreader --skill verify-lllyys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify
Source: https://github.com/lllyys/vreader/tree/main/.claude/skills/verify
Command: npx skills add https://github.com/lllyys/vreader --skill verify-lllyys

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the verification of shipped features and bug fixes, streamlining the quality assurance process for developers and QA engineers.

Core Features & Use Cases

  • Automated Verification: Executes verification iterations against features and bug fixes, ensuring they meet specified requirements.
  • Bug Closing and Feature Verification: Manages the transition from a merged fix or feature to a verified state in the development workflow.
  • Two Verification Modes: Supports verification for both bug close-gate (labeled issues) and feature Gate-5 (rows in features documentation).
  • Platform Support: Verifies iOS and Android apps through the respective simulators or emulators.

Quick Start

Use the verify skill to check the status of the 'verify feature #65' or 'verify bug #443'.

Frequently Asked Questions about verify

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

FAQPage Schema
How do I automate bug verification for iOS and Android apps?

Automated bug verification executes XCUITest or Android instrumentation tests against iOS and Android simulators or emulators to validate merged fixes and transition issues to a verified state. It streamlines quality assurance by managing these verification iterations automatically.

What is feature verification Gate-5 in software development?

Feature verification Gate-5 is an automated process that validates rows in features documentation to ensure shipped features meet specified requirements. It manages the transition of a feature to a verified state within the development workflow after execution.

How do I verify a bug close-gate using automated tests?

Verifying a bug close-gate involves running automated verification iterations against labeled issues using XCUITest or Android instrumentation. This process checks the merged fix against requirements and transitions the issue to a verified state.

Does automated bug verification require XCUITest or Android instrumentation?

Yes, automated verification requires executing tests using XCUITest for iOS simulators or Android instrumentation for emulators. These testing frameworks are necessary to run the verification iterations against the respective platforms.

What's the best way to transition issues to a verified state after a merge?

The best way to transition merged fixes is using an automated verification skill that executes tests and manages issue state transitions. It validates the fix against requirements before moving the labeled issue or feature to a verified state.