test-review

Audit test code for missing edge cases in Bash and Python scripts.

29|6|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/edictum-ai/edictum --skill test-review-edictum-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-review
Source: https://github.com/edictum-ai/edictum/tree/main/.claude/skills/test-review
Command: npx skills add https://github.com/edictum-ai/edictum --skill test-review-edictum-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

The Skill addresses the challenge of overlooking critical edge cases in tests during implementation and review processes, which can lead to potential failures and security vulnerabilities.

Core Features & Use Cases

  • Proactive Edge Case Audit: Automatically checks tests for missing edge cases after writing or reviewing.
  • Automated Testing Support: Enhances existing tests with comprehensive checks against boundary values, type coercion, state mutation, and cross-feature interaction.
  • Use Case: When implementing a new feature, this Skill helps identify edge cases that may otherwise go unnoticed, thereby improving test coverage and reliability.

Quick Start

Run the Skill to audit test code with the command /test-review tests/test_feature.py.

Frequently Asked Questions about test-review

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

FAQPage Schema
How do I automatically detect missing edge cases in my test code?

Automatically detecting missing edge cases in test code requires auditing tests for boundary values, type coercion, state mutation, and cross-feature interactions to improve test robustness and prevent potential failures.

What is the best way to audit Python tests for boundary values and state mutation?

Auditing Python tests for boundary values and state mutation is best handled by running an automated edge case audit on the test codebase to proactively identify missing checks and enhance software quality.

Can I use automated test review for feature deployment workflows?

Automated test review can be used for feature deployment workflows to proactively check tests for missing edge cases after writing or reviewing, ensuring test quality and reliability before release.

How do I audit test scripts to improve test robustness and coverage?

To audit test scripts and improve test robustness, run an automated audit against the codebase to identify missing edge cases, enhancing existing tests with comprehensive checks for better coverage.

Does the test audit process require a specific codebase or testing framework?

The test audit process requires a codebase with existing tests and is capable of interpreting Bash and Python scripts for execution to evaluate test quality and identify missing edge cases.

Why does my test suite fail to catch edge cases during code review?

Test suites fail to catch edge cases during code review due to the challenge of overlooking critical boundary values and cross-feature interactions, requiring automated edge case detection to improve coverage.