Skip to content
Development
Command

/review

`project:review`

From plugin
delphi-spec-kit
511 skill1 command
Install
$ npx -y skills add delphicleancode/delphi-spec-kit --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/review

Context preview

What this command does when you run it.

`project:review`

Command definition

review.md

project:review

`project:review`

Please review the current diffs (`git diff` and `git diff --cached`) against this project's Delphi coding standards from `CLAUDE.md` and the appropriate rules within `rules/`. Ensure that:

  • Naming conventions (`T`, `I`, `E`, `F`, `A`, `L` prefixes) are respected.
  • `try..finally` is correctly applied to ALL unowned object creations.
  • There are no `with` statements.
  • Memory leaks are unlikely with the new changes.
  • Specific database or framework constraints (Firebird, MySQL, PostgreSQL, etc.) are respected.
Ships withdelphi-spec-kit

An opinionated ecosystem of rules, skills and steerings to elevate Delphi development to state-of-the-art with Artificial Intelligence.

Get the whole plugin