send-test-report

Email test result reports with file attachments after test runs.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/yuanhsunliu/dashboard-layout-editor-ui --skill send-test-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: send-test-report
Source: https://github.com/yuanhsunliu/dashboard-layout-editor-ui/tree/main/.github/skills/send-test-report
Command: npx skills add https://github.com/yuanhsunliu/dashboard-layout-editor-ui --skill send-test-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

When a test result becomes available, this Skill automatically emails the report to a designated recipient, simplifying CI feedback loops and archiving.

Core Features & Use Cases

  • Automated delivery: Remotely sends test reports (e.g., HTML, XML) to stakeholders after test runs.
  • Attachment handling: Attaches the report file to the email and preserves formatting.
  • Use Case: In OpenSpec, CI pipelines, or automated QA workflows, quickly distribute test results to review teams.

Quick Start

Send the latest test report to the configured email address.

Frequently Asked Questions about send-test-report

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

FAQPage Schema
How do I automatically email test reports from a CI pipeline?

Automatically emailing test reports from a CI pipeline requires integrating a mail API or SMTP connection. This skill attaches and sends test result files to designated stakeholders after automated test runs complete.

What is the best way to send HTML test report attachments via email automation?

Sending HTML test report attachments via email automation involves attaching the generated report file to an email message. This skill preserves the original report formatting and securely transmits it to stakeholders through a configured mail API.

Can I use SMTP to distribute test results in OpenSpec workflows?

You can use SMTP to distribute test results in OpenSpec workflows by configuring secure credential handling. This skill integrates SMTP or mail API connections to automatically send post-test artifacts to review teams.

Do I need a mail API to send automated test reports to stakeholders?

You need a mail API or SMTP integration to send automated test reports to stakeholders. This skill requires secure credential setup to connect to the email service and attach the test result files for delivery.

How does automated test report delivery handle file attachments?

Automated test report delivery handles file attachments by preserving the original file format, such as HTML or XML. The skill attaches the test report directly to the email before sending it through the configured mail API.

Why are my automated test report emails not including the attachments?

Automated test report emails might not include attachments if the mail API credentials or file paths are configured incorrectly. This skill requires proper SMTP integration and secure credential handling to successfully attach and deliver reports.