clean-abap

Installation
SKILL.md

Clean ABAP

This skill provides comprehensive checking of ABAP code against Clean ABAP principles, based on the Clean ABAP style guide which adapts Robert C. Martin's Clean Code for ABAP.

How to Use This Skill

When checking ABAP code for Clean ABAP compliance:

  1. Read the code provided by the user
  2. Categorize issues by Clean ABAP sections (Names, Language, Constants, Variables, Tables, Strings, Booleans, Conditions, Ifs, Classes, Methods, Error Handling, Comments, Formatting, Testing)
  3. Identify violations with specific line references when available
  4. Provide actionable recommendations with code examples showing both the problem and the clean solution
  5. Prioritize issues by impact (critical, major, minor)

Check Categories

1. Names

Key Principles:

Installs
10
GitHub Stars
32
First Seen
Mar 7, 2026
clean-abap — likweitan/abap-skills