mcpbeat Sign in

Artifact Contract Auditor Skill for Codex

Audit one research Workspace for declared Unit outputs and Pipeline target Artifacts, writing `output/CONTRACT_REPORT.md`; use for mid-Run coverage snapshots or final delivery completeness, not deep provenance integrity.

3k tokens
context cost
the whole folder, loaded on every use
2
files
ships runnable scripts
0
copies elsewhere
how many repositories repackaged it
496
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/WILLOSCAR/research-units-pipeline-skills --skill artifact-contract-auditor

What comes with it

9 096 bytes besides the instruction
scripts/run.py

The instruction itself

15 sections, as written by the author

Artifact Contract Auditor

This Skill measures coverage: whether files promised by Units and the locked

Pipeline exist at the point they are required. It does not replace the deeper

Attempt, Manifest, Artifact-hash, and ledger checks in pipeline.py audit.

Inputs

  • UNITS.csv.
  • PIPELINE.lock.md.
  • The locked pipelines/*.pipeline.md target-Artifact contract.

Outputs

  • output/CONTRACT_REPORT.md.

Steps

1. Resolve the active contracts

Read PIPELINE.lock.md, resolve the Pipeline inside this repository, and parse

UNITS.csv. Treat an invalid lock or malformed Unit table as a reportable

contract failure rather than guessing another Workflow.

Completion criterion: one Pipeline contract and one readable Unit table are

bound to the audit.

2. Check completed Unit outputs

For every DONE Unit, verify each required output exists. Outputs prefixed with

? are optional. A missing required output is Unit-level contract drift even

when the Pipeline is still running.

Completion criterion: every DONE Unit is classified as output-complete or is

listed with each missing required path.

3. Check final Pipeline targets when applicable

Determine whether all Units are terminal (DONE or SKIP). Only then require

every non-optional target Artifact declared by the Pipeline. During a partial

Run, report missing final targets as expected rather than failures.

Completion criterion: final-target completeness is evaluated against the

actual Run phase, not merely file absence.

4. Write the report

Always write output/CONTRACT_REPORT.md with one status:

  • PASS: terminal Run, complete Unit outputs, complete Pipeline targets.
  • OK: partial Run, consistent completed Unit outputs.
  • FAIL: missing output from a DONE Unit, or missing final target from a

terminal Run.

Completion criterion: the report names the evaluated Pipeline, Run phase,

status, and every blocking missing path.

5. Route the next action

For missing Unit outputs, reopen or rerun the owning Unit through the Pipeline

adapter. For missing final targets, identify the owning Unit or Skill. When

file coverage passes, use scripts/pipeline.py audit for provenance integrity.

Completion criterion: every FAIL item has an owner and repair route; a PASS

claim is explicitly limited to declared file coverage.

Context Pointers

  • The locked Pipeline front matter is the only source for target Artifacts.
  • UNITS.csv is the only source for Unit output obligations.
  • Use the deep Run Audit for Attempt pairing, Manifest identity, hashes,

Decisions, Failures, and Evaluation consistency.

Script

Quick Start

uv run python .codex/skills/artifact-contract-auditor/scripts/run.py \
  --workspace workspaces/<name>

All Options

  • --workspace <path>: Workspace to audit.
  • --unit-id <U###>, --inputs, --outputs, --checkpoint: optional

Pipeline-runner compatibility arguments.

Examples

Inspect the interface:

uv run python .codex/skills/artifact-contract-auditor/scripts/run.py --help

Run the deeper provenance audit after coverage passes:

uv run python scripts/pipeline.py audit --workspace workspaces/<name>

Side Effects

The audit may create or replace output/CONTRACT_REPORT.md. It must not edit

research content, Unit statuses, checkpoint approvals, or source Artifacts.

Other skills for the same job

different authors, same section of the catalogue
Markdown Mermaid Writing
by christophacham
×2

> Comprehensive markdown and Mermaid diagram writing skill that establishes text-based diagrams as the DEFAULT documentation standard. Use this skill when creating ANY scientific document, report, analysis, or visualization — it ensures all outputs are in version-controlled, token-efficient markdown with embedded Mermaid diagrams as the source of truth, with clear pathways to downstream Python or AI-generated images. Includes full style guides (markdown + mermaid), 24 diagram type references, and 9 document templates ready to use.

70k tokens
Libreoffice Impress
by ComeOnOliver
×1

Use when creating, editing, formatting, or extracting LibreOffice Impress (.odp) presentations via UNO, including session-based slide edits, structured targets, lists, tables, charts, media, notes, master pages, patch workflows, and snapshots.

35k tokens scripts
Parquet Optimization
by ComeOnOliver
×1

Proactively analyzes Parquet file operations and suggests optimization improvements for compression, encoding, row group sizing, and statistics. Activates when users are reading or writing Parquet files or discussing Parquet performance.

5k tokens
Report Writing
by ComeOnOliver
×1

작업 완료 후 상세 리포트 문서를 작성. 변경 이력, 영향도 분석, 검증 결과를 문서화할 때 사용. 파일명 규칙 YYYY-MM-DD-<제목>-report.md

4k tokens
Flowstudio Power Automate Governance
by github
vendor

>- Govern Power Automate flows and Power Apps at scale using the FlowStudio MCP cached store. Classify flows by business impact, detect orphaned resources, audit connector usage, enforce compliance standards, manage notification rules, and compute governance scores — all without Dataverse or the CoE Starter Kit. assign ownership, detect orphans, audit connectors, check compliance, compute archive scores, manage notification rules, run a governance review, generate a compliance report, offboard a maker, or any task that involves writing governance metadata to flows. Requires a FlowStudio for Teams or MCP Pro+

4k tokens
Perf Nsight Compute Analysis
by NVIDIA
vendor

> classification, roofline analysis, occupancy diagnosis, memory hierarchy analysis, warp stall analysis, metric interpretation, and programmatic .ncu-rep report analysis. NOT for kernel writing or code generation, Nsight Systems (nsys), host-side profiling, or system-level profiling.

17k tokens
Spark Engineer
by Jeffallan

Use when writing Spark jobs, debugging performance issues, or configuring cluster settings for Apache Spark applications, distributed data processing pipelines, or big data workloads. Invoke to write DataFrame transformations, optimize Spark SQL queries, implement RDD pipelines, tune shuffle operations, configure executor memory, process .parquet files, handle data partitioning, or build structured streaming analytics.

22k tokens
Story
by worldwonderer

网络小说工具箱主入口。根据用户需求自动路由到对应 skill,并可启动本地 Dashboard 查看拆文库、写作项目和编辑文本。触发方式:/story、$story、/story dashboard、$story dashboard、/网文、「我想写小说」「打开工作台」「检查更新」。

26k tokens scripts zh

How to use it

Copy the folder

Take willoscar/artifact-contract-auditor from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.