Light Review Step1 banner
GabrielOnDelphi GabrielOnDelphi

Light Review Step1

Development community

Description

--- name: light-review-step1 description: "Stage 1 of the Delphi review pipeline — a thorough, critical code review of Delphi source files. This is NOT a style checker — it reads code to understand intent, then verifies correctness. Use it for our own project code when you need a real review. Do NOT use it for 3rd-party imports (use light-code-StyleChecker for those). Normally launched by the /light-review-Full skill, but also valid as a standalone review." tools: Glob, Grep, Read, WebFetch, Web

Installation

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

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

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

Full documentation available on GitHub

View Source Repository