Skip to content
This repository was archived by the owner on Apr 27, 2026. It is now read-only.

Releases: aptratcn/skill-code-audit

v1.0.0 — Interactive Codebase Health Audit

22 Apr 10:12

Choose a tag to compare

Skill Code Audit v1.0.0

Interactive codebase health audit for AI agents. 8 dimensions. Zero dependencies.

What's New

  • 8-dimension scoring framework: Architecture, Security, Performance, Maintainability, Testing, Documentation, Dependencies, Code Quality
  • Interactive audit flow: Contextual questions, adaptive scanning, prioritized findings
  • ASCII scorecard: Beautiful terminal output with severity breakdown
  • Security deep scan: Hardcoded secrets, SQL injection, XSS, auth gaps, CVE detection
  • Performance analysis: N+1 queries, memory leaks, blocking calls
  • Tech debt detection: Dead code, TODO density, god classes, circular deps
  • CI integration: GitHub Actions workflow generation
  • Multi-language support: JS/TS, Python, Go, Rust, Java, Ruby, PHP

Install

clawhub install skill-code-audit

Or just drop SKILL.md into your agent's skills directory.