agigante80

Code Health Auditor — Security skill for Claude Code

Security community

Run a source code-health audit for actual-sync and create GitHub issues for genuine findings.

How to install Code Health Auditor

Installs to ~/.claude/commands/agigante80-actual-sync-code-health-auditor.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/agigante80/Actual-sync/HEAD/.claude/commands/code-health-auditor.md -o ~/.claude/commands/agigante80-actual-sync-code-health-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

What Code Health Auditor does

Run a source code-health audit for actual-sync and create GitHub issues for genuine findings.

Usage

Accepted arguments: `[--full] [--dry-run]`

  • Default: cache-first. Skip findings already filed and recorded in the cache.
  • --full: ignore the cache and re-triage every finding.
  • --dry-run: print the report and the tickets that WOULD be filed, but create no tickets and write no cache. Use this for review.

This auditor is run MANUALLY on demand

Alternatives in Security

  • Skills Audit Report — Date: 2026-02-15 Auditor: Automated Skill Quality Audit Scope: Recently added skills in business-growth/, fina 5.3k ★
  • Portaljs Check Data Quality — Audit a local or remote tabular file (CSV/TSV) for common data quality issues 2.3k ★
  • Memory Self Review — Mine recent agent history (claude-mem + usage stats) for recurring failures and repeated patterns, audit MEMOR 297 ★

Full documentation available on GitHub

View Source Repository