marcellourbani

46 mods across 1 repository, 381 stars between them.

abap-orchestrator

10

marcellourbani/vscode_abap_remote_fs

Agent

PRIMARY agent for ALL ABAP-related tasks. Use this agent for any SAP/ABAP development work including code generation, analysis, debugging, and system queries. Routes specialized tasks to cheaper subagents when beneficial.

381 3d ago A 48 tokens original MIT

marcellourbani/vscode_abap_remote_fs

Agent

Analyses an xlsx file exported from the ANST Customer Code screen and produces a full customer enhancement inventory — reading source for user exits, definite Z/Y objects, and scanning standard objects for embedded enhancements. Use when the user provides an xlsx path from ANST. The xlsx path MUST be provided by the…

381 3d ago A 91 tokens original MIT

sap-code-grep

17

marcellourbani/vscode_abap_remote_fs

Agent

Mechanical, exhaustive grep/count over a mandatory local ABAP source snapshot — MESSAGE statements, branches, AUTHORITY-CHECK, flow-control exits, and log-cell messages. Rejects requests without a complete, readable local source folder. Returns only structured count tables, never raw source dumps.

381 3d ago A 61 tokens original MIT

sap-data-scout

18

marcellourbani/vscode_abap_remote_fs

Agent

Resolves ad-hoc test data requirements from a live SAP system — finds valid material numbers, plants, document numbers, date ranges, or any other business key that meets caller-specified criteria. Returns a concrete value list ready to paste into a .data.md cache or use directly. Invoked by the main agent in parallel…

381 3d ago A 104 tokens original MIT

marcellourbani/vscode_abap_remote_fs

Agent

Finds customer (Z/Y) enhancements — BAdI implementations, enhancement points/sections, classic user-exits — that run inside standard FMs/classes/includes an ABAP program calls, and explains each one in enough detail to write a real test case against it. Use when analyzing an ABAP program/class/transaction for…

381 3d ago A 106 tokens original MIT

marcellourbani/vscode_abap_remote_fs

Agent

Adversarial review of Phase 1 analysis (findings.md, flow.md, units.md) against the actual ABAP source snapshot. READS the source itself and re-greps the decision surface to catch fabricated line numbers, missed MESSAGE/branch/AUTHORITY-CHECK statements, un-analysed value-transformation/default logic, wrong…

381 3d ago A 119 tokens original MIT

marcellourbani/vscode_abap_remote_fs

Agent

Adversarial review of a Phase 2 screens.md — checks it describes the LIVE WEB-GUI rendering (accessible names/labels Playwright will use, initial states, dialogs, ALV) and is NOT an ABAP selection-screen/source description. Catches screens.md that was derived from source instead of observed in the browser. Use at the…

381 3d ago A 90 tokens original MIT

sap-source-download

22

marcellourbani/vscode_abap_remote_fs

Agent

Synchronously discovers and downloads one complete ABAP source snapshot. Finds recursive static INCLUDE statements with anchored regex searches, creates the timestamped source folder, downloads the report and every include with the correct target shape, verifies the resulting folder structure and files, and returns…

381 3d ago A 63 tokens original MIT

sap-task-helper

23

marcellourbani/vscode_abap_remote_fs

Agent

Generic one-shot helper for a bounded, tedious, or high-volume SAP Testing task. The calling agent must provide the exact task, skills to read, artifact paths, allowed writes, and output contract. Suitable for independent sequential or parallel work; never owns phase orchestration or user decisions.

381 3d ago A 61 tokens original MIT

marcellourbani/vscode_abap_remote_fs

Agent

Adversarial review of a test-case plan produced by design-cases. READS the actual ABAP source snapshot (plus findings.md, flow.md, units.md, and the TC-.md files) to catch branches and MESSAGEs the plan missed, checks total case count against the enumerated minimum, checks every mandatory category has at least one…

381 3d ago A 161 tokens original MIT