pair-capability-execute-manual-tests

Execute manual test suites against released artifacts and generate PASS/FAIL reports.

6|Updated Aug 3, 2025
One-click install
npx skills add https://github.com/foomakers/pair --skill pair-capability-execute-manual-tests
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pair-capability-execute-manual-tests
Source: https://github.com/foomakers/pair/tree/main/.claude/skills/pair-capability-execute-manual-tests
Command: npx skills add https://github.com/foomakers/pair --skill pair-capability-execute-manual-tests

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the execution of manual test suites against software artifacts, ensuring quality and providing structured reports without manual intervention.

Core Features & Use Cases

  • Automated Test Execution: Runs predefined manual test cases against deployed applications or packages.
  • Variable Resolution: Intelligently resolves environment variables, versions, and base URLs needed for testing.
  • Structured Reporting: Generates detailed PASS/FAIL reports with evidence, adhering to defined templates.
  • Use Case: After a new version of a website is deployed, this Skill can automatically run through critical user flows, verify expected outcomes, and report any regressions.

Quick Start

Execute the manual test suite located in the 'qa/manual-tests' directory for version 1.2.3.

Frequently Asked Questions about pair-capability-execute-manual-tests

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

FAQPage Schema
How do I automate manual test execution against deployed artifacts?

Automate manual test execution by running predefined test cases against released artifacts, resolving environment variables, and iterating through critical paths to verify expected outcomes without manual intervention.

Can I generate structured PASS/FAIL reports for manual test suites?

Yes, you can generate structured PASS/FAIL reports by executing the manual test suite, recording the outcome per test case, and producing a report from the manual-test-report template with evidence.

Does this manual testing approach resolve environment variables and base URLs automatically?

Yes, this manual testing approach resolves environment variables, versions, and base URLs intelligently during test execution to ensure the correct testing context is applied.

What is the best way to run manual tests for post-merge validation?

The best way to run manual tests for post-merge validation is to compose the execution process within a review workflow, automatically testing critical user flows after deployment to catch regressions.

How do I verify critical user flows after a new website version is deployed?

Verify critical user flows by executing the manual test suite against the newly deployed version, checking expected outcomes, and reporting any regressions found in the structured output.