← Back to Skills Marketplace
erikaalexander1

CMS Star Ratings Clinical Intelligence

cross-platform ✓ Security Clean
149
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install cms-star-ratings
Description
CMS Star Ratings clinical intelligence for Medicare Advantage pharmacy optimization. Use when analyzing plan performance against Star cutpoints, identifying...
README (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
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install cms-star-ratings
  3. After installation, invoke the skill by name or use /cms-star-ratings
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
Add MY2026 cross-cutting section: temporary weight change, SDS risk adjustment, IP/SNF PDC methodology change
Metadata
Slug cms-star-ratings
Version 1.1.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is CMS Star Ratings Clinical Intelligence?

CMS Star Ratings clinical intelligence for Medicare Advantage pharmacy optimization. Use when analyzing plan performance against Star cutpoints, identifying... It is an AI Agent Skill for Claude Code / OpenClaw, with 149 downloads so far.

How do I install CMS Star Ratings Clinical Intelligence?

Run "/install cms-star-ratings" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is CMS Star Ratings Clinical Intelligence free?

Yes, CMS Star Ratings Clinical Intelligence is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does CMS Star Ratings Clinical Intelligence support?

CMS Star Ratings Clinical Intelligence is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created CMS Star Ratings Clinical Intelligence?

It is built and maintained by Dr. Erika Alexander, PharmD, BCPP, BCACP, BCGP (@erikaalexander1); the current version is v1.1.0.

💬 Comments