What problem does it solve?
Manually creating formatted, compliant PDF documents for reports, compliance filings, and test summaries is time-consuming and prone to formatting errors, especially when producing recurring document types.
Core Features & Use Cases
- Template-based generation: Use pre-built Jinja2 templates for common document types including compliance reports and test execution summaries.
- Flexible input support: Convert markdown content or structured data into styled PDFs using weasyprint, with pandoc as a fallback conversion option.
- Automated artifact management: Automatically save generated PDFs to the artifacts directory and register them with metadata including file size and page count.
- Use case example: A quality assurance team can use this skill to turn pass/fail test result data into a formatted test summary PDF for stakeholder review in seconds.
Quick Start
Use the pdf-generation skill to convert your structured test result data into a formatted PDF test summary report saved to the artifacts directory.