gds-test-review

Evaluate test suite coverage and quality, then generate a structured test-review report.

1|Updated Aug 3, 2025
One-click install
npx skills add https://github.com/MazenMrad/Obsidio --skill gds-test-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gds-test-review
Source: https://github.com/MazenMrad/Obsidio/tree/main/.cursor/skills/gds-test-review
Command: npx skills add https://github.com/MazenMrad/Obsidio --skill gds-test-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates structured evaluation of test suites to prevent test rot and improve coverage.

Core Features & Use Cases

  • Systematic evaluation of determinism, isolation, speed, readability, and maintenance.
  • Identification of coverage gaps and test infrastructure issues.
  • Actionable recommendations prioritized by risk and player impact.

Quick Start

Run the gds-test-review workflow on your project to generate a test-review-report.md.

Frequently Asked Questions about gds-test-review

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

FAQPage Schema
How do I evaluate test coverage gaps and prevent test rot in my game project?

By running an automated test review, you can identify coverage gaps and evaluate suite quality. It assesses determinism, isolation, speed, and readability to map findings into prioritized actions for immediate, short-term, and long-term improvements.

What is a structured test-review report and how does it improve quality assurance?

A structured test-review report evaluates your suite's determinism, isolation, speed, readability, maintenance, and value. It generates a markdown file summarizing coverage gaps and quality issues, mapping them to prioritized actions for improving quality assurance.

How do I generate a test-review report for my CI-CD pipeline?

Run the test review workflow on your project to generate a test-review report for your CI-CD pipeline. It outputs a structured markdown file at a designated path, such as {output_folder}/test-review-report.md, detailing coverage gaps and prioritized actions.

Can I use automated test review to assess test isolation and determinism?

Yes, automated test review systematically evaluates test isolation and determinism. The review assesses these dimensions alongside speed, readability, maintenance, and value to identify infrastructure issues and map them to prioritized improvements.

What's the best way to prioritize test maintenance actions for a game project?

The best way to prioritize test maintenance actions is to generate a structured test review report. It maps identified coverage gaps and quality issues to prioritized actions based on risk and player impact, categorizing them for immediate, short-term, and long-term improvements.