sap-check-fix

Routes check-and-fix requests to SAP GUI Workbench skills by object kind or auto-probing.

7|1|Updated May 11, 2026
One-click install
npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-check-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sap-check-fix
Source: https://github.com/sapdev-ai/sap-dev/tree/main/plugins/sap-dev-core/skills/sap-check-fix
Command: npx skills add https://github.com/sapdev-ai/sap-dev --skill sap-check-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill routes a check-and-fix request to the correct underlying SAP GUI Workbench skill (sap-se38, sap-se37, sap-se24, or sap-se11) based on an explicit object-kind keyword or by auto-probing when omitted.

Core Features & Use Cases

  • Dispatches to the appropriate ABAP GUI workbench based on explicit object type or auto-detection.
  • Supports enhancement-component routing to sap-cmod when applicable, including CMOD reactivation flow.
  • Returns the downstream skill's output verbatim, enabling end-to-end check-and-fix cycles without creating or deploying new objects.

Quick Start

Invoke with a sample like '/sap-check-fix report ZHKR001' to route to the appropriate underlying skill.

Frequently Asked Questions about sap-check-fix

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a check and fix for an ABAP object without knowing its exact workbench transaction?

SAP check-and-fix routing auto-probes the object kind and dispatches the request to the correct GUI workbench skill, such as SE38 for reports or SE37 for function modules, returning the downstream output verbatim.

Does check-and-fix routing support enhancement components and CMOD reactivation?

Yes, SAP check-and-fix routing detects enhancement components and routes them to the CMOD skill, including re-activating the enclosing CMOD project to complete the fix cycle without modifying source objects.

How do I explicitly route an SAP check request to a specific workbench like SE11 or SE24?

You can provide an explicit object-kind keyword with your request to bypass auto-probing and force SAP check-and-fix routing to dispatch directly to the SE11 or SE24 workbench skill.

What prerequisites are enforced before dispatching an SAP check-and-fix run?

SAP check-and-fix routing enforces prerequisite checks and logs runs before forwarding your request to the underlying GUI workbench skill, ensuring a safe end-to-end check-and-fix cycle.

Will the check-and-fix router modify my original ABAP source objects?

No, SAP check-and-fix routing forwards downstream skill outcomes verbatim without modifying source objects, enabling verification and correction cycles without deploying new objects.