Skip to content

Releases: adewale/audit-skill

audit-skill v1.0.2

14 Jun 00:22
8b711dc

Choose a tag to compare

Changes

  • Remove duplicate root SKILL.md.
  • Make skills/audit/SKILL.md the single installable skill entrypoint.
  • Point Claude plugin metadata at ./skills/audit.
  • Add npm package files allowlist to exclude eval workspaces, run artifacts, and root-only artifacts from install bundles.

Validation

  • Local JSON validation passed.
  • Shared benchmark manifest validation passed with known non-fatal leakage warnings.
  • npm pack --dry-run hygiene check: no root SKILL.md, evals, audit-workspace, or run artifacts in package.

v1.0.1 — Multi-agent Agent Skill support

11 Jun 10:55
aadd64e

Choose a tag to compare

Multi-agent Agent Skill support.

  • Adds Agent Skills compatibility metadata for Codex, OpenCode, Pi, Gemini CLI, and Claude Code.
  • Documents per-agent install/use paths in the README.
  • Adds or updates package.json skill and pi.skills metadata for Git-installed packages.

v1.0.0 — Comprehensive Audit Toolkit

09 Mar 22:52

Choose a tag to compare

Audit Skill v1.0.0

Comprehensive audit toolkit with 14 audit types for Claude Code.

Branch audit (default)

Pre-push review with 8-category checklist producing Clean/Minor/Blocking verdicts:

  • Secrets and credentials
  • Unintended changes
  • Debug artifacts
  • Test coverage
  • Build and suite
  • Commit hygiene
  • Integration check
  • Merge conflicts and rebase state

13 deep-dive audits via sub-agents

Code quality, documentation brittleness, docs-code sync, language best practices, concurrency, resource management, test quality, feature completeness, performance, bug patterns, design philosophy compliance, security vulnerabilities, and UI design (CRAP principles).

Also includes

  • Secret redaction guidance to prevent credential exposure in reports
  • Plugin marketplace configuration
  • Eval benchmarks (93-100% pass rates across 3 iterations)

Install

npx skills add adewale/audit-skill