Agent skill · Frontend

gage-rr-analyzer

Measurement System Analysis (MSA) skill for Gage R&R studies with variance component analysis and measurement adequacy assessment

a5c-aigithub.com/a5c-aiGitHub ↗
claude-codecodexcan modify filesMIT
Install
npx skills add a5c-ai/babysitter --skill gage-rr-analyzer --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Edit
Path: library/specializations/domains/business/operations/skills/gage-rr-analyzer/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,642
Language: JavaScript

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Gage R&R Analyzer ## Overview The Gage R&R Analyzer skill provides comprehensive capabilities for conducting Measurement System Analysis (MSA) studies. It supports Gage R&R study design, ANOVA-based variance decomposition, and measurement system adequacy assessment following AIAG guidelines. ## Capabilities - Gage R&R study design - ANOVA variance decomposition - Repeatability analysis - Reproducibility analysis - %GRR calculation - Number of distinct categories - Measurement bias and linearity - Acceptance criteria evaluation ## Used By Processes - SIX-004: Measurement System Analysis - SIX-002: Statistical Process Control Implementation - QMS-003: Quality Audit Management ## Tools and Libraries - Minitab API - Statistical analysis packages - Calibration management systems - Data collection tools ## Usage ```yaml skill: gage-rr-analyzer inputs: study_type: "crossed" # crossed | nested operators: 3 parts: 10 trials: 3 measurements: - operator: "A" part: 1 trial: 1 value: 10.2 # ... additional measurements tolerance: 1.6 # USL - LSL outputs: - variance_components - percent_grr - percent_tolerance - ndc - acceptance_decision - detailed_report ``` ## Variance Components | Component

What's inside
Steps it walks through
  1. Overview
  2. Capabilities
  3. Used By Processes
  4. Tools and Libraries
  5. Usage
  6. Variance Components
  7. Acceptance Criteria (AIAG Guidelines)
  8. Number of Distinct Categories (ndc)
  9. Study Design Requirements
  10. Integration Points
More from babysitter
All skills →
About this skill
What does the gage-rr-analyzer skill do?

Measurement System Analysis (MSA) skill for Gage R&R studies with variance component analysis and measurement adequacy assessment

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill gage-rr-analyzer --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From a5c-ai/babysitter, a repository with 1,642 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going