Review existing ABAP code against the Clean ABAP rule set in ../CLAUDE.md (loaded on invocation). Use when the user asks to review, audit, or check ABAP for clean-code violations — magic numbers, naming, method shape, error handling, table reads, classes, etc. Outputs a structured report grouped by severity, ATC-checkable findings first. Targets modern ABAP only — BTP ABAP Environment or S/4HANA on-prem in the ABAP Cloud development model.
$npx -y skills add matt1as/claude-abap-skills --skill reviewInstalls into the current project.
Run `npx skills use "https://github.com/matt1as/claude-abap-skills" --skill "matt1as/claude-abap-skills/review"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/matt1as/claude-abap-skills" that are relevant to the current task. Run `npx skills add "https://github.com/matt1as/claude-abap-skills"` and select the relevant skills, then follow their instructions.