dev-test-review

Analyze test quality for semantic correctness before pull requests.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Obsidian-Owl/agentlint --skill dev-test-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-test-review
Source: https://github.com/Obsidian-Owl/agentlint/tree/main/.claude/skills/dev.test-review
Command: npx skills add https://github.com/Obsidian-Owl/agentlint --skill dev-test-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides semantic analysis of test quality prior to PRs, ensuring tests align with agentic coding principles and governance.

Core Features & Use Cases

  • Semantic test analysis: evaluates purpose, correctness, isolation, and maintainability of tests.
  • Test type validation: checks ADR-0011/0012 compliance and the appropriateness of unit, VCR, and eval tests.
  • Gatekeeping for PRs: acts as Level 2 quality gate after epic implementation to improve overall test quality.

Quick Start

  • Run /dev.test-review for changed files
  • Run /dev.test-review --all for full audit
  • Review a specific file: /dev.test-review path/to/test.ts

Frequently Asked Questions about dev-test-review

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

FAQPage Schema
How do I ensure test quality and semantic correctness before creating a PR?

To ensure test quality before a PR, you can run a semantic test analysis on changed files to evaluate purpose, correctness, isolation, and maintainability. This acts as a quality gate to enforce agentic coding compliance.

What is the best way to audit VCR integration and TruLens eval tests across a repository?

The best way to audit VCR integration and TruLens eval tests is to run a full repository audit. This validates test type appropriateness and enforces ADR-0011 and ADR-0012 compliance across all files.

Does this semantic test analysis check alignment with ADR-0011 and ADR-0012 governance standards?

Yes, semantic test analysis checks alignment with ADR-0011 and ADR-0012 governance standards. It validates that unit, VCR, and eval tests comply with these architectural decisions and produces actionable recommendations.

Can I review the test design quality of a specific file instead of running a full audit?

Yes, you can review the test design quality of a specific file by targeting it directly. This per-file review evaluates semantic correctness and maintainability without scanning the entire repository.

How do I validate that unit tests are properly isolated for agentic code?

To validate that unit tests are properly isolated for agentic code, run a semantic analysis check. This evaluates test isolation and overall design quality to ensure alignment with agentic coding principles.