Agent skill · Workflow & Productivity

analytical-method-validation

Plan, execute, and document validation, verification, and transfer of analytical procedures under the governing framework - ICH Q2(R2) and Q14, USP <1220>/<1225>/<1226>, ICH M10 bioanalytical, CLSI EP, or ISO/IEC 17025. Use for HPLC, LC-MS/MS, GC, CE, ICP-MS, dissolution, qNMR, qPCR, NIR, and ligand binding or cell-based assays whenever the question is whether a procedure is fit for its intended purpose. Triggers include "method validation", "analytical method validation", "AMV", "validation protocol", "acceptance criteria", "linearity", "reportable range", "accuracy and precision", "repeatabi

K-Dense-AIgithub.com/K-Dense-AIGitHub ↗
claude-codecan modify filesships scriptsMIT
Install
npx skills add K-Dense-AI/scientific-agent-skills --skill analytical-method-validation --agent claude-code

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

Facts
Files in the skill folder: 17
SKILL.md size: 16 KB
Bundled scripts: yes
Version: 1.0
Allowed tools: ReadWriteEditBash
Requires: Requires Python 3.11+. Scripts use only the standard library - no numpy, scipy, or network access. Statistical…
Path: skills/analytical-method-validation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 32,619
Language: Python
Read our review of the source →

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

From the SKILL.md

# Analytical Method Validation ## When to use Any time the question is whether an analytical procedure is fit for its intended purpose: designing a validation study, evaluating validation data, verifying a compendial procedure, transferring a procedure to another laboratory or instrument, or defending any of these in a report. ## The two rules **1. Establish which framework governs before designing anything.** The same assay validates differently under ICH Q2(R2), USP <1225>, ICH M10, CLSI EP, and ISO/IEC 17025. They differ in which characteristics are required, how the studies are laid out, and whether numeric acceptance criteria are supplied at all. Blending them produces a protocol that satisfies none of them. **2. State acceptance criteria before collecting data.** Criteria chosen after seeing results are not acceptance criteria, and deciding them post hoc is a standing audit finding. ICH Q2(R2) deliberately supplies almost no numeric criteria — they have to come from the specification, the analytical target profile (ICH Q14 section 3), or development data. ICH M10 is the exception: it supplies explicit numbers, and they differ between chromatographic assays and ligand binding

What's inside
Steps it walks through
  1. When to use
  2. The two rules
  3. Scope
  4. Copyright boundary
  5. Frameworks
  6. Scripts
  7. Workflow
  8. 1. Fix the framework and the required characteristics
  9. 2. Generate the protocol and fill in the criteria
  10. 3. Evaluate the response
  11. 4. Evaluate accuracy and precision
  12. 5. Establish DL and QL, and confirm them
  13. 6. Bioanalytical runs under ICH M10
  14. 7. Transfer and method comparison
Ships with 16 files
  • assets/validation-protocol-template.md
  • assets/validation-report-template.md
  • references/compendial-and-clsi.md
  • references/framework-selection.md
  • references/ich-m10-bioanalytical.md
  • references/ich-q2r2.md
  • references/source-ledger.md
  • references/statistics.md
  • scripts/_catalog.py
  • scripts/_common.py
  • scripts/check_accuracy_precision.py
  • scripts/check_bioanalytical_run.py
  • scripts/check_detection_limits.py
  • scripts/check_response.py
  • scripts/compare_methods.py
  • scripts/plan_validation.py
Commands it runs
cd skills/analytical-method-validation/scripts
python3 plan_validation.py --list-frameworks
python3 plan_validation.py --framework ich-q2r2 --attribute assay --technique hplc --range-use assay
python3 plan_validation.py --framework ich-q2r2 --attribute impurity --protocol > protocol.md
python3 check_response.py -i calibration.csv --max-back-calc-error 2
python3 check_accuracy_precision.py -i ap.csv --accuracy-limit 2 --rsd-limit 1.0 --design-check assay
python3 check_detection_limits.py --calibration lowcal.csv --blanks blanks.csv \
python3 check_bioanalytical_run.py --modality chromatographic --run run1.csv
python3 check_bioanalytical_run.py --modality lba --isr isr.csv
python3 check_bioanalytical_run.py --modality lba --criteria
More from scientific-agent-skills
All skills →
About this skill
What does the analytical-method-validation skill do?

Plan, execute, and document validation, verification, and transfer of analytical procedures under the governing framework - ICH Q2(R2) and Q14, USP <1220>/<1225>/<1226>, ICH M10 bioanalytical, CLSI EP, or ISO/IEC 17025. Use for HPLC, LC-MS/MS, GC, CE, ICP-MS, dissolution, qNMR, qPCR, NIR, and ligand binding or cell-based assays whenever the question is whether a procedure is fit for its intended purpose. Triggers include "method validation", "analytical method validation", "AMV", "validation protocol", "acceptance criteria", "linearity", "reportable range", "accuracy and precision", "repeatabi

How do I install it?

Run `npx skills add K-Dense-AI/scientific-agent-skills --skill analytical-method-validation --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 K-Dense-AI/scientific-agent-skills, a repository with 32,619 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