haops_preview_skill_cascade
Preview the cascade impact of updating a skill by listing consumers (role templates, skill packs, project protocols) that would require re-wiring. Read-only estimate of blast radius before applying changes.
Instructions
Preview which consumers (role templates, skill packs, project protocols) would need re-wiring if the named skill is bumped via PUT. Read-only — does not mutate. Use BEFORE calling haops_update_skill({ ..., cascade: true }) on a high-impact skill to estimate blast radius.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | If true, return the raw JSON envelope verbatim instead of the formatted text summary (default: false). | |
| name | Yes | Kebab-case skill name to preview cascade impact for. | |
| scope | Yes | Scope of the target skill. Required. | |
| projectSlug | No | Project slug — REQUIRED when scope="project"; MUST be omitted when scope="system". |