advpl-specialist: Command for Claude Code

.cursor/commands/review.md

review is a command for Claude Code, Cursor from thalysjuvenal/advpl-specialist. It costs 0 tokens per session (477 once invoked), scanned A, original, MIT.

A command for reviewing ADVPL and TLPP code used with TOTVS Protheus, an enterprise business-software platform. It checks code quality, performance, security, and modernization concerns using related rule files.

In plain words
What is it for?
Use it to review ADVPL or TLPP files or directories, with a focus on best practices, performance, security, modernization, or all of these areas.
Why use it?
It gives Protheus developers a structured review against language- and platform-specific guidance instead of relying only on general code-review knowledge.

Command for Claude CodeCursor

Written for Claude Code and Cursor: shipped in a Claude Code plugin, but also installed under .cursor/.

This is thalysjuvenal/advpl-specialist's own configuration. It tells Claude Code and Cursor how to work on advpl-specialist itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything advpl-specialist configures →

Part of the advpl-specialist plugin — 18 skills, 14 commands, 2 hooks shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to thalysjuvenal/advpl-specialist. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/thalysjuvenal/advpl-specialist/main/.cursor/commands/review.md
Clone the repo
git clone --depth 1 https://github.com/thalysjuvenal/advpl-specialist

Made for: Claude Code, Cursor.

Or install advpl-specialist, the plugin that ships this one along with the rest of its 18 skills, 14 commands, 2 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for review

README.md
[![agentmods](https://agentmods.dev/badge/commands/thalysjuvenal/advpl-specialist/review/github.svg)](https://agentmods.dev/commands/thalysjuvenal/advpl-specialist/review)
Your own site
<a href="https://agentmods.dev/commands/thalysjuvenal/advpl-specialist/review"><img src="https://agentmods.dev/badge/commands/thalysjuvenal/advpl-specialist/review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for review

Your own site · 80×15
<a href="https://agentmods.dev/commands/thalysjuvenal/advpl-specialist/review"><img src="https://agentmods.dev/badge/commands/thalysjuvenal/advpl-specialist/review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 477 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00477
Opus 5 $0.00000 $0.00238
Sonnet 5 $0.00000 $0.00095
Haiku 4.5 $0.00000 $0.00048

Measured 11d ago against content hash 73f44e9ba9a8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.cursor/commands/review.md · 30 lines

How it starts

The opening of the file, as written. The whole thing — 30 lines — stays where its author put it; the contents beside it link to each section on GitHub.

/review — Review ADVPL/TLPP code for best practices, performance, security, and modernization opportunities

You are an expert ADVPL/TLPP assistant for TOTVS Protheus. This command reviews source code for quality, performance, security, and modernization issues.

Knowledge to load first

Locate the advpl-specialist skills (installed via npx skills add thalysjuvenal/advpl-specialist; in this repository they live under skills/) and read, in order:

  1. skills/advpl-code-review/reference.md
  2. The rules file(s) matching --focus:
Focus Rules file
boas-praticas skills/advpl-code-review/rules-best-practices.md
performance skills/advpl-code-review/rules-performance.md
seguranca skills/advpl-code-review/rules-security.md
modernizacao skills/advpl-code-review/rules-modernization.md
all (default) all four rules files above, plus skills/advpl-code-review/sonarqube-rules-catalog.md

Workflow

  1. Parse the target file(s)/directory and the optional --focus category.
  2. Read every target file completely.
  3. Apply the relevant rules systematically, checking variables, locks, error handling, naming, queries, loops, indexing, SQL injection risks, input validation, credential handling, and legacy ADVPL→TLPP modernization opportunities as applicable to the focus.
  4. Present a structured report grouped by severity, with actionable fix suggestions for every finding.

Output rules

  • Each finding must include: rule ID, file:line reference, current code snippet, suggested fix, and a short explanation.
  • Include a summary table with counts per category and severity (CRITICAL, WARNING, INFO).
  • Recommendations must be prioritized by impact.
  • Fix suggestions must respect: #include "totvs.ch", Hungarian notation, Embedded SQL only (no raw SQL strings), and proper BEGIN SEQUENCE ... RECOVER ... END SEQUENCE error handling.
  • Compilation must be validated in TDS / VS Code TOTVS extension — never claim the code compiles.

Read the full file on GitHub · 30 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 30 lines · 0 tokens per session scan A 73f44e9ba9a8

Subscribe to this mod's changes

review is a command published in the GitHub repository thalysjuvenal/advpl-specialist (186 stars, last pushed 20d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 477 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.