audit

Solid

Comprehensive project audit — security, dependencies, code quality, architecture, performance, infra, docs, and mesh analytics. Use when needing a full 8-dimension health-score snapshot before a major release, M&A diligence, or quarterly review. Delegates to specialist skills (sentinel, dependency-doctor, perf, autopsy, etc.).

Testing & QA 81 stars 23 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 88/100

Stars 20%
64
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# audit ## Purpose Comprehensive project health audit across 8 dimensions (7 project + 1 mesh analytics). Delegates security scanning to `sentinel`, dependency analysis to `dependency-doctor`, and code complexity to `autopsy`, then directly audits architecture, performance, infrastructure, and documentation. Applies framework-specific checks (React/Next.js, Node.js, Python, Go, Rust, React Native/Flutter) based on detected stack. Produces a consolidated health score and prioritized action plan saved to `AUDIT-REPORT.md`. ## Triggers - `/rune audit` — full 8-dimension project health audit - `/rune audit dx` — DX Review Mode (Addy Osmani 8 principles, see below) - User says "audit", "review project", "health check", "project assessment" - User says "developer experience", "DX audit", "onboarding experience", "time to hello world" ## Calls (outbound) - `scout` (L2): Phase 0 — project structure and stack discovery - `dependency-doctor` (L3): Phase 1 — vulnerability scan and outdated dependency check - `sentinel` (L2): Phase 2 — security audit (OWASP Top 10, secrets, config) - `autopsy` (L2): Phase 3 — code quality and complexity assessment - `improve-architecture` (L2): Phase 3.5 — architecture sub-score (depth / leverage / locality across top modules) - `perf` (L2): Phase 4 — performance regression check - `db` (L2): Phase 5 — database health dimension (schema, migrations, indexes) - `journal` (L3): record audit date, overall score, and verdict - `constraint-check` (L3): a...

Details

Author
Rune-kit
Repository
Rune-kit/rune
Created
5 months ago
Last Updated
3 days ago
Language
JavaScript
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category