What problem does it solve?
Teams maintaining prompt-engineering artifacts (prompts, instructions, agents, skills) need a consistent, read-only way to evaluate quality without accidentally modifying source files or relying on retired analysis workflows.
Core Features & Use Cases
- Read-only artifact review: Analyzes prompt, instruction, agent, subagent, skill, reference, and template files without altering them.
- Static plus behavior analysis: Routes targets through hve-builder review mode, producing a static verdict and behavior-test results with configurable fidelity (simulation or native).
- Structured findings: Returns severity-graded findings, durable report links, and an overall outcome (Pass, Revise, Deferred, or Blocked).
- Use Case: A developer updates a custom Copilot prompt file and wants an independent quality review with behavior testing before committing, while keeping the source file untouched.
Quick Start
Ask the assistant to run prompt-analyze on your prompt file, for example: review my prompt artifact at .github/prompts/deploy.prompt.md and report the static and behavior verdicts.