verification

Run tests, measure coverage, and validate acceptance criteria in CI pipelines.

319|74|Updated May 17, 2025
One-click install
npx skills add https://github.com/m-xlsea/ruoyi-plus-soybean --skill verification-m-xlsea
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verification
Source: https://github.com/m-xlsea/ruoyi-plus-soybean/tree/main/.claude/skills/verification
Command: npx skills add https://github.com/m-xlsea/ruoyi-plus-soybean --skill verification-m-xlsea

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams ensure that software verification activities (tests, coverage, and acceptance criteria) are executed and tracked, reducing release risk.

Core Features & Use Cases

  • Automated test validation: Runs and tracks unit and integration tests to confirm they pass.
  • Coverage checks: Verifies that code coverage thresholds are met and reported.
  • Acceptance criteria enforcement: Ensures defined acceptance criteria are satisfied before release.
  • Use Case: In a CI pipeline, automatically halt deployment if tests fail or coverage drops below the threshold.

Quick Start

Run the standard verification workflow on your project to automatically execute tests, measure coverage, and validate acceptance criteria.

Frequently Asked Questions about verification

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

FAQPage Schema
How do I validate acceptance criteria and enforce code coverage thresholds in a CI pipeline?

To validate acceptance criteria and enforce code coverage thresholds in a CI pipeline, run automated tests and measure coverage to confirm quality gates are satisfied before halting deployment on failure.

What is software verification and how does it reduce release risk?

Software verification reduces release risk by executing and tracking tests, coverage thresholds, and acceptance criteria to ensure defined quality gates are satisfied across release workflows.

How do I run automated test validation and coverage checks before a release?

Run automated test validation and coverage checks by executing the standard verification workflow on your project to automatically run tests, measure code coverage, and validate acceptance criteria.

Can I use this verification process to automatically halt deployment if tests fail?

Yes, you can use this verification process in a CI pipeline to automatically halt deployment if unit and integration tests fail or if reported code coverage drops below the required threshold.

Does this software verification workflow require specific testing frameworks or dependencies?

No specific testing frameworks or dependencies are required. The workflow validates tests, coverage thresholds, and acceptance criteria using standard tooling checks applicable across typical software projects.

What are the limitations of automating test validation and coverage checks for release workflows?

The limitation of automating verification for release workflows is that it only validates tests, coverage thresholds, and acceptance criteria, specifying concrete tooling checks without introducing new testing frameworks.