pr-test

Automate build, API, and UI tests with screenshot and log evidence.

Updated Apr 28, 2026
One-click install
npx skills add https://github.com/aoxendine3/sovra-core-lighthouse --skill pr-test-aoxendine3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-test
Source: https://github.com/aoxendine3/sovra-core-lighthouse/tree/main/AutoGPT/.claude/skills/pr-test
Command: npx skills add https://github.com/aoxendine3/sovra-core-lighthouse --skill pr-test-aoxendine3

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the manual process of testing pull requests, features, or system integrations by providing automated, comprehensive testing workflows that include screenshot captures, API verification, and user interaction simulations.

Core Features & Use Cases

  • End-to-End Testing: Automates the full testing cycle of PRs or features, including build, deployment, and verification.
  • Screenshot Documentation: Captures step-by-step visual evidence to verify UI states during testing.
  • API State Verification: Checks backend state before and after API calls to ensure correctness.
  • Use Case: A developer merges a new feature branch and runs this Skill to automatically validate all UI workflows, capture proof of correctness via images, and verify data integrity through API calls, reducing manual QA effort.

Quick Start

Run pr-test with the PR number or worktree path, and follow prompts to specify test scenarios; the tool will automatically set up environment, execute tests, capture evidence, and generate a report.

Frequently Asked Questions about pr-test

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

FAQPage Schema
How do I automate end-to-end PR validation for UI and API changes?

End-to-end PR validation automates build control, UI interaction simulations, and API state verification. This Skill captures visual evidence through screenshots and logs backend state changes to document feature correctness without manual QA effort.

What is the best way to capture UI screenshots during automated feature testing?

Capturing UI screenshots during automated feature testing records step-by-step visual evidence of interface states. This Skill captures these images throughout the testing cycle to verify UI workflows and generate documentation for faster debugging.

Can I verify backend API state automatically before and after running integration tests?

Verifying backend API state automatically checks data integrity before and after API calls. This Skill runs API verification workflows during system builds to ensure backend correctness and validate data changes with minimal manual intervention.

How do I set up an automated testing workflow for a specific pull request?

Setting up automated testing for a pull request requires providing the PR number or worktree path. This Skill uses that input to automatically configure the environment, execute test scenarios, capture evidence, and generate a validation report.

Does automated PR testing work without configuring external testing dependencies?

Automated PR testing operates independently without requiring external dependencies. This Skill controls system builds and runs verification workflows internally, allowing you to validate code changes and features in a self-contained environment.

What are the limitations of using automated testing workflows for pull request validation?

Automated testing workflows for pull request validation require specific test scenarios to be specified manually via prompts. While it automates builds and evidence capture, users must still define the UI workflows and API checks needed to verify feature correctness.