Agent skill · Security

examples-audit

Analyze mock data and examples for cultural assumptions, understanding what they communicate about who the product is for. Use when reviewing test data, documentation, or seed data.

majiayu000github.com/majiayu000GitHub ↗
claude-coderead-onlyMIT
Install
npx skills add majiayu000/claude-skill-registry --skill examples-audit --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Allowed tools: ReadGrepGlob
Path: skills/analysis/examples-audit/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Examples Audit Analyze mock data and examples for cultural assumptions, with emphasis on understanding what these choices communicate. ## Philosophy This is not about finding "Christmas" and replacing it with "holiday". It's about asking: > "What do our examples say about who we think our users are?" Every example is a choice. When your demo shows a user ordering a hamburger for their Christmas party, paying with a credit card, and shipping to their house in California, you're painting a picture of your "default user." Everyone else is an edge case. ## Scope The user may specify a file path, glob pattern, or directory. If not specified, ask what they'd like to check. ## Config Integration Before starting, check for `.inclusion-config.md` in the project root. If it exists: 1. **Read** scope decisions and acknowledged findings 2. **Skip** acknowledged findings (note them in output) 3. **Respect** scope decisions (e.g., if US-only, don't flag US address examples) 4. **Note** at the top of output: "Config loaded: .inclusion-config.md" ## Process ### 1. Read and Understand First, **read the content** to understand: - What is this? (test data, documentation, marketing, UI copy) - Who s

What's inside
Steps it walks through
  1. Philosophy
  2. Scope
  3. Config Integration
  4. Process
  5. 1. Read and Understand
  6. 2. Look for Patterns
  7. 3. Understand the Assumptions
  8. 4. Assess Impact
  9. Reference
  10. Output Format
  11. What Makes This Different From a Linter
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the examples-audit skill do?

Analyze mock data and examples for cultural assumptions, understanding what they communicate about who the product is for. Use when reviewing test data, documentation, or seed data.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill examples-audit --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going