marcellourbani/vscode_abap_remote_fs
Instructions file CodexOpenCode
Instructions for marcellourbani/vscode_abap_remote_fs, covering agent configuration for abap fs, critical instructions and style enforcement.
marcellourbani/vscode_abap_remote_fs
Instructions file CodexOpenCode
Instructions for marcellourbani/vscode_abap_remote_fs, covering agent configuration for abap fs, critical instructions and style enforcement.
marcellourbani/vscode_abap_remote_fs
Instructions file
Instructions for marcellourbani/vscode_abap_remote_fs, covering abap fs development guidelines, workflow and constraints.
marcellourbani/vscode_abap_remote_fs
Agent
Deep ABAP code review expert. Analyzes code for best practices, security, performance, and design issues.
marcellourbani/vscode_abap_remote_fs
Agent
Create new ABAP objects - classes, reports, function groups, etc.
marcellourbani/vscode_abap_remote_fs
Agent
Query SAP database tables and analyze data.
marcellourbani/vscode_abap_remote_fs
Agent
Control ABAP debugging sessions - breakpoints, stepping, variables.
marcellourbani/vscode_abap_remote_fs
Agent
Find and identify ABAP objects by name, pattern, or type.
marcellourbani/vscode_abap_remote_fs
Agent
Generate documentation for ABAP objects.
marcellourbani/vscode_abap_remote_fs
Agent
Analyze code history, versions, and transport requests.
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.
marcellourbani/vscode_abap_remote_fs
Agent
Check ABAP code quality using ATC analysis and unit tests.
marcellourbani/vscode_abap_remote_fs
Agent
Read ABAP source code and extract specific information.
marcellourbani/vscode_abap_remote_fs
Agent
Analyze runtime dumps and performance traces.
marcellourbani/vscode_abap_remote_fs
Agent
Analyze where ABAP objects are used, dependencies, and change impact.
marcellourbani/vscode_abap_remote_fs
Agent
Create visual diagrams from ABAP code structures.
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…
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.
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…
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…
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…
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…
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…
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.
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…