SAP Code Review
This skill enforces zero-tolerance code quality gates — it makes approving dangerous, non-performant, or insecure SAP code structurally impossible.
Iron Laws
- NEVER APPROVE SELECT IN LOOPS. A SELECT statement inside a LOOP...ENDLOOP, DO...ENDDO, or WHILE...ENDWHILE is an automatic rejection. No exceptions. Not even for "small tables." One SELECT in a loop that runs against a large dataset is a production system outage.
- **NEVER APPROVE CODE WITHOUT AUTHORITY CHECK
[Description truncada. Veja o README completo no GitHub.]