LogoClawIndex
CasesSkillsAbout
LogoClawIndex

test-quality-review - Evaluate test coverage for changed code and regressions

Evaluates whether tests cover changed behavior, edge cases, regressions, external integrations, and deterministic validation paths.

Tags

Updated: 2026-09-22

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Identify changed contract behavior in diffs
  • Evaluate test coverage for edge cases
  • Detect missing or brittle tests
  • Verify deterministic test execution paths
  • Suggest targeted test implementations

Inputs

  • Code diffs
  • Existing test files and fixtures
  • Production configurations

Outputs

  • Test quality review findings
  • Test coverage improvement recommendations

Requirements

  • diff-analyzer tool
  • scm-api tool
  • filesystem tool
  • corpus-selector tool
  • validator tool
  • Go testing package
  • HTTP test servers or local fakes

Source

  • Spec: SKILL.md

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.
test-quality
code-review
regression-testing
integration-testing
Identify changed contract behavior in diffs
Evaluate test coverage for edge cases
Detect missing or brittle tests
Verify deterministic test execution paths
Code diffs
Existing test files and fixtures
Production configurations
Test quality review findings
Test coverage improvement recommendations