Light Review Step2 banner
GabrielOnDelphi GabrielOnDelphi

Light Review Step2

Development community

Description

--- name: light-review-step2 description: "Stage 2 of the Delphi review pipeline — counter-analyze the findings of a prior light-review-step1 run. Drops false positives (verifies every claim by reading the actual file, the declaration of every named type, and at least one caller — plus Embarcadero docs for RTL/FMX/VCL APIs), then applies the fixes that survive verification. Normally launched by the /light-review-Full skill, which passes it the stage-1 report. Can also be run standalone when a st

Installation

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

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

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

Full documentation available on GitHub

View Source Repository