prompt-refactor
von microsoft
Vorhandene Prompt-Artefakte anhand expliziter Anforderungen durch den vollständigen Prompt-Builder-Zyklus umgestalten.
npx skills add https://github.com/microsoft/hve-core --skill prompt-refactorPrompt Refactor Compatibility Skill
Goal
Preserve legacy prompt-refactor activation while simplifying approved prompt-engineering artifacts through the hve-builder refactor route and its independent quality gates.
Flow
- Translate
promptFilesto existingtargetsand resolve the behavior that must remain unchanged. - When requirements are omitted, use the HVE Builder baseline review to derive evidence-backed cleanup objectives.
- Activate
hve-builderwithmode=refactor, the approved write boundary, requirements, and any caller-owned evidence root. - Return the HVE Builder review verdict, validation result, and overall outcome.
Inputs
promptFiles: existing prompt-engineering artifacts to refactorrequirements: optional cleanup objectives, constraints, and preserved behaviorevidenceRoot: optional caller-owned HVE Builder evidence path
Success Criteria
- The approved targets are simpler without unintended behavior change.
- The review pass and host validation pass.
- Source changes stay inside the approved write boundary.
- The returned overall outcome is unchanged from
hve-builder.
Constraints
- Do not dispatch retired named lifecycle workers.
- Do not create a second orchestration loop or review contract.
- Route a requested type change, artifact split, or new support artifact back through HVE Builder scope approval.
Stop Rules
- Stop Pass only when the HVE Builder refactor route passes every required gate.
- Preserve Revise, Deferred, or Blocked and its rerun condition.
- Ask when preserved behavior or write scope cannot be inferred safely.
Handoff
Use prompt-analyze for read-only follow-up review and prompt-builder when the requested work intentionally changes behavior or creates artifacts.
Final Response Contract
Return targets, changed files, refactor rationale, review verdict, validation result, overall outcome, evidence links, and next action.