What problem does it solve?
ABAP code quality relies on detailed analysis that combines source reading, structural AST checks, semantic validation, and where-used data. The skill delegates heavy analysis to the sap-code-reviewer while the main thread handles orchestration and reporting, enabling faster, more reliable code reviews for SAP ABAP objects.
Core Features & Use Cases
- Delegated ABAP review workflow: main thread handles intake and reporting, while the sap-code-reviewer performs source reads (GetClass/GetProgram/GetProgFullCode/etc.), AST/semantic analysis, and where-used evaluation.
- Branching, actionable reports: canned summaries or rich briefings via sap-writer depending on findings, with clear next steps for fixes.
- Team-Mode readiness: activates business-alignment review when the object touches multiple modules, coordinating module consultants as needed.
Quick Start
Dispatch the analyze-code skill with the object name and type to trigger a full ABAP code review.