verify-workflows

Verify E2E test coverage for WF-01 through WF-16 against critical-workflows.md.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/junnv93/equipment_management_system --skill verify-workflows
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-workflows
Source: https://github.com/junnv93/equipment_management_system/tree/main/.claude/skills/verify-workflows
Command: npx skills add https://github.com/junnv93/equipment_management_system --skill verify-workflows

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill verifies cross-feature workflow E2E test coverage against the critical-workflows.md checklist, ensuring WF-01 through WF-16 are properly addressed.

Core Features & Use Cases

  • Validates that tests exist for each critical workflow and that all documented steps are represented.
  • Checks correct role usage, status transitions, and side-effect verifications across workflows.
  • Helps maintain PR quality by ensuring tests align with the documented workflow criteria and readiness criteria.

Quick Start

Run the verify-workflows skill after updating or adding workflow tests to confirm coverage aligns with the critical-workflows checklist.

Frequently Asked Questions about verify-workflows

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

FAQPage Schema
How do I verify E2E test coverage for critical workflows before a PR merge?

To verify E2E test coverage for critical workflows, you can run this Skill against your critical-workflows.md checklist. It confirms that tests exist for WF-01 through WF-16, checks step completeness, and enforces readiness for PR gates.

What is cross-feature workflow validation in QA automation?

Cross-feature workflow validation in QA automation is the process of ensuring end-to-end tests cover documented steps, correct role usage, status transitions, and side-effect verifications across interconnected system features.

How do I check if my e2e tests align with documented workflow steps and roles?

You can check e2e test alignment by validating tests against the critical-workflows checklist. This Skill verifies that all documented steps are represented, role correctness is maintained, and required serial mode and reset checks are present.

Does my workflow test suite need specific cleanup and reset checks to pass PR gates?

Yes, your workflow test suite needs specific reset and cleanup checks to pass PR gates. The Skill enforces readiness by ensuring required serial mode and reset/cleanup checks are present across all equipment workflows before merging.

Why does my workflow test coverage report show missing status transitions and side-effects?

Workflow test coverage reports show missing status transitions and side-effects when e2e tests fail to verify all documented criteria. This Skill identifies these gaps by checking step completeness and side-effect verification against your workflow documentation.

Can I use verify-workflows for equipment workflow status transition validation?

Yes, you can use verify-workflows for equipment workflow status transition validation. It specifically checks status transitions, role correctness, and side-effect verifications across equipment workflows to ensure comprehensive E2E coverage.