prompt-align

Compare agent prompt definitions against test harnesses for structural consistency.

Updated Jul 27, 2026
One-click install
npx skills add https://github.com/whichguy/skill-craft --skill prompt-align
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: prompt-align
Source: https://github.com/whichguy/skill-craft/tree/main/plugins/prompt-align/skills/prompt-align
Command: npx skills add https://github.com/whichguy/skill-craft --skill prompt-align

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill resolves discrepancies between agent or skill prompts and their corresponding test harnesses, ensuring that phase models, skip conditions, and wiring remain synchronized during development.

Core Features & Use Cases

  • Automated Diffing: Compares phase tables, wiring lists, and phase names between an agent prompt and its test harness.
  • Conflict Resolution: Identifies authoritative sources for conflicting logic and provides actionable fix recommendations.
  • Use Case: When updating an agent's phase logic, use this skill to verify that the test harness still correctly maps to the new structure, preventing silent failures in your test suite.

Quick Start

Run the prompt-align skill by providing the path to your agent or skill directory to automatically detect and compare it against its associated test harness.

Frequently Asked Questions about prompt-align

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

FAQPage Schema
How do I ensure prompt consistency across agent test harnesses?

To ensure prompt consistency across agent test harnesses, you can compare agent prompt definitions against their respective test harnesses to verify structural and logical alignment in phase tables, wiring, and skip conditions by providing the repository root path.

Why do silent test failures occur when updating agent phase logic?

Silent test failures occur when agent phase logic updates are not synchronized with the test harness. Comparing phase models, skip conditions, and wiring lists identifies mismatches and provides actionable fix recommendations to resolve these discrepancies.

What is the best way to audit agent prompts against test harnesses?

The best way to audit agent prompts against test harnesses is to perform automated diffing of phase tables and wiring lists, which identifies authoritative sources for conflicting logic and generates actionable remediation reports.

How do I detect mismatches in phase tables and skip conditions during agent development?

To detect mismatches in phase tables and skip conditions, run an automated harness discovery from your repository root to compare structural definitions against the test suite and generate a remediation report.

Do I need repository root access to compare agent prompts with test harnesses?

Yes, you need repository root access to perform automated harness discovery and accurately compare agent or skill prompt definitions against their corresponding test harness structures.