← 返回 Skills 市场
erikaalexander1

CMS Star Ratings Clinical Intelligence

cross-platform ✓ 安全检测通过
149
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cms-star-ratings
功能描述
CMS Star Ratings clinical intelligence for Medicare Advantage pharmacy optimization. Use when analyzing plan performance against Star cutpoints, identifying...
使用说明 (SKILL.md)

CMS Star Ratings Clinical Intelligence

Clinical decision support for Medicare Advantage Star Ratings optimization. Translates plan performance data into prioritized, evidence-based intervention recommendations.

Core Workflow

1. Assess Plan Performance

When given plan-level data, perform gap-to-threshold analysis:

  1. Map each measure to current CMS cutpoints and star thresholds
  2. Calculate gap-to-next-star for each measure (absolute and relative)
  3. Weight by measure impact: triple-weighted measures first, then display measures by improvement feasibility
  4. Identify the smallest lifts that move the overall star rating

Load references/measures.md for current cutpoints, measure weights, and threshold logic.

2. Prioritize Adherence Interventions

When given patient-level PDC data and medication lists:

  1. Flag patients below 80% PDC threshold
  2. Stratify by proximity to threshold (78-79% PDC = highest conversion potential)
  3. Layer clinical risk factors on top of PDC:
    • Statins: ASCVD risk score, LDL level, recent CV event
    • RAS antagonists: BP at goal, CKD stage, heart failure status
    • Diabetes meds: A1C level, hypoglycemia risk, recent hospitalization
  4. Score composite priority: PDC gap × clinical risk × measure weight
  5. Recommend specific interventions matched to root cause of non-adherence

Load references/adherence-interventions.md for PDC logic, risk layering framework, and intervention mapping.

3. Detect Guideline Drift

When reviewing clinical guidelines or measure specifications:

  1. Check the guideline drift registry for known mismatches
  2. Use the drift detection framework to evaluate new guideline updates against current CMS measure specs and MIPS quality measures
  3. Flag clinical implications: where following the guideline diverges from what the measure rewards
  4. Recommend platform logic updates or measure feedback to CMS

Load references/guideline-drift.md for the drift registry, detection framework, and mismatch template.

4. Optimize MTM/CMR

When building CMR strategy:

  1. Identify highest-yield CMR candidates (clinical complexity × likelihood of completion)
  2. Structure interventions for clinical impact, not just completion rate
  3. Align CMR content with open adherence gaps and other Star measures
  4. Track CMR completion rate against the Star measure threshold (resumes scoring 2027)

Load references/mtm-cmr.md for CMR candidate prioritization, intervention structuring, and measure alignment.

MY2026 Key Changes (Cross-Cutting)

These changes affect multiple workflows. Surface when relevant:

  • Temporary weight change: Triple-weighting of Part D adherence measures is temporary for MY2026 only (reverts to standard weighting). Flag when discussing multi-year strategy or measure prioritization. See references/measures.md.
  • SDS risk adjustment: New sociodemographic status (SDS) risk adjustment on adherence measures — accounts for age, gender, LIS status, disability, and dual eligibility. Flag when analyzing plan performance or adherence prioritization for plans serving high-need populations. See references/measures.md and references/adherence-interventions.md.
  • IP/SNF PDC methodology: CMS now excludes inpatient and SNF stay days from PDC denominators. Flag when discussing PDC calculations, adherence outliers, or members with recent hospitalizations/SNF stays. See references/adherence-interventions.md.

Input Formats

The skill accepts plan and patient data in any structured format. When data is provided:

  • Normalize measure names to CMS measure IDs (D10, D11, D12, etc.)
  • Treat PDC values as decimals (0.80) or percentages (80%) — normalize to percentages internally
  • Flag missing data explicitly rather than assuming defaults

Clinical Guardrails

  • Never recommend starting or stopping a medication — frame as considerations for prescriber discussion
  • Cite guideline sources (ACC/AHA, ADA, KDIGO, AGS Beers, etc.) when relevant
  • When evidence is clear, be direct; when mixed or limited, say so explicitly
  • Flag drug interaction severity (major/moderate/minor) with clinical significance
  • Distinguish between "measure-optimal" and "clinically optimal" when they diverge
安全使用建议
This skill is an offline, instruction-only clinical reference for Medicare Part D Stars work and appears coherent with its stated purpose. Before installing or using it: (1) Do not paste identifiable patient health information (PHI) into the skill unless your deployment and the agent runtime are approved for PHI handling—the skill itself does not declare any secure transmission or storage behavior. (2) Verify that your platform’s PDC and measure calculation logic matches the CMS Technical Notes for the measurement year you are analyzing; the documents repeatedly advise validating against current CMS notes. (3) The skill references clinical guidelines and CMS rules that change yearly—confirm cutpoints, exclusions, and ARNI/GLP-1 inclusion against the current official CMS documentation before operational decisions. (4) Because the skill is instruction-only, review how your agent runtime will handle any input/output (logging, telemetry, model-server calls) to avoid unintended data exposure. If you need the skill to run against live PHI, ensure the runtime and hosting environment meet applicable privacy and compliance requirements.
功能分析
Type: OpenClaw Skill Name: cms-star-ratings Version: 1.1.0 The skill bundle provides specialized clinical decision support for Medicare Advantage Star Ratings optimization, focusing on medication adherence (PDC), guideline drift detection, and MTM/CMR prioritization. The logic is professionally structured, aligns perfectly with the stated clinical purpose, and includes appropriate safety guardrails (e.g., advising the agent to frame recommendations as considerations for prescribers). No indicators of data exfiltration, malicious execution, or prompt injection were found across SKILL.md or the reference files.
能力评估
Purpose & Capability
The name and description (CMS Star Ratings clinical intelligence) match the included files and runtime instructions. There are no unexpected required binaries, environment variables, or external credentials; all referenced artifacts (measures, intervention logic, drift registry, MTM/CMR guidance) are present as local markdown files. Nothing requested is disproportionate to a clinical decision-support/reference skill.
Instruction Scope
SKILL.md limits activity to reading the bundled reference files, normalizing input data to CMS measure IDs, computing PDC/gap-to-threshold, prioritizing interventions, and documenting guideline-drift — all within the stated domain. It does not instruct reading arbitrary system files, contacting external endpoints, or accessing environment variables. The instruction to accept 'plan and patient data in any structured format' is appropriately scoped for an analysis skill (the skill itself stays as documentation/logic).
Install Mechanism
No install spec and no code files — instruction-only. No downloads, extracts, or third-party package installs are required, minimizing on-disk and supply-chain risk.
Credentials
The skill declares no required environment variables, credentials, or config paths. The clinical workflows reference expected clinical data sources (claims, labs, vitals) but do not request unrelated secrets or system access. Requested data types (PDC, ICD-10, fills, labs) are proportional to the purpose.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills. As an instruction-only skill, it does not install background services or modify agent-wide configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install cms-star-ratings
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /cms-star-ratings 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add MY2026 cross-cutting section: temporary weight change, SDS risk adjustment, IP/SNF PDC methodology change
元数据
Slug cms-star-ratings
版本 1.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

CMS Star Ratings Clinical Intelligence 是什么?

CMS Star Ratings clinical intelligence for Medicare Advantage pharmacy optimization. Use when analyzing plan performance against Star cutpoints, identifying... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 149 次。

如何安装 CMS Star Ratings Clinical Intelligence?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install cms-star-ratings」即可一键安装,无需额外配置。

CMS Star Ratings Clinical Intelligence 是免费的吗?

是的,CMS Star Ratings Clinical Intelligence 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

CMS Star Ratings Clinical Intelligence 支持哪些平台?

CMS Star Ratings Clinical Intelligence 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 CMS Star Ratings Clinical Intelligence?

由 Dr. Erika Alexander, PharmD, BCPP, BCACP, BCGP(@erikaalexander1)开发并维护,当前版本 v1.1.0。

💬 留言讨论