From ITIL-assistant
Launch the CAB (Change Advisory Board) admin review tool. Use this skill when an administrator wants to review pending change requests, approve or reject them, or check what CRs are awaiting CAB decision. Triggers include: "cab review", "review change requests", "approve change requests", "pending approvals", "CAB admin", or any request from someone acting as a CAB administrator. Use this even if the user just says "show me what needs CAB approval" or "I need to approve some CRs".
How this skill is triggered — by the user, by Claude, or both
Slash command
/ITIL-assistant:cab-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Launches the CAB administrator review app. Reads from the same `window.storage` keys as the `itil-change-request` skill — no separate data store.
Launches the CAB administrator review app. Reads from the same window.storage keys as the itil-change-request skill — no separate data store.
When this skill is triggered, read references/cab-review-app.jsx and present it as a React JSX artifact.
The app:
Pending CAB Approvalwindow.storage immediately on decision| Action | From | To |
|---|---|---|
| Approve | Pending CAB Approval | Approved by CAB |
| Reject | Pending CAB Approval | Rejected |
Reads and writes the same keys as itil-change-request:
cr_index — array of RFC IDscr_{id} — individual CR recordsApproved/Rejected CRs are updated in place; the index is unchanged.
If the admin wants to export an approved CR as a Word doc:
/mnt/skills/public/docx/SKILL.md and references/docx-template.md from the itil-change-request skill.docx/mnt/user-data/outputs/Change Requests/Approved/{RFC_ID}.docxnpx claudepluginhub somtimz/plugins --plugin ITIL-assistantGenerates human-readable review summaries for code change requests in in_review state. Scans backlog, checks cross-impacts and git diff vs intent, traces to epics, performs adversarial reviews by complexity, persists output, awaits approval.
Generates change requests with impact analysis, risk assessment, implementation plans, communication strategies, and rollback steps for system changes, deployments, or CAB reviews.
Reviews pending playbook update proposals from the playbook-monitor agent, showing diff and offering accept/reject/edit/defer options. Use when proposals are pending or user asks about updates.