Light Review FakeTest banner
GabrielOnDelphi GabrielOnDelphi

Light Review FakeTest

Security community

Description

--- name: light-review-FakeTest description: "Audit a Delphi DUnitX or classic-DUnit test suite for FAKE or WEAK tests — tests that pass without verifying the behavior they name (zero assertions, Assert.Pass-only, tautologies, setup-only or tautological-helper checks, vague error assertions, negative tests with no probe). Reads every [Test] or published method and decides whether a real product bug would make at least one assertion fail; reports REAL / WEAK / SUSPECT per test. READ-ONLY — never

Installation

Installs to ~/.claude/agents/gabrielondelphi-claude-tools-for-delphi-light-review-faketest.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/GabrielOnDelphi/Claude-Tools-for-Delphi/HEAD/.claude/agents/light-review-FakeTest.md -o ~/.claude/agents/gabrielondelphi-claude-tools-for-delphi-light-review-faketest.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository