What problem does it solve?
Validating an analytical procedure requires choosing the correct governing framework, pre-stating acceptance criteria, and applying the right statistics — errors like citing r² as proof of linearity, pooling precision across levels, or applying chromatographic ICH M10 criteria to a ligand binding assay are common audit findings. This Skill plans validation studies, computes the statistics correctly, and structures the documentation.
Core Features & Use Cases
- Framework-Guided Protocol Planning: Generates validation protocols with required characteristics per ICH Q2(R2) Table 1, ICH M10, USP <1220>/<1225>/<1226>, CLSI EP, or ISO/IEC 17025, with acceptance criteria left for pre-data decisions.
- Statistical Evaluation Scripts: Six standard-library-only Python scripts check calibration response (lack-of-fit F test, runs test, heteroscedasticity), accuracy/precision (random-effects variance decomposition), DL/QL by all Q2(R2) approaches, ICH M10 run acceptance and ISR, and method equivalence via TOST, Deming, and Passing-Bablok regression.
- Use Case: An analyst transferring an HPLC assay to a second lab runs compare_methods.py on paired results with a pre-stated ±2% margin and gets a TOST equivalence verdict plus Deming and Passing-Bablok slopes, instead of misreading a non-significant t test as proof of equivalence.
Quick Start
Ask the agent to plan an ICH Q2(R2) validation protocol for an HPLC assay and then evaluate the calibration, accuracy, and precision data files against pre-stated acceptance criteria.