mcpbeat

Prompt Analyze

microsoft/prompt-analyze

Compatibility alias for read-only prompt artifact review. Routes static and behavior analysis to hve-builder review mode.

605 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
1313
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/microsoft/hve-core --skill prompt-analyze

What it tells the agent to use

found in the instruction text
Task spawns other agents

The instruction itself

9 sections, as written by the author

Prompt Analyze Compatibility Skill

Goal

Preserve legacy prompt-analyze activation while producing independent static and behavior evidence through hve-builder in read-only review mode.

Flow

  • Translate promptFiles to targets and infer current open or attached prompt-engineering artifacts when omitted.
  • Activate hve-builder with mode=review, the targets, analysis requirements, requested behavior-test fidelity, and any caller-owned evidence root.
  • Keep source artifacts read-only. Permit only review, behavior-test, and requested validation evidence writes.
  • Return the static verdict, behavior-test fidelity and verdict, validation as Not requested unless the caller requested it, overall outcome, findings summary, and report links.

Inputs

  • promptFiles: existing prompt, instruction, agent, subagent, skill, reference, or template files to review
  • requirements: optional purpose, criteria, or behavior to emphasize
  • fidelity: optional simulation or native request, subject to HVE Builder Tester safety preconditions
  • evidenceRoot: optional caller-owned HVE Builder evidence path

Success Criteria

  • Source artifacts are unchanged.
  • Static review and required behavior testing complete or carry an explicit deferral.
  • Findings use the HVE rubric severity and fidelity contracts.
  • The response links the durable review and behavior reports.

Constraints

  • Do not dispatch retired named lifecycle workers.
  • Do not research, fix, refactor, or create source artifacts in this mode.
  • Do not describe simulation as native runtime evidence.

Stop Rules

  • Stop Pass when hve-builder review mode returns Pass.
  • Preserve Revise, Deferred, or Blocked and its rerun condition.
  • Stop before any source edit.

Handoff

Recommend prompt-builder for approved improvements or prompt-refactor for behavior-preserving cleanup. Both route changes through hve-builder.

Final Response Contract

Return targets, static verdict, behavior-test profile and fidelity, behavior verdict, validation result (Not requested unless requested), overall outcome, top findings, report links, and next action.

How to use it

Copy the folder

Take microsoft/prompt-analyze from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.