health-audit

Audit repositories for critical, security, and sustainability issues.

2|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/DojoGenesis/gateway --skill health-audit-dojogenesis
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: health-audit
Source: https://github.com/DojoGenesis/gateway/tree/main/plugins/system-health/skills/health-audit
Command: npx skills add https://github.com/DojoGenesis/gateway --skill health-audit-dojogenesis

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Health-audit identifies critical build, security, and sustainability problems in a codebase and converts those findings into actionable, testable engineering work so teams can remediate risk efficiently.

Core Features & Use Cases

  • Comprehensive Repository Assessment: Scans project structure, recent diffs, core docs, CI status, and testing to surface critical, security, and sustainability findings.
  • Audit Logging: Produces a permanent audit record under docs/audits/ with severity, impact, and traceable findings.
  • Engineering Commissions: Generates single, consolidated health-sprint prompts stored in prompts/ that include objectives, file manifests, specific file paths, commands, and binary success criteria.
  • Use Cases: Onboarding to a new repo baseline, scheduled monthly health checks for production services, pre-release risk assessment, and triage before architecture changes.

Quick Start

Run a full health audit on the repository at /path/to/repo and produce the audit log in docs/audits/ plus a single executable health-sprint prompt stored in prompts/.

Frequently Asked Questions about health-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit a codebase for security gaps and technical debt?▼

A repository health audit scans project structure, recent diffs, core docs, CI status, and testing to surface critical, security, and sustainability findings. It produces a permanent audit log under docs/audits/ with severity, impact, and traceable findings.

How do I convert codebase audit findings into actionable engineering tasks?▼

You convert codebase audit findings into actionable engineering tasks by generating consolidated health-sprint prompts stored in prompts/. These prompts include objectives, file manifests, specific file paths, commands, and binary success criteria.

When should I run a repository health check for sustainability risks?▼

Run a repository health check during onboarding to a new repo baseline, scheduled monthly maintenance for production services, pre-release risk assessment, or triage before architecture changes to identify critical build and sustainability problems.

What access is needed to run automated security audits on local repositories?▼

Automated security audits require read and write access to repository files, the ability to create docs/audits/ and prompts/ entries, and generation of file manifests with binary success criteria.

What is the best way to assess pre-release risk in a software repository?▼

The best way to assess pre-release risk is to run a health audit that scans CI status and testing to surface critical findings, then converts those findings into executable engineering commissions with binary success criteria.