Systematic adversarial review pattern to identify breaking assumptions in already-passing test suites
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill adversarial-code-review-tdd --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Adversarial Code Review Tdd?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-adversarial-code-review-tdd)More formats (shields.io, HTML) on the badges page.
---
name: adversarial-code-review-tdd
description: Systematic adversarial review pattern to identify breaking assumptions in already-passing test suites
version: 1.0.0
source: auto-extracted
extracted: 2026-04-10
metadata:
tags: ["code-review", "TDD", "quality-assurance", "test-driven-development"]
---
# Adversarial Code Review for Passing Tests
When tests pass but implementation may have hidden flaws, conduct adversarial review by: (1) identify sentinel values or default parameters that conflate different states (e.g., `decline_rate=0.0` as both "not set" and "valid input"), (2) check boundary conditions for unjustified constraints (e.g., `b_factor < 1` when b=1 is mathematically valid), (3) distinguish between user intent and implementation convenience. Fix MAJOR findings, add regression tests for edge cases, then re-run full suite before committing.Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!
Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit. Auto-triggers when staging changes.