一键导入
prompt-builder
Create or update prompt artifacts through the full prompt-builder phase loop, routing refactor and analyze requests to the specialized skills.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create or update prompt artifacts through the full prompt-builder phase loop, routing refactor and analyze requests to the specialized skills.
用 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-builder |
| description | Create or update prompt artifacts through the full prompt-builder phase loop, routing refactor and analyze requests to the specialized skills. |
| argument-hint | [promptFiles=...] [files=...] [requirements=...] |
| license | MIT |
| user-invocable | true |
Primary entry point for prompt-engineering work. Create or update prompt, instruction, agent, and skill artifacts through the full execution, evaluation, research, and modification loop, and route refactor or analyze requests to the specialized skills. references/orchestration.md is the canonical reference for the phase loop, sandbox contract, caller-owned evidence roots, subagent dispatch matrix, artifact paths, and cleanup contract; the specialized skills reference it, mirroring only the parts they need.
Follow the shared .copilot-tracking conventions. When the caller supplies a run folder, evidence root, tracking root, or similar orchestration-owned path, use or mirror that location for research, update, execution, and evaluation evidence. Preserve the canonical .copilot-tracking/research, .copilot-tracking/prompts, and .copilot-tracking/sandbox defaults when no caller-specific location is supplied.
Create or update prompt-engineering artifacts through the full execution, evaluation, research, and modification loop until the evaluation log shows no remaining issues. Use this skill for new prompt artifacts, improvements, cleanup, and related instruction updates. Route scoped cleanup against requirements to /prompt-refactor and read-only review to /prompt-analyze.
prompt-builder.instructions.md, propose the breakdown, and confirm scope with the user. Then derive the sandbox topic, evidence root, and next run number using the deterministic contract in
references/orchestration.md.Prompt Tester, then Prompt Evaluator) to establish their current state and inspect the evaluation log; when that baseline shows no unresolved issues, skip to the final response. When the target files do not exist yet, skip to step 3..copilot-tracking/research/{{YYYY-MM-DD}}/{{topic}}-research.md, and delegate to Researcher Subagent when the topics are independent.Prompt Updater to create or update the prompt files and related instruction files from the evaluation findings and research, then review the updater tracking.Handle create or update work in this skill. Route the other modes to their specialized skill:
| Request | Routed skill |
|---|---|
| Create or update a prompt artifact, or apply fixes from a prior analysis | this skill |
| Refactor, simplify, or clean up an existing artifact against requirements | /prompt-refactor |
| Read-only analysis or quality report with no changes | /prompt-analyze |
When a "clean up" request is ambiguous, keep substantial create-or-change work in this skill and route scoped simplification of an existing artifact to /prompt-refactor.
promptFiles=...: the prompt, instruction, agent, or skill artifacts to create or modify; infer from the current open or attached files when not provided.files=...: reference artifacts the target prompt should be able to produce, used by create or update work.requirements=...: explicit objectives or constraints.runFolder=..., evidenceRoot=..., or trackingRoot=...: optional caller-owned evidence location for research, updater tracking, sandbox execution logs, and evaluation logs.files or promptFiles are supplied without explicit requirements, identify the related instruction file(s), create or update the instruction and prompt artifacts so they can produce the target files, and improve and clean up the prompt files.After the build loop converges and the artifact documents stable behaviors worth pinning, optionally dispatch Vally Test Author to author conformance stimuli. Pass mode=from-artifact, files= the finalized artifact path(s), and kind=auto unless the user specifies a kind. The subagent owns its routing, safety self-check, dedupe, and append-only writes; surface its routed eval file, appended-stimuli count, and any refusals. See the Vally Test Author row in references/orchestration.md. Skip this step when the user declines or the changes are too exploratory to pin.
After the build loop completes, hand off to /prompt-analyze for a deeper read-only review when more evaluation coverage is useful, or to /prompt-refactor when the remaining work is primarily cleanup-focused. Do not add these as convenience handoffs to generated bounded agents unless the user requested them or the workflow cannot complete without them.
Return a concise summary that includes the artifacts changed, the evaluation status and iteration count, the key decisions or issues surfaced, and the next recommended step.