orbit-reports

Generate a master HTML report index from Orbit outputs.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

This Skill generates a master HTML report index that compiles all Orbit outputs into a single, share-friendly file. It streamlines the process of presenting a detailed audit report to project managers, stakeholders, and customers.

Core Features & Use Cases

  • Master Report Index: Combines various Orbit outputs such as markdown reports, Playwright HTML, skill audit tabs, Lighthouse score cards, UAT comparison, PM UX, and version diff into one HTML file.
  • Customizable Title: Allows setting a custom title for the report for specific releases.
  • Quick Start: Provides a simple command to generate the report index and open it in a browser.
  • Use Case: When a user needs to generate a master HTML report to share with project managers, stakeholders, or customers, or when a release evidence pack is required.

Quick Start

Run the script to generate the master HTML report index:

python3 ~/Claude/orbit/scripts/generate-reports-index.py
open reports/index.html

Frequently Asked Questions about orbit-reports

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

FAQPage Schema
How do I compile Playwright HTML and Lighthouse score cards into a single audit report?

You can generate a master HTML report index to compile Playwright HTML, Lighthouse score cards, and other test outputs into a single audit report. This creates a share-friendly file for project managers and stakeholders.

How do I generate a release evidence pack from markdown reports and UAT comparison data?

You can generate a release evidence pack by running a Python script that aggregates markdown reports, UAT comparison data, and version diffs into a master HTML report index. This produces a comprehensive file for customer review.

Can I customize the title of an HTML report index for a specific software release?

Yes, you can customize the title of the HTML report index for a specific software release. This allows you to label the master audit report appropriately when presenting it to project managers or stakeholders.

Do I need Python to create a master HTML index of Orbit test outputs?

Yes, you need Python installed to create a master HTML index of Orbit test outputs. The report generation process relies on specific scripts located in the scripts directory to aggregate the data.

What is the best way to share skill audit tabs and PM UX results with project managers?

The best way to share skill audit tabs and PM UX results is to compile them into a master HTML report index. This consolidates all outputs into a single file that can be easily opened in a browser.