test

Run project test suites and aggregate pass/fail results into reports.

218|11|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/poteto/noodle --skill test-poteto
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test
Source: https://github.com/poteto/noodle/tree/main/examples/multi-skill/.agents/skills/test
Command: npx skills add https://github.com/poteto/noodle --skill test-poteto

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Running and validating changes across a project's codebase can be error-prone and time-consuming; this Skill automates executing tests and collecting results to speed up feedback loops.

Core Features & Use Cases

  • Run tests across multiple packages or modules using standard commands (e.g., go test, npm test) and collect outcomes.
  • Aggregate results into a unified report with pass/fail status and summarized metrics.
  • Use in CI pipelines or local development to validate changes before merging.

Quick Start

Run the project's test suite to validate changes and generate a concise report.

Frequently Asked Questions about test

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

FAQPage Schema
How do I automate running test suites and generating reports in CI workflows?

Automate running test suites by executing standard commands like go test and npm test, then aggregating the results into a unified report with pass/fail status and summarized metrics for CI workflows.

What's the best way to aggregate test results across multiple packages?

Aggregate test results across multiple packages by running standard commands and collecting outcomes into a unified report with pass/fail status and summarized metrics to speed up feedback loops.

Can I use this to run both go test and npm test locally?

Yes, you can run both go test and npm test locally to validate changes before merging, supporting language-specific test commands and structured result reporting with basic error handling.

Does this test automation tool handle change detection before running tests?

Yes, test automation handles change detection alongside executing test commands and structured result reporting, ensuring validation of codebase changes before merging in CI pipelines or local development.

Why does validating changes across a project's codebase take so much time?

Validating changes manually is error-prone and time-consuming; automating test execution and result collection speeds up feedback loops by generating concise reports with pass/fail status and summarized metrics.

Are there limitations to the error handling in automated test reporting?

The automated test reporting includes basic error handling during test command execution and result aggregation, satisfying change detection and structured reporting without advanced failure recovery mechanisms.