一键导入
decision-matrix
Weigh options against weighted criteria to support a decision. Use when the user is choosing between alternatives.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Weigh options against weighted criteria to support a decision. Use when the user is choosing between alternatives.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Turn a list of commits or changes into a release changelog (Keep a Changelog format). Use when preparing release notes.
Proofread and tighten text — fix grammar, clarity, and tone — and show what changed. Use when the user wants writing improved.
Build and explain a regular expression from a description, with examples. Use when the user needs a regex or wants one explained.
Answer a question with a short, sourced research brief. Use for "research X", "what's the latest on Y", or fact-finding that needs citations.
Write a SQL query from a plain-English request and a table schema. Use when the user wants a query written, explained, or fixed.
Summarize a web page or article from a URL. Use when the user shares a link and wants the gist or key points.
| name | decision-matrix |
| description | Weigh options against weighted criteria to support a decision. Use when the user is choosing between alternatives. |
| license | MIT |
Help the user choose between options by scoring them against weighted criteria.
Identify the options and the criteria that matter. If the user didn't give criteria, propose a sensible set and weights, and say you're assuming them.
Build a markdown table: one row per option, one column per criterion, scored 1–5. Include each criterion's weight in its header.
Compute a weighted total per option (Σ score × weight) and add a Total column.
End with:
Recommendation — the leading option in one sentence.
Main trade-off — what you'd give up by choosing it.
Rules: