원클릭으로
prompt-analyze
Execute prompt evaluation for existing prompt artifacts and produce an analysis report without modifying files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Execute prompt evaluation for existing prompt artifacts and produce an analysis report without modifying files.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Canonical documentation capability for audit, drift, validate, and author modes in hve-core.
Text-to-speech voice-over generation from YAML speaker notes using Azure Speech SDK with SSML pronunciation control
PowerPoint slide deck generation and management using python-pptx with YAML-driven content and styling
Authors Vally conformance tests for prompts, instructions, agents, and skills, including refusals for jailbreak, prompt-injection, harmful-elicitation, TOS, CoC, and PII-extraction stimuli
Manage GitLab merge requests and pipelines with a Python CLI
Jira issue workflows for search, issue updates, transitions, comments, and field discovery via the Jira REST API. Use when you need to search with JQL, inspect an issue, create or update work items, move an issue between statuses, post comments, or discover required fields for issue creation.
| name | prompt-analyze |
| description | Execute prompt evaluation for existing prompt artifacts and produce an analysis report without modifying files. |
| argument-hint | [promptFiles=...] |
| license | MIT |
| user-invocable | true |
This skill runs only the execution-and-evaluation phase from the prompt-builder skill. It uses Prompt Builder workflow concepts, dispatches only Prompt Tester and Prompt Evaluator, evaluates artifacts against the Prompt Design Principles and Prompt Quality Criteria section in prompt-builder.instructions.md, and writes a durable Analysis Report without modifying analyzed source artifacts.
The prompt-analyze capability can be reached through the /prompt-analyze slash prompt or semantic skill intent. In skill-driven execution, this skill package owns the analyze-only boundary, durable-report requirement, read-only source boundary, severity normalization, and report structure in references/analysis-report-template.md and references/evidence-and-outcome-contract.md.
Execute only the analysis phase for existing prompt-engineering artifacts: run the target artifacts in a sandbox when executable, evaluate them against the Prompt Design Principles and the Prompt Quality Criteria section in prompt-builder.instructions.md, write a durable Analysis Report, and return markdown links to that report and to every evaluated artifact. This skill is read-only with respect to analyzed artifacts; its only writes are sandbox execution/evaluation logs and the durable Analysis Report.
prompt-builder skill sandbox naming contract: selected sandbox root plus {{YYYY-MM-DD}}-{{topic}}-{{run-number}}. Derive {{topic}} from the primary artifact, using the parent folder for SKILL.md or the artifact basename with the suffix stripped for prompt, instruction, and agent files..copilot-tracking/reviews/logs/{{YYYY-MM-DD}}/{{topic}}-{{run-number}}-analysis.md, where {{run-number}} matches the sandbox run number so same-day analyses never overwrite prior reports. When a caller supplies a run folder or evidence root, mirror sandbox evidence there only after applying the prompt-builder caller-root validation and disclosure rules. Keep the durable Analysis Report under .copilot-tracking/reviews/logs/{{YYYY-MM-DD}}/ unless the caller explicitly provides a durable report path that passes the same root validation.Prompt Tester to execute the target artifacts literally inside the sandbox and write an execution log. When artifacts are not directly executable, have Prompt Tester record the executable boundary and any sandbox-only test constraints instead of modifying source files. When the only input is promptFiles, default the purpose, requirements, and expectations to "evaluate the target artifact(s) against the Prompt Quality Criteria."Prompt Evaluator to review the execution log and target artifacts against the Prompt Quality Criteria section in prompt-builder.instructions.md, the analyze-only contract, and the local evidence contract. Require Critical, High, Medium, and Low severity output; normalize incoming critical, major, and minor wording into that taxonomy in the durable report.promptFiles (optional): Existing prompt, instruction, agent, skill, reference, template, or related prompt-engineering artifact(s) to analyze. If omitted, use the current open or attached file(s)..copilot-tracking/reviews/logs/{{YYYY-MM-DD}}/{{topic}}-{{run-number}}-analysis.md and presented inline in the final response using the template structure..copilot-tracking/reviews/logs/, is allowed and expected; the durable report stays outside the sandbox so it survives sandbox cleanup.Researcher Subagent or Prompt Updater to normal prompt-analyze execution.prompt-builder skill cleanup contract to the sandbox before the final response; preserve the durable Analysis Report under .copilot-tracking/reviews/logs/.If follow-up changes are needed, recommend /prompt-builder or /prompt-refactor briefly, referencing the issues identified in the Analysis Report.
Present the Analysis Report inline as the final response using the template structure, then add, in order: