skills/ops-rx/SKILL.md
Prescriptive operational and SRE maturity evaluation producing scored diagnostic maps. Evaluates whether you can OPERATE a system reliably in production — beyond architecture and code quality. Measures 8 dimensions (32 sub-metrics) against Google SRE, DORA, FinOps, and AWS Well-Architected frameworks. Produces per-dimension scorecards with actionable prescriptions and aggregate grades.
npx skillsauth add acardozzo/rx-suite ops-rxInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
None (POSIX only)
Check all dependencies: bash scripts/rx-deps.sh or bash scripts/rx-deps.sh --install
Evaluate operational maturity across 8 dimensions with 32 sub-metrics. Produces objective, repeatable grades and actionable prescriptions for reaching production excellence.
| Dim | Name | Weight | Sub-metrics | Source | |-----|------------------------|--------|-------------|-----------------------------------------------| | D1 | SLI/SLO/Error Budget | 15% | M1.1–M1.4 | Google SRE Book (ch. 4-5), SLO Workbook | | D2 | Alerting Quality | 15% | M2.1–M2.4 | Google SRE Book (ch. 6), Ewaschuk philosophy | | D3 | Incident Response | 15% | M3.1–M3.4 | PagerDuty IR Guide, Google SRE Book (ch. 14) | | D4 | DORA Metrics | 10% | M4.1–M4.4 | Accelerate (Forsgren, Humble, Kim) | | D5 | Runbook Coverage | 10% | M5.1–M5.4 | SRE Workbook, Runbook best practices | | D6 | Capacity & Scaling | 10% | M6.1–M6.4 | AWS Well-Architected Reliability Pillar | | D7 | Disaster Recovery | 10% | M7.1–M7.4 | AWS DR whitepaper, RTO/RPO patterns | | D8 | Cost & Efficiency | 15% | M8.1–M8.4 | FinOps Foundation, AWS Cost Optimization |
scripts/discover.sh to scan the repo for ops artifactsreferences/grading-framework.md to each sub-metricreferences/output-templates.md to produce the scorecard| Grade | Range | Meaning | |-------|-----------|----------------------------------------------| | A+ | 95–100 | Elite — exemplary operational maturity | | A | 85–94 | Strong — production-ready with minor gaps | | B | 70–84 | Adequate — functional but improvement needed | | C | 50–69 | Weak — significant operational risk | | D | 30–49 | Poor — not production-ready | | F | 0–29 | Failing — critical operational gaps |
The skill produces:
After generating the scorecard and saving the report to docs/audits/:
docs/rx-plans/{this-skill-name}/{date}-report.mdrx-plan skill to create or update the improvement plan at docs/rx-plans/{this-skill-name}/{dimension}/v{N}-{date}-plan.mddocs/rx-plans/{this-skill-name}/summary.md with current scoresdocs/rx-plans/dashboard.md with overall progressThis happens automatically — the user does not need to run /rx-plan separately.
development
Prescriptive UX/UI evaluation producing scored opportunity maps for Next.js + shadcn/ui projects. Evaluates user experience against Nielsen Heuristics, WCAG 2.2, Core Web Vitals, Laws of UX, and Atomic Design. Use when: auditing UX quality, evaluating accessibility, reviewing component usage, identifying missing shadcn components, improving form UX, or when the user says "ux audit", "run ux-rx", "evaluate UX", "accessibility check", "improve user experience", "shadcn review", "how to reach A+ UX", or "UX opportunities". Measures 11 dimensions (44 sub-metrics). Fixed stack: Next.js App Router + shadcn/ui + Tailwind CSS. Leverages shadcn registry to recommend ready-to-use components. Outputs per-page scorecards with before/after Mermaid diagrams.
development
Evaluates testing strategy and completeness across 8 dimensions (32 sub-metrics): test pyramid balance, test effectiveness, contract/API testing, UI/visual testing, performance/load testing, test data management, CI integration, and test organization. Produces a scored diagnostic with actionable improvement plans.
development
Code-level security posture evaluation. Scans for OWASP Top 10 vulnerabilities, authentication flaws, injection vectors, authorization gaps, and data protection issues. Complements arch-rx D9 (architectural security) by inspecting actual source code patterns, dependencies, and security configurations. Produces a scored report across 8 dimensions with 32 sub-metrics mapped to OWASP ASVS and CWE references.
testing
Generates versioned improvement plans from rx report results. Creates one plan per dimension that scores below A+ (97). Plans are saved to docs/rx-plans/{domain}/{dimension}/v{N}-{date}-plan.md. Use after running any rx skill, or when the user says "create plan from report", "rx plan", "plan improvements", "generate improvement plan", "what should I fix first", "create roadmap", "improvement plan", "plan from audit", or "next steps from rx".