forge-test

Round-trip documents through the PDF Forge interactive watch daemon for layout testing.

4|Updated Aug 14, 2025
One-click install
npx skills add https://github.com/ironsheep/P2-Knowledge-Base --skill forge-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: forge-test
Source: https://github.com/ironsheep/P2-Knowledge-Base/tree/main/.claude/skills/forge-test
Command: npx skills add https://github.com/ironsheep/P2-Knowledge-Base --skill forge-test

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill allows users to round-trip a document or template through the PDF Forge interactive watch daemon, enabling them to inspect the result themselves and verify images, layout, and template behavior.

Core Features & Use Cases

  • Interactive PDF Round-Trip: Stage files, submit a test request, wait for the PDF, inspect the compile log, and render pages to verify images/layout/template behavior.
  • Use Case: When a user wants to test the layout or images of a document or template before production, they can use this skill to ensure everything is correct.

Quick Start

Run the Forge daemon, stage your template and document, submit a test request, and inspect the output.pdf for layout correctness.

Frequently Asked Questions about forge-test

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I test PDF layout and image rendering interactively?

You can verify PDF layouts and images by round-tripping documents through a PDF Forge interactive watch daemon, submitting test requests, and rendering pages to inspect template behavior and visual correctness.

What is an interactive PDF round-trip for template testing?

Interactive PDF round-tripping passes a document or template through a watch daemon to generate a PDF, enabling you to manually inspect compile logs and rendered pages for layout and image verification.

Do I need to manage the Forge daemon myself to verify PDF layouts?

Yes, verifying PDF rendering this way requires you to manually manage the Forge watch daemon process and stage your template and document files yourself before submitting test requests.

When do I need interactive PDF template testing?

You need interactive PDF template testing when you want to verify document layout, image placement, and template rendering behavior before production deployment by manually inspecting the compiled output.

What are the limitations of using a watch daemon for PDF verification?

Limitations include the need for manual file staging and user management of the Forge daemon, making it suitable for interactive template and layout testing rather than fully automated production pipelines.