Agent Skillscbrock84/headcount › ai-ml-governance

ai-ml-governance

GitHub

规范AI模型在生产环境中的治理,涵盖定义用途、评估标准、监控漂移、人工审核及文档记录。用于部署前、行为异常或合规审查时,确保系统安全与责任可追溯。

plugins/data-analytics/skills/ai-ml-governance/SKILL.md cbrock84/headcount

Trigger Scenarios

准备部署新模型或AI功能 制定或更新模型评估标准 监测到模型行为出现漂移 评估AI系统的风险或监管合规性 决定AI系统是否适合进行关键决策

Install

npx skills add cbrock84/headcount --skill ai-ml-governance -g -y
More Options

Non-standard path

npx skills add https://github.com/cbrock84/headcount/tree/main/plugins/data-analytics/skills/ai-ml-governance -g -y

Use without installing

npx skills use cbrock84/headcount@ai-ml-governance

指定 Agent (Claude Code)

npx skills add cbrock84/headcount --skill ai-ml-governance -a claude-code -g -y

安装 repo 全部 skill

npx skills add cbrock84/headcount --all -g -y

预览 repo 内 skill

npx skills add cbrock84/headcount --list

SKILL.md

Frontmatter
{
    "name": "ai-ml-governance",
    "description": "Governs models and AI systems in production — intended use, evaluation, monitoring, human oversight, documentation, and the decision to deploy or retire. Use this before deploying a model or AI feature, when defining evaluation criteria, when a model's behavior has drifted, when assessing AI risk or regulatory exposure, or when deciding whether an AI system is fit for a consequential decision."
}

AI and ML governance

Regimes governing automated decision-making differ by jurisdiction and sector and are changing quickly. Anything affecting credit, employment, housing, insurance, healthcare, or education carries specific legal obligations — involve Legal & Risk and qualified counsel rather than treating it as an engineering question.

Define intended use before evaluating anything

Write down what the system is for, what it is not for, who is affected by its output, and what happens when it is wrong. Most AI failures are use outside intended scope by someone who did not know the scope existed.

Then decide the consequence tier, because it sets everything after it:

  • Advisory — a human decides, the model suggests. Lightest oversight.
  • Assistive — the model acts, a human reviews before effect.
  • Autonomous — the model acts with effect. Highest bar, and rarely appropriate where a person is materially affected.

Evaluation

A held-out evaluation set that reflects real inputs, including the awkward ones. Built before deployment and kept stable, or you cannot compare versions.

  • Measure the failure that matters. Aggregate accuracy hides the errors you care about. A model that is 95% accurate and wrong disproportionately on one group is not 95% good.
  • Evaluate by segment, always. This is where fairness problems and quiet degradation appear.
  • Both error directions. False positives and false negatives usually have different costs, and the threshold should reflect that ratio rather than a default.
  • Establish a baseline. Compare against the current process — often a simple rule — not against zero. Plenty of models fail to beat the heuristic they replaced.

Monitoring

Models degrade silently: the world moves, inputs drift, and accuracy falls without any error being raised.

Monitor input distribution against training, output distribution over time, performance against whatever ground truth arrives later, and the rate of human override. A rising override rate is the best early warning you have, and it is usually already visible in a queue nobody reads.

Human oversight

Meaningful, not nominal. A reviewer approving hundreds of decisions an hour is not overseeing anything — they are laundering the model's output through a person.

Meaningful oversight requires the reviewer to see why the model decided, to have time to disagree, and to have their disagreement change the outcome and be recorded.

Documentation

Per model: intended use and exclusions, training data and its provenance, evaluation results by segment, known limitations, monitoring in place, and the owner. This is what you need when someone asks why a decision was made — and increasingly what a regulator expects to see.

Retirement

Have a way to turn it off. Know what happens to the process when you do, and confirm the fallback still works — a manual path that has not been exercised in two years is not a fallback.

Never

  • Deploy without an evaluation set and a monitoring plan.
  • Use a model outside its documented intended use because it seems to work.
  • Train or fine-tune on customer data without confirming the lawful basis covers it. The basis for collecting it rarely extends to this.
  • Let a model make a consequential decision about a person with no route to human review.

Version History

  • d58a7ee Current 2026-09-02 21:04

Same Skill Collection

plugins/corporate-strategy/skills/chief-strategy-officer/SKILL.md
plugins/corporate-strategy/skills/market-entry/SKILL.md
plugins/corporate-strategy/skills/mergers-and-acquisitions/SKILL.md
plugins/corporate-strategy/skills/portfolio-strategy/SKILL.md
plugins/corporate-strategy/skills/scenario-planning/SKILL.md
plugins/corporate-strategy/skills/strategic-alliances/SKILL.md
plugins/customer-experience/skills/chief-customer-officer/SKILL.md
plugins/customer-experience/skills/customer-onboarding-and-implementation/SKILL.md
plugins/customer-experience/skills/customer-success-management/SKILL.md
plugins/customer-experience/skills/escalation-management/SKILL.md
plugins/customer-experience/skills/self-service-and-knowledge/SKILL.md
plugins/customer-experience/skills/support-operations/SKILL.md
plugins/customer-experience/skills/voice-of-customer/SKILL.md
plugins/data-analytics/skills/business-intelligence/SKILL.md
plugins/data-analytics/skills/chief-data-officer/SKILL.md
plugins/data-analytics/skills/data-engineering/SKILL.md
plugins/data-analytics/skills/data-governance/SKILL.md
plugins/data-analytics/skills/data-modeling/SKILL.md
plugins/demand-generation/skills/ai-search-optimization/SKILL.md
plugins/demand-generation/skills/app-store-optimization/SKILL.md
plugins/demand-generation/skills/experimentation/SKILL.md
plugins/demand-generation/skills/landing-page-cro-expert/SKILL.md
plugins/demand-generation/skills/lead-capture/SKILL.md
plugins/demand-generation/skills/lifecycle-messaging/SKILL.md
plugins/demand-generation/skills/listing-distribution/SKILL.md
plugins/demand-generation/skills/marketing-analytics/SKILL.md
plugins/demand-generation/skills/paid-advertising/SKILL.md
plugins/demand-generation/skills/programmatic-seo/SKILL.md
plugins/demand-generation/skills/seo-strategy/SKILL.md
plugins/executive/skills/ai-research-analyst/SKILL.md
plugins/executive/skills/business-growth-consultant/SKILL.md
plugins/executive/skills/chief-executive/SKILL.md
plugins/executive/skills/fundraising-and-investor-relations/SKILL.md
plugins/executive/skills/saas-idea-validator/SKILL.md
plugins/finance/skills/budgeting-and-forecasting/SKILL.md
plugins/finance/skills/capital-allocation/SKILL.md
plugins/finance/skills/capital-structure-and-covenants/SKILL.md
plugins/finance/skills/cost-accounting/SKILL.md
plugins/finance/skills/financial-modeling/SKILL.md
plugins/finance/skills/financial-reporting-and-close/SKILL.md
plugins/finance/skills/financial-statement-analysis/SKILL.md
plugins/finance/skills/internal-controls-and-audit/SKILL.md
plugins/finance/skills/revenue-recognition/SKILL.md
plugins/finance/skills/tax/SKILL.md
plugins/finance/skills/treasury-and-liquidity/SKILL.md
plugins/finance/skills/unit-economics/SKILL.md
plugins/it-operations/skills/backup-and-recovery/SKILL.md
plugins/it-operations/skills/chief-information-officer/SKILL.md
plugins/it-operations/skills/cloud-administration/SKILL.md

Metadata

Files
0
Version
d58a7ee
Hash
0c632fd3
Indexed
2026-09-02 21:04

trang chủ - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-09-02 23:19
浙ICP备14020137号-1 $bản đồ khách truy cập$