orbit-uat-compare

Compare two WordPress plugins with Playwright and generate HTML reports.

2|1|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/adityaarsharma/orbit --skill orbit-uat-compare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: orbit-uat-compare
Source: https://github.com/adityaarsharma/orbit/tree/main/skills/orbit-uat-compare
Command: npx skills add https://github.com/adityaarsharma/orbit --skill orbit-uat-compare

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, puppeteer, generate-uat-report.py, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the side-by-side comparison of two WordPress plugins on the same feature set, providing detailed UAT reports with paired screenshots, videos, and PM analysis.

Core Features & Use Cases

  • Side-by-Side Comparison: Visual comparison of plugins on the same feature set.
  • HTML Report Generation: Generates a comprehensive HTML report with paired PNG screenshots, MP4 flow videos, and PM analysis.
  • Pairing Convention: Uses the PAIR-NN-slug-a/b convention for file naming and report pairing.
  • Use Case: When comparing two plugins, this Skill generates a detailed report to help in decision-making.

Quick Start

Run the following command to execute the skill and generate a report:

npm run uat

Frequently Asked Questions about orbit-uat-compare

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

FAQPage Schema
How do I automate side-by-side UAT comparison of two WordPress plugins?

Automating side-by-side UAT comparison of WordPress plugins is done using Playwright to test the same feature set across both plugins. The process generates an HTML report containing paired PNG screenshots and MP4 flow videos for detailed visual analysis.

How does automated UAT report generation work for WordPress plugin comparisons?

Automated UAT report generation works by executing a Playwright test suite that captures screenshots and videos of plugin flows. It compiles these paired visual assets into a comprehensive HTML report that includes PM analysis for decision-making.

Do I need Playwright and Puppeteer installed to run automated WordPress plugin testing?

Yes, Playwright and Puppeteer are required dependencies for running automated WordPress plugin testing. You must install these npm packages to execute the test suite, capture paired screenshots, and generate the HTML report successfully.

Can I generate UAT reports with paired screenshots and videos for two WordPress plugins?

Yes, you can generate UAT reports with paired screenshots and videos for WordPress plugins. The Skill uses a PAIR-NN-slug-a/b file naming convention to pair PNG screenshots and MP4 flow videos side-by-side within a comprehensive HTML report.

What is the best way to compare WordPress plugins on the same feature set?

The best way to compare WordPress plugins on the same feature set is to automate the process using Playwright. This generates a comprehensive HTML report containing paired PNG screenshots, MP4 flow videos, and PM analysis to support decision-making.

Why does the UAT report use the PAIR-NN-slug-a/b naming convention?

The UAT report uses the PAIR-NN-slug-a/b naming convention to systematically pair and organize screenshots and videos of the two plugins being compared. This ensures that visual assets are correctly matched side-by-side in the final HTML report.