agency-model-qa-specialist

Audit machine learning models for reproducibility, calibration, performance, and fairness.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/augustoheiss/LogicDefense --skill agency-model-qa-specialist-augustoheiss
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-model-qa-specialist
Source: https://github.com/augustoheiss/LogicDefense/tree/main/.gemini/skills/agency-model-qa-specialist
Command: npx skills add https://github.com/augustoheiss/LogicDefense --skill agency-model-qa-specialist-augustoheiss

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Many machine learning and statistical models lack independent validation, reproducibility, and robust monitoring, which can hide calibration issues, distribution drift, fairness violations, and business-impact risks that only appear in production.

Core Features & Use Cases

  • Documentation & Governance Review: Verify methodology, data pipelines, approvals, and monitoring frameworks to ensure auditability.
  • Data & Feature QA: Reconstruct populations, compute PSI, analyze missingness and transformations, and validate label quality across cohorts.
  • Model Replication & Testing: Reproduce training pipelines, compute discrimination and calibration metrics, run SHAP and PDP interpretability, and produce reproducible scripts and delta reports.
  • Use Case: Perform an independent audit of a credit scoring model to reproduce scores, detect calibration drift across deciles, generate SHAP explanations for high-risk segments, and deliver a severity-rated remediation plan.

Quick Start

Run a model QA audit on the provided model artifacts and dataset to produce reproducible scripts, PSI and calibration tests, SHAP and PDP artifacts, and a severity-rated audit report.

Frequently Asked Questions about agency-model-qa-specialist

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
What is model QA and how does it detect production drift?

Model QA is the end-to-end auditing of machine learning models for reproducibility and performance. It detects production drift by computing Population Stability Index (PSI) metrics to analyze distribution shifts across development and out-of-time datasets.

How do I audit a machine learning model for calibration and fairness?

You audit a machine learning model for calibration and fairness by reproducing the training pipeline, computing discrimination and calibration metrics across cohorts, and generating severity-rated findings with remediation recommendations to address any violations.

Can I generate SHAP and PDP interpretability artifacts for classification and regression models?

Yes, you can generate SHAP and PDP interpretability artifacts for classification and regression models. The model audit process computes these explanations to validate feature importance and identify high-risk segments within the validated populations.

Does model auditing work for NLP and computer vision models?

Model auditing works for NLP and computer vision models alongside classification, regression, ranking, and forecasting. It applies across development, out-of-time, and production monitoring environments to verify governance, methodology, and data pipeline reproducibility.

What is the best way to perform an independent model audit for governance compliance?

The best way to perform an independent model audit for governance compliance is to verify documentation, reconstruct populations, compute PSI and calibration tests, run interpretability checks, and deliver a reproducible severity-rated audit report with remediation recommendations.

Why does my machine learning model show calibration drift across deciles?

Your machine learning model shows calibration drift across deciles due to distribution shifts between development and production data. Model QA detects this by computing PSI and calibration metrics, producing delta reports to identify the underlying feature transformations or missingness causing the drift.