sap-review

sap-review is a command for Claude Code from vigneshbarani24/sap-superpowers. It costs 41 tokens per session (619 once invoked), scanned A, original, MIT.

A command that performs a structured review of SAP code, including ABAP, CDS, RAP, BTP, and integration code. SAP is an enterprise business-software platform; S/4HANA clean core means keeping customizations compatible with supported standard software.

In plain words
What is it for?
Use it with a file, code block, or repository location to review SAP code for defects, slow patterns, authorization risks, hardcoded credentials, and unsupported customizations.
Why use it?
It brings code quality, performance, security, and clean-core checks into one review and includes additional security and migration analysis when relevant.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the sap-superpowers plugin — 61 skills, 8 commands, 15 agents, 5 hooks shipped together

Good fit Use it with a file, code block, or repository location to review SAP code for defects, slow patterns, authorization risks, hardcoded credentials, and unsupported customizations.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/vigneshbarani24/sap-superpowers/sap-review
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/vigneshbarani24/sap-superpowers

Made for: Claude Code.

Or install sap-superpowers, the plugin that ships this one along with the rest of its 61 skills, 8 commands, 15 agents, 5 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 sap-review

README.md
[![agentmods](https://agentmods.dev/badge/commands/vigneshbarani24/sap-superpowers/sap-review/github.svg)](https://agentmods.dev/commands/vigneshbarani24/sap-superpowers/sap-review)
Your own site
<a href="https://agentmods.dev/commands/vigneshbarani24/sap-superpowers/sap-review"><img src="https://agentmods.dev/badge/commands/vigneshbarani24/sap-superpowers/sap-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 sap-review

Your own site · 80×15
<a href="https://agentmods.dev/commands/vigneshbarani24/sap-superpowers/sap-review"><img src="https://agentmods.dev/badge/commands/vigneshbarani24/sap-superpowers/sap-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 619 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.00041 $0.00619
Opus 5 $0.00020 $0.00309
Sonnet 5 $0.00008 $0.00124
Haiku 4.5 $0.00004 $0.00062

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

Security

Grade A, and why

sap-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 10d 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.

commands/sap-review.md · 60 lines

How it starts

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

/sap-review

Invokes the sap-reviewer agent with code-review skill enforcement to deliver a thorough, multi-dimensional code review. Checks are structured across four dimensions: code quality, performance, security, and S/4HANA clean core compliance. No review is complete until all four dimensions are addressed.

Usage

/sap-review [file or code block]

Arguments:

  • [file or code block] — Provide a file path, paste a code block, or describe the repository location. The reviewer will read the code directly if a path is given.

Examples:

  • /sap-review src/ZVENDOR_AGING_REPORT.abap
  • /sap-review the CDS view I just created in the editor
  • /sap-review agents/integration/iflow-error-handler.groovy

What Happens

  1. The sap-reviewer agent is dispatched and reads the provided code.
  2. The code-review skill activates and enforces a four-dimension review structure — it cannot be skipped or abbreviated.
  3. In parallel, the sap-security-auditor agent scans for authorization object usage, privilege escalation patterns, and hardcoded credentials.
  4. If S/4HANA context is detected, the sap-migration-analyzer agent checks clean core compliance — deprecated APIs, non-released objects, modification-based patterns.
  5. All findings are classified by severity: Critical / High / Medium / Low / Informational.
  6. Critical findings block the review from being marked complete — they must be addressed.
  7. A unified report is assembled from all agents and delivered as a structured document.

Output

A Code Review Report containing:

Dimension What Is Checked
Code Quality Naming conventions, modularity, error handling, dead code, complexity
Performance Select efficiency, table buffering, loop optimization, memory usage
Security Authorization checks, injection risks, hardcoded credentials, RFC exposure
Clean Core Released API usage, extensibility compliance, modification risks
Summary Finding counts by severity, recommended actions, approval status

Read the full file on GitHub · 60 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. 10d ago First seen · 60 lines · 41 tokens per session scan A f8adedea6100

Subscribe to this mod's changes

sap-review is a command published in the GitHub repository vigneshbarani24/sap-superpowers (9 stars, last pushed 18d ago), licensed MIT. It adds 41 tokens to every session and 619 once invoked, about $0.0002 per session on Opus 5. 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-31.