audit-ml-pipeline

Load Skore project reports and generate markdown audit digests.

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/vathymut/copilot-skills --skill audit-ml-pipeline
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: audit-ml-pipeline
Source: https://github.com/vathymut/copilot-skills/tree/main/.github/skills/audit-ml-pipeline
Command: npx skills add https://github.com/vathymut/copilot-skills --skill audit-ml-pipeline

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires skore, skrub, sklearn, sklearn-utils, and includes scripts (resource) and references (resource) components.

What problem does it solve?

Manages post-experiment audits by producing a detailed human-readable markdown digest for analysis.

Core Features & Use Cases

  • Read-only Skore Reports: Loads skore report for a given experiment, generating a markdown digest for further inspection.
  • Human-readable Digests: Outputs a summary of checks and metrics with actionable mitigation URLs.
  • Audit Trail: Creates an audit trail that the skore source branch can read for backlog creation.
  • Re-run Capable: Supports re-execution for reviewing previous experiment audits.

Quick Start

Generate the audit report for experiment with ID "experiment-id".

Frequently Asked Questions about audit-ml-pipeline

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

FAQPage Schema
How do I generate a human-readable audit report for my ML experiment?▼

To generate an audit report, load a Skore project report using bare Python expressions to produce a detailed markdown digest. The output summarizes checks and metrics with actionable mitigation URLs for further inspection.

What is a post-experiment audit and how does Skore help with it?▼

A post-experiment audit reviews machine learning metrics and checks to ensure model validity. This Skill loads Skore project reports to create a human-readable markdown digest, establishing an audit trail for backlog creation.

Do I need specific library versions to run a Skore project audit?▼

Yes, running a Skore project audit requires proper versioning of skore libraries and read-only access to the skore Project. You also need access to the report documentation URL to generate the markdown digest.

Can I re-run a previous experiment audit to review metrics?▼

Yes, the audit process supports re-execution for reviewing previous experiment audits. Re-running loads the Skore report again to output a summary of checks and metrics with actionable mitigation URLs.

What dependencies are required to automate ML pipeline audits?▼

Automating ML pipeline audits requires skore, skrub, sklearn, and sklearn-utils. These dependencies enable loading Skore reports and generating human-readable markdown digests for analysis.

What's the best way to create an audit trail for machine learning experiments?▼

The best way to create an audit trail is loading Skore project reports to generate a markdown digest. This creates a readable trail that the skore source branch can read for backlog creation.