test-template

Render a Copier template sample project and audit artifacts for correctness.

1|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/mo0rti/prism --skill test-template
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-template
Source: https://github.com/mo0rti/prism/tree/main/.agents/skills/test-template
Command: npx skills add https://github.com/mo0rti/prism --skill test-template

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generate a reliable, end-to-end check that Copier templates render correctly by producing a temporary sample project and verifying the resulting artifacts.

Core Features & Use Cases

  • End-to-end template validation: render a temporary project and confirm the presence and structure of key artifacts.
  • Quality checks: detect common templating mistakes and leftover placeholders in rendered files.
  • Real-world usage: run after updating template logic or docs to prevent broken generates.

Quick Start

Run a full template render to a temporary directory and review the produced artifacts for correctness.

Frequently Asked Questions about test-template

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

FAQPage Schema
How do I validate a Copier template render for correctness?

You can validate a Copier template render by generating a temporary sample project and auditing the resulting artifacts. This process verifies directory structure, detects leftover placeholders, and ensures required root files are correctly produced.

What is the best way to detect leftover placeholders in generated Copier projects?

The best way to detect leftover placeholders is by rendering the Copier template to a temporary directory and auditing the output. This quality check identifies unrendered variables and common templating mistakes in the generated files.

How do I verify that Copier rendering produces required root artifacts like AGENTS.md and Taskfile.yml?

Verify Copier rendering produces required root artifacts by generating a sample project and auditing the output. This confirms the presence and correct structure of key files like AGENTS.md, CLAUDE.md, and Taskfile.yml.

When do I need to run template validation checks on my Copier project?

You should run template validation checks after updating Copier template logic or documentation. This prevents broken project generation by confirming rendering correctness across artifacts and directory structures.

Does Copier template validation check AI-context files and directory structure?

Yes, Copier template validation checks AI-context files and directory structure by rendering a sample project and auditing the artifacts. It ensures required subdirectories and files like AGENTS.md and CLAUDE.md are correctly produced.