prompt-template-review

Detect unreplaced placeholders and contradictions in pipeline prompt templates.

9|4|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/learn-ukrainian/learn-ukrainian.github.io --skill prompt-template-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-template-review
Source: https://github.com/learn-ukrainian/learn-ukrainian.github.io/tree/main/claude_extensions/skills/prompt-template-review
Command: npx skills add https://github.com/learn-ukrainian/learn-ukrainian.github.io --skill prompt-template-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Validate pipeline prompt templates to ensure no unreplaced placeholders, no internal contradictions, and absence of stale instructions that can derail automated workflows.

Core Features & Use Cases

  • Placeholder validation: Detect unreplaced {PLACEHOLDER} tokens in templates.
  • Consistency checks: Identify contradictions between related templates and ensure consistent instructions across phases.
  • Operational use cases: Guarantee reliable prompt generation for CI pipelines and model interactions.

Quick Start

Run the prompt-template-review tool against all templates in scripts/build/phases to generate a findings report.

Frequently Asked Questions about prompt-template-review

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

FAQPage Schema
How do I detect unreplaced placeholders in pipeline prompt templates?

Placeholder validation detects unreplaced {PLACEHOLDER} tokens in pipeline prompt templates by scanning files in scripts/build/phases and specified templates like v6-write.md, then generating a structured findings report of all unresolved tokens.

What is cross-template consistency checking for prompt templates?

Cross-template consistency checking identifies contradictions between related prompt templates and ensures instructions remain consistent across pipeline phases, preventing conflicting directives from derailing automated workflows and model interactions.

How do I check prompt templates for stale instructions in a CI pipeline?

Checking prompt templates for stale instructions involves scanning pipeline template files to identify outdated or obsolete directives that could derail automated workflows, then compiling the results into a structured findings report for remediation.

Can I validate a specific prompt template file alongside all templates in scripts/build/phases?

Yes, you can validate a specific file such as v6-write.md alongside all templates in scripts/build/phases by running the review process to check placeholder coverage and cross-template consistency across the entire specified scope.

What's the best way to automate prompt template validation for CI pipelines?

The best way to automate prompt template validation for CI pipelines is to run a review tool against all templates in scripts/build/phases that checks for unreplaced placeholders, contradictions, and stale instructions, outputting a structured report to ensure reliable prompt generation.

Why does my automated workflow fail due to contradictions between prompt templates?

Automated workflows fail due to contradictions between prompt templates because conflicting instructions across pipeline phases cause inconsistent model interactions, which validation checks identify by scanning for cross-template inconsistencies before execution.