report-editor
Installation
SKILL.md
Report Editor
Workflow for modifying existing RDLX-JSON reports on a Datex Studio branch using the dxs CLI.
Key principle: Understand before modifying. Download and inspect the current report before making any changes.
Authoring approach:
- Incremental CLI (
set/move/remove/batch/table add-column/dataset add-field) for all modifications - Direct JSON only for structures the CLI cannot handle (PageHeader/PageFooter, complex Tablix grouping)
- Never recreate from scratch -- work with the existing file
References (shared)
- ../shared/branch-setup.md -- Branch & connection selection
- ../shared/studio-management.md -- Studio lifecycle: check, start, cleanup
- ../shared/report-authoring/design-standards.md -- Datex design language: color palette, typography, table styling, field label-value pattern, grid alignment, report categories
- ../shared/report-authoring/design-patterns.md -- Coordinate system, layout patterns, element sizing
- ../shared/report-authoring/json-structure.md -- RDLX-JSON format: document template, element JSON formats, expression quick reference
- ../shared/report-authoring/cli-commands.md -- CLI syntax: batch ops, tablix, images, datasets, set/move/remove, validation
Related skills