quality-audit

quality-audit is a skill for Claude Code from DataWorkersProject/dataworkers-claw-community. It costs 33 tokens per session (380 once invoked), scanned A, original, no licence file.

A data-quality auditing tool for checking a table or pipeline for rule failures, unusual values, and other problems.

In plain words
What is it for?
Use it to review a quality score, inspect rule checks and anomalies, and identify fixes ranked by impact.
Why use it?
It brings quality issues and their context together, so you can see which problems need attention first.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

Part of the data-workers plugin — 3 skills shipped together

Good fit Use it to review a quality score, inspect rule checks and anomalies, and identify fixes ranked by impact.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/dataworkersproject/dataworkers-claw-community/quality-audit
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add DataWorkersProject/dataworkers-claw-community --skill quality-audit
Clone the repo
git clone --depth 1 https://github.com/DataWorkersProject/dataworkers-claw-community

Made for: Claude Code.

Or install data-workers, the plugin that ships this one along with the rest of its 3 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for quality-audit

README.md
[![agentmods](https://agentmods.dev/badge/skills/dataworkersproject/dataworkers-claw-community/quality-audit/github.svg)](https://agentmods.dev/skills/dataworkersproject/dataworkers-claw-community/quality-audit)
Your own site
<a href="https://agentmods.dev/skills/dataworkersproject/dataworkers-claw-community/quality-audit"><img src="https://agentmods.dev/badge/skills/dataworkersproject/dataworkers-claw-community/quality-audit/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for quality-audit

Your own site · 80×15
<a href="https://agentmods.dev/skills/dataworkersproject/dataworkers-claw-community/quality-audit"><img src="https://agentmods.dev/badge/skills/dataworkersproject/dataworkers-claw-community/quality-audit.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 380 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.00380
Opus 5 $0.00016 $0.00190
Sonnet 5 $0.00007 $0.00076
Haiku 4.5 $0.00003 $0.00038

Measured 11d ago against content hash 1416583c211e, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

quality-audit scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/data-workers/skills/quality-audit/SKILL.md · 35 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 35 lines · 33 tokens per session scan A 1416583c211e

Subscribe to this mod's changes

quality-audit is a skill published in the GitHub repository DataWorkersProject/dataworkers-claw-community (12 stars, last pushed 2mo ago), with no licence file. It adds 33 tokens to every session and 380 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

bonnard-metabase-migrate

Guide migration from an existing Metabase instance to a Bonnard semantic layer. Use when user says "migrate from metabase", "import metabase", "metabase to semantic layer", or has Metabase data they want to model.

bonnard-data/bonnard-cli · 55 tokens

bonnard-design-guide

Design principles for building semantic layers that work well for AI agents and business users. Use when building views, writing descriptions, or improving agent accuracy.

bonnard-data/bonnard-cli · 34 tokens

bonnard-get-started

Guide a user through setting up their first semantic layer after bon init. Use when user says "get started", "what next", "help me set up", or has just run bon init.

bonnard-data/bonnard-cli · 45 tokens

bonnard-build-dashboard

Guide a user through building and deploying a markdown dashboard. Use when user says "build a dashboard", "create a chart", "visualize data", or wants to create a dashboard.

bonnard-data/bonnard-cli · 42 tokens

foundry-config-setup

Resolve missing setup caused by a hardcoded Foundry project endpoint or model in a sample. Use when a sample fails because it uses a placeholder/hardcoded projectendpoint (for example "https://your-project.services.ai.azure.com") or a hardcoded model instead of reading them from the environment.

microsoft/agent-framework · 65 tokens

systematic-debugging

Use when debugging a failing test, build error, or runtime issue that isn't immediately obvious. Guides a 4-phase root cause analysis instead of random fix attempts.

open-metadata/OpenMetadata · 37 tokens