abap-cds-model-check
Optional intended usage such as analytical, transactional, reuse, value-help, or extraction
Inspect a local FI/CO CSV for SAP-RPT-1-OSS preparation risks and print dry-run guidance without modifying files or running inference.
$ npx -y skills add secondsky/sap-skills --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/rpt1-fico-prepareContext preview
What this command does when you run it.
Inspect a local FI/CO CSV for SAP-RPT-1-OSS preparation risks and print dry-run guidance without modifying files or running inference.
name: rpt1-fico-prepare description: Inspect a local FI/CO CSV for SAP-RPT-1-OSS preparation risks and print dry-run guidance without modifying files or running inference. allowed-tools: - Read - Grep - Glob - Bash argument-hint: "[csv-path] [target-column]"
Return a read-only FI/CO dataset preparation review. Include likely task type, semantic column rename suggestions, leakage risks, governance reminders, and an explicit user-run dry-run command for `scripts/fico_data_prep.py`.
Default to read-only behavior. Do not write files, install packages, authenticate, download model weights, call hosted APIs, or run local inference.
Inspect the provided local CSV path and target column if present. If no path is provided, ask for the missing path and target column in prose.
Report:
<python-3.11> plugins/sap-rpt1/skills/sap-rpt1/scripts/fico_data_prep.py --dry-run --input "<csv-path>" --target <target-column>
Use examples such as `py -3.11` or `.venv\Scripts\python.exe` on Windows, and `python3.11` or `.venv/bin/python` on macOS/Linux. Add `--encoding <encoding>` or `--delimiter ';'` when the CSV export requires it.
Safety constraints:
40 SAP development plugins with evidence-tracked verification SAP development plugins for AI coding assistants, with public-source or package-registry verification tracked where available.
Repo: secondsky/sap-skills
Optional intended usage such as analytical, transactional, reuse, value-help, or extraction
Optional target ABAP platform or SAP BTP ABAP Environment release
Optional runtime or scenario name, such as orchestration, serving, training, or batch
Optional scenario lens such as extension, integration, analytics, or AI