⚠️
QualityPython

Error Audit

by markmdev

Error Audit is a Quality skill for Claude Code, published by markmdev in meridian.

183 stars22 forkson markmdev/meridianAdded 2026/09/06+1% in starsRepository updated 2026/03/11
ai-agentsanthropicautomationclaudeclaude-codedeveloper-toolsdeveloper-workflownextjsnodejsopen-sourceproductivitysoftware-engineeringtask-runnertddtypescriptworkflow-automationzero-config
Install in seconds
Install Error Audit
Copy Error Audit into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/markmdev/meridian/tree/main/skills/error-audit ~/.claude/skills/error-audit

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/markmdev/meridian.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/error-audit/SKILL.md in markmdev/meridian
Installs to
~/.claude/skills/error-audit
Collection
One of 6 skills cataloged from this repository
Category
Quality1745 skills

What Error Audit does

Error Audit scans code for swallowed exceptions, silent fallbacks, compatibility shims, and missing UI error states. Use it when auditing a scope to ensure failures are surfaced to the user.

Error Audit is cataloged under Quality on DirSkills. Error Audit comes from a repository tagged ai-agents, anthropic, automation, claude and claude-code.

Documentation

README

Error Audit

The core principle: every error belongs to the user. Not to a catch block, not to a console, not to a null return. Scan the specified code, fix every violation, report what changed.

Step 0: Understand the app's error mechanisms

Before fixing anything, identify how this app surfaces errors to users — toast notifications, error banners, error boundaries, returned error states, alert dialogs, inline messages. Use these patterns exclusively. Don't invent a new one.

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Error Audit

  • What else does markmdev publish alongside Error Audit?

    Error Audit is one of 6 skills that DirSkills catalogs from markmdev/meridian, the repository it ships in. Its siblings there include Add Frontmatter, Create Docs and Observability Audit. Each one is a separate skill with its own page in this directory, installs the same way Error Audit does, and is maintained by markmdev in that same repository. The rest of the collection is listed on the markmdev/meridian page.

  • How does Error Audit compare to other Quality skills?

    Error Audit ranks #1661 by stars among the 1745 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Error Audit against them. Open each page to compare what they document and how they install.