Agent skill · Testing & QA

test-correlation

Skill for correlating test results with analytical predictions and model validation

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

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

Facts
Files in the skill folder: 1
SKILL.md size: 7 KB
Bundled scripts: none
Allowed tools: -Read-Write-Glob-Grep-Bash
Path: library/specializations/domains/science/mechanical-engineering/skills/test-correlation/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

# Test Correlation Skill ## Purpose The Test Correlation skill provides capabilities for correlating test results with analytical predictions, enabling model validation, calibration, and uncertainty quantification for mechanical systems. ## Capabilities - Test data processing and analysis - Prediction-to-test comparison - Model calibration techniques - Uncertainty quantification - Statistical analysis and regression - Correlation report generation - Model updating recommendations - Validation criteria assessment ## Usage Guidelines ### Correlation Methodology #### Data Processing 1. **Test Data Preparation** ``` Data quality checks: - Missing data handling - Outlier detection - Noise filtering - Time synchronization - Unit verification ``` 2. **Signal Processing** | Operation | Purpose | Method | |-----------|---------|--------| | Low-pass filter | Remove noise | Butterworth | | Resampling | Match analysis | Interpolation | | Baseline correction | Remove offset | Linear/polynomial | | Windowing | FFT preparation | Hanning, Hamming | 3. **Derived Quantities** - Integrate acceleration to velocity/displacement - Differentiate displacement to velocity - Calculate strain from displaceme

What's inside
Steps it walks through
  1. Purpose
  2. Capabilities
  3. Usage Guidelines
  4. Correlation Methodology
  5. Comparison Methods
  6. Model Calibration
  7. Validation Criteria
  8. Uncertainty Quantification
  9. Process Integration
  10. Input Schema
  11. Output Schema
  12. Best Practices
  13. Integration Points
More from babysitter
All skills →
About this skill
What does the test-correlation skill do?

Skill for correlating test results with analytical predictions and model validation

How do I install it?

Run `npx skills add a5c-ai/babysitter --skill test-correlation --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