test-sweep

Automate unit, integration, API, and E2E tests in a Go codebase and generate a summary report.

5|2|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/srnichols/plan-forge --skill test-sweep
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-sweep
Source: https://github.com/srnichols/plan-forge/tree/main/presets/go/.github/skills/test-sweep
Command: npx skills add https://github.com/srnichols/plan-forge --skill test-sweep

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the execution of all test suites and aggregates the results into a comprehensive summary report, simplifying the testing process and ensuring code quality.

Core Features & Use Cases

  • Automated Test Execution: Run unit, integration, API, and E2E tests automatically.
  • Result Aggregation: Compile results from different test categories into a single report.
  • Use Case: After completing execution slices or before the Review Gate, use this Skill to ensure all tests are run and the results are aggregated for review.

Quick Start

Run all tests with the command: test-sweep.

Frequently Asked Questions about test-sweep

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

FAQPage Schema
How do I automate and aggregate Go test results for unit, integration, API, and E2E suites?

To automate and aggregate Go test results, you can use a test execution script that runs all unit, integration, API, and E2E test suites and compiles the outcomes into a single summary report. This ensures comprehensive code quality checks across your Go codebase.

What is the best way to run a complete test sweep before a code review?

The best way to run a complete test sweep before a code review is to automate the execution of all unit, integration, API, and E2E tests. This aggregates results into a comprehensive report, simplifying the testing process and ensuring code quality before the Review Gate.

Do I need Go installed to aggregate test suite results automatically?

Yes, you need Go installed to aggregate test suite results automatically. The test execution requires the Go environment to run the tests, and it also requires a completeness scan tool to ensure all tests are accounted for in the final report.

How does test aggregation work for different test categories in a Go codebase?

Test aggregation works by executing unit, integration, API, and E2E tests in a Go codebase and compiling the results from each category into a single comprehensive summary report. This simplifies the testing process by providing a unified view of all test outcomes.

Can I compile unit, integration, and E2E test results into a single report?

Yes, you can compile unit, integration, API, and E2E test results into a single report. This automated test aggregation simplifies the testing process and ensures code quality by providing a comprehensive summary of all test suite outcomes.