gds-test-review

Analyze test results and coverage to generate a structured test-review report.

Updated Dec 23, 2025
One-click install
npx skills add https://github.com/joekhosbayar/go-mighty --skill gds-test-review-joekhosbayar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gds-test-review
Source: https://github.com/joekhosbayar/go-mighty/tree/main/.gemini/skills/gds-test-review
Command: npx skills add https://github.com/joekhosbayar/go-mighty --skill gds-test-review-joekhosbayar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews team test quality and coverage to prevent rot and release risks.

Core Features & Use Cases

  • Analyze test results, coverage, determinism, and flaky tests to surface gaps.
  • Generate a structured, prioritized test-review report with actionable recommendations.
  • Integrate with existing workflows to produce a test-review-report.md in the project.

Quick Start

Trigger the gds-test-review workflow to generate the test-review-report.

Frequently Asked Questions about gds-test-review

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

FAQPage Schema
How do I audit test quality and coverage across my codebase?

You can audit test quality by running a structured review workflow that analyzes existing test suites and results to surface coverage gaps, determinism issues, and flaky tests. This produces a prioritized Markdown report with actionable recommendations.

What's the best way to generate a structured test review report for a pre-release check?

The best way to generate a structured test review report for a pre-release check is to trigger a review workflow that analyzes test results and coverage, outputting a prioritized Markdown document with actionable recommendations.

Can I use this test review process for unit, integration, and end-to-end tests?

Yes, the test review process applies to unit, integration, and end-to-end tests. It evaluates all existing test suites to surface coverage gaps and flaky tests, making it suitable for CI pipelines and audit reviews.

Do I need existing test suites and results to perform a test coverage audit?

Yes, performing a test coverage audit requires access to existing test suites and test results. The workflow analyzes these inputs to evaluate determinism, identify flaky tests, and generate a structured review report.

How does a structured test review prevent release risks?

A structured test review prevents release risks by analyzing test results, coverage, and flaky tests to surface quality gaps before deployment. It outputs a prioritized report with actionable recommendations to fix identified issues.