plugins marketplace
← All plugins

proof-audit

v1.9.1

Audit test suite health — find flaky tests, slow tests, coverage gaps, and testing anti-patterns. Use when asked to "audit tests", "fix flaky tests", "why are tests slow", "test health", or "improve test suite".

Claude Code1 skill

by tonone-aiMIT2.6kupdated 10 hours ago

Source

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/ai-agency/tonone/skills/proof-audit/ inside the repository.

Layout

plugins/ai-agency/tonone/skills/proof-audit/
├── .claude-plugin/plugin.json
└── SKILL.md

Skills1

proof-auditSKILL.md

Audit test suite health — find flaky tests, slow tests, coverage gaps, and testing anti-patterns. Use when asked to "audit tests", "fix flaky tests", "why are tests slow", "test health", or "improve test suite".

Manifests1

plugins/ai-agency/tonone/skills/proof-audit/.claude-plugin/plugin.json
{
  "name": "proof-audit",
  "version": "1.9.1",
  "description": "Audit test suite health — find flaky tests, slow tests, coverage gaps, and testing anti-patterns. Use when asked to \"audit tests\", \"fix flaky tests\", \"why are tests slow\", \"test health\", or \"improve test suite\".",
  "author": {
    "name": "tonone-ai",
    "url": "https://tonone.ai"
  },
  "repository": "https://github.com/tonone-ai/tonone",
  "license": "MIT",
  "type": "skill",
  "keywords": [
    "proof",
    "skill"
  ]
}