review-tests

Review nf-test outputs and generate grouped error analysis summaries for bactopia runs.

521|81|Updated Feb 22, 2019
One-click install
npx skills add https://github.com/bactopia/bactopia --skill review-tests-bactopia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-tests
Source: https://github.com/bactopia/bactopia/tree/main/.claude/skills/review-tests
Command: npx skills add https://github.com/bactopia/bactopia --skill review-tests-bactopia

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

nf-test runs generate complex outputs and scattered logs, making it hard to quickly understand results. This skill reviews a run, aggregates results, and presents a diagnostic summary with grouped error analysis to help you pinpoint failures.

Core Features & Use Cases

  • Grouped failure analysis: aggregates test failures by type and parameter to surface root causes.
  • Timestamp-aware review: can target a specific run when a timestamp argument is provided.
  • Actionable remediation guidance: suggests practical next steps to investigate or fix failures.

Quick Start

Run the review-tests CLI wrapper to generate a diagnostic report for a given bactopia path.

Frequently Asked Questions about review-tests

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

FAQPage Schema
How do I review nf-test run outputs and diagnose failures?

To review nf-test run outputs, this skill aggregates test results and presents a diagnostic summary with grouped error analysis to help you pinpoint failures and understand overall test health.

Can I target a specific bactopia test run using a timestamp?

Yes, you can target a specific bactopia test run by providing a timestamp argument, allowing the diagnostic review to focus solely on the outputs and logs generated during that particular run.

What is the best way to analyze flaky tests and scattered nf-test logs?

Analyzing flaky tests and scattered nf-test logs is best handled by aggregating the run outputs into a single diagnostic summary, which surfaces grouped failures by type and parameter to identify root causes.

How does grouped failure analysis work for bactopia test results?

Grouped failure analysis works by aggregating bactopia test failures by type and parameter, surfacing root causes across multiple timestamps or run IDs to provide actionable remediation guidance for fixing the issues.

Do I need any external dependencies to aggregate nf-test results?

No external dependencies are required to aggregate nf-test results; the skill operates independently using its internal scripts to parse logs and generate the diagnostic summary for your bactopia test runs.

Why does my nf-test diagnostic summary not show actionable remediation guidance?

If your nf-test diagnostic summary lacks remediation guidance, ensure the reviewed run outputs contain actual failure logs, as the skill generates practical next steps by analyzing grouped error patterns found in the test results.