Legacy reporting printing
Skill jukrap/ai-agent-playbook/skills/legacy/legacy-reporting-printing
Reusable AI agent skills, project templates, and guardrails for safer software maintenance and delivery.
npx -y skills add jukrap/ai-agent-playbook --skill legacy-reporting-printingAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 2 stars2 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when maintaining report generation, print preview, PDF/Excel export, barcode/label printing, invoices, templates, or printer/device-specific output flows.
SKILL.md
1.2 KB, 198 tokens by cl100k_base, as published. Nobody here has run it
Legacy Reporting Printing
Treat output format, pagination, and device behavior as product contracts.
Workflow
- Identify template source, data query, formatting layer, export library, printer path, and device assumptions.
- Check page size, margins, DPI, fonts, barcode/QR readability, locale, timezone, and number/date formatting.
- Preserve existing output fields and layout unless product explicitly changes them.
- Verify sample output with representative data, long text, empty values, and multi-page cases.
- Record printer/browser/export environment used for validation.
Guardrails
- Do not trust screen preview as proof of physical print correctness.
- Do not change Excel/PDF column order or template fields without downstream consumer checks.
- Do not assume fonts, printer drivers, or paper sizes are consistent across client machines.
Reference
Read references/report-print-contract.md for report fields, pagination, export, printer, device, and downstream-consumer checks.