用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/MarieLynneBlock/arcanum-artifex --skill risk-analysis命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Check that a Copilot customisation asset (skill, workflow, agent, instruction, or prompt folder) stays standalone and copyable, with no runtime dependency on paths outside its own folder. Use when packaging an asset for reuse, reviewing whether an asset can be copied out of this repo, or investigating why a copied asset breaks elsewhere.
Audit Markdown links, images, and local anchors for broken relative references. Use when reviewing documentation changes, moving or renaming assets, updating indexes, or investigating broken links.
Validate YAML frontmatter of Copilot customisation assets in this lab (SKILL.md, WORKFLOW.md, *.agent.md, *.instructions.md, *.prompt.md). Use when adding, reviewing, or fixing an asset's frontmatter, or when asked to check whether an asset follows repository conventions.
基于 SOC 职业分类
正在显示 SKILL.md
| name | risk-analysis |
| description | Provides a structured framework for risk identification and assessment. |
| version | 1.0.0 |
| tags | ["risk","risk-register","mitigation","planning"] |
| metadata | {"skill-author":"Marie-Lynne Block"} |
Provides a structured framework for risk identification and assessment. It surfaces risks across relevant categories (technical, operational, security, compliance, delivery, people), scores them by likelihood and impact, and produces a prioritised risk register with mitigation and contingency strategies.
Define the subject. Confirm what is being assessed: a project, a system, a specific change, or a decision.
Set the scope. Identify which risk categories are in scope. Default categories:
Identify risks. For each category, enumerate plausible risks. Use "If X happens, then Y" framing to keep risks concrete.
Score each risk.
High (likely to occur) / Medium (possible) / Low (unlikely but plausible).Critical (project/system-threatening) / High (significant disruption) / Medium (manageable) / Low (minor).| Critical | High | Medium | Low | |
|---|---|---|---|---|
| High likelihood | P1 | P1 | P2 | P3 |
| Medium likelihood | P1 | P2 | P3 | P4 |
| Low likelihood | P2 | P3 | P4 | P4 |
Define responses. For each P1/P2 risk:
Produce the report using the output format below.
# Risk Analysis: [Subject]
**Date:** YYYY-MM-DD
**Analyst:** [name or AI-assisted]
**Subject:** [what is being assessed]
---
## Risk Register
| ID | Category | Risk description | Likelihood | Impact | Priority | Mitigation | Contingency | Owner |
|-----|------------|----------------------------------------|------------|----------|----------|-------------------------------|-------------------------------|-----------|
| R01 | Technical | [If X happens, Y consequence] | High | Critical | P1 | [action to reduce risk] | [action if risk occurs] | [role] |
| R02 | Delivery | [If X happens, Y consequence] | Medium | High | P2 | [action to reduce risk] | [action if risk occurs] | [role] |
| ... | ... | ... | ... | ... | ... | ... | ... | ... |
---
## P1 Risks — Immediate attention required
### R01 — [Risk title]
**Description:** [Full description of the risk and its trigger.]
**Why it matters:** [Consequence if it materialises.]
**Mitigation:** [Concrete steps to take now.]
**Contingency:** [Plan B if mitigation fails.]
---
## Risk summary
| Priority | Count | Top concern |
|----------|-------|-------------|
| P1 | n | ... |
| P2 | n | ... |
| P3 | n | ... |
| P4 | n | ... |
**Overall risk level:** [Low / Moderate / High / Critical]
[2–3 sentence narrative: what is the dominant risk theme and what single action would most reduce overall exposure?]
Input: "We're migrating from PostgreSQL 12 to 16. What are the risks?"
Expected output: Risk register covering technical risks (query plan changes, deprecated syntax), operational risks (rollback window, replication lag), delivery risks (timeline), and security risks (new default settings). P1 risks expanded with concrete mitigation steps.
Input: "Assess the risks of integrating with a new payment provider."
Expected output: Risk register with security (P1: credential exposure, API key rotation), compliance (P1: PCI scope expansion), technical (P2: rate limits, outage handling), and delivery (P3: integration timeline) risks.
[TBD] rather than inventing one.