gleam-test-review

Analyze Gleam test code for coverage gaps and quality issues.

Updated Oct 11, 2025
One-click install
npx skills add https://github.com/bromanko/llm-agents --skill gleam-test-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gleam-test-review
Source: https://github.com/bromanko/llm-agents/tree/main/skills/gleam-test-review
Command: npx skills add https://github.com/bromanko/llm-agents --skill gleam-test-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of ensuring thorough and high-quality test suites for Gleam projects, identifying gaps in coverage, and improving the overall robustness of testing practices.

Core Features & Use Cases

  • Test Coverage Analysis: Identifies missing tests for public functions and error paths.
  • Edge Case Identification: Pinpoints scenarios like empty collections, zero/negative numbers, and None cases that are not adequately tested.
  • Test Quality Assessment: Reviews tests for focus, clarity, determinism, and appropriate assertions.
  • Use Case: A developer can use this skill to audit their Gleam project's test suite before a release, ensuring all critical paths and edge cases are covered, and that tests are maintainable and reliable.

Quick Start

Run /review gleam test to start an interactive test review for your Gleam project.

Frequently Asked Questions about gleam-test-review

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

FAQPage Schema
How do I check my Gleam test suite for missing edge cases and coverage gaps?

To check Gleam test coverage gaps, you can review your test code to identify missing tests for public functions, error paths, and edge cases like empty collections or zero values.

What is the best way to audit Gleam test quality before a release?

The best way to audit Gleam test quality is to review tests for focus, clarity, determinism, and appropriate assertions, ensuring all critical paths are covered and tests are maintainable.

How does Gleam test coverage analysis map source files to tests?

Gleam test coverage analysis maps source files to tests by scoping the review based on user-specified files or working changes, then assessing coverage and quality in a structured markdown format.

Can I identify property-based testing opportunities in my Gleam project?

Yes, you can identify property-based testing opportunities in a Gleam project by analyzing test code to assess potential scenarios where property-based tests would improve robustness.

Does Gleam test review work with specific files or only working changes?

Gleam test review works with both specific files and working changes, scoping the analysis of coverage gaps and test quality based on what the user specifies for the project.