一键导入
loom-deploy
Use when the user explicitly invokes @loom deploy or asks Loom to prepare, run, inspect, validate, stop, bootstrap, or repair a deployment through MCP.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user explicitly invokes @loom deploy or asks Loom to prepare, run, inspect, validate, stop, bootstrap, or repair a deployment through MCP.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when the user invokes /loom to route software delivery, knowledge, or deploy work through the Loom MCP server.
Use when the user explicitly invokes @loom to route software delivery, knowledge, or deploy work through the Loom MCP server.
Use when the user invokes /loom deploy or /loom-deploy to prepare, run, inspect, validate, stop, bootstrap, or repair deployment through Loom MCP.
| name | loom-deploy |
| description | Use when the user explicitly invokes @loom deploy or asks Loom to prepare, run, inspect, validate, stop, bootstrap, or repair a deployment through MCP. |
Deployment is a Loom MCP workflow. Route deploy requests to the registered loom.deploy* tools.
@loom deploy -> loom.deployRun.@loom deploy prepare -> loom.deployPrepare.@loom deploy up -> loom.deployUp.@loom deploy status -> loom.deployStatus.@loom deploy inspect -> loom.deployInspect.@loom deploy validate -> loom.deployValidate.@loom deploy logs -> loom.deployLogs.@loom deploy bootstrap -> loom.deployBootstrap.@loom deploy down -> loom.deployDown.@loom deploy repair -> loom.deployRepair.Follow the returned action result. During active_operation, only call the observation tools named by the result, obey observationPolicy, obey forbiddenActions, and do not report completion while finalResponsePolicy forbids it. During deployment asset repair, edit only the returned generated deployment assets, then call the returned retryTool; do not retry asset repair through loom.deployRun. During deploy execution repair, edit only the returned application/runtime files and submit through the returned repair submit tool.
Do not invent deployment files, stack choices, preview URLs, ports, or repair scopes outside the current MCP result.
The current MCP deploy result remains the authority. Load no reference by default; load deploy references only when the MCP result supplies an exact reference load plan.
Protocol:
next.deployReferenceProfile.referenceLoadPlan or details.deployReferenceProfile.referenceLoadPlan.referenceLoadPlan entry contains refId, path, and reason. Resolve path relative to this skill's references/ directory.refId, stack names, failure text, or the references/ directory.deployReferenceProfile, leave deploy references unread.