hunvreus/skill-issue · Archived

audit

Audit a new or unfamiliar project to understand its structure, health, risks, documentation gaps, and next actions. Use when initially entering a repo, assessing project quality, preparing onboarding, or asking what should be improved first.

First seen May 19, 2026

Installation

$ npx skills add hunvreus/skill-issue --skill audit

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from hunvreus/skill-issue · top by installs.

npx skills add hunvreus/skill-issue

Browse all from hunvreus/skill-issue

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 36
License LICENSE
Default branch main
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,774 B
  • docs SUMMARY.md 254 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 10 installs

SKILL.md

Audit

Input

  • A repository, path, subsystem, branch, feature, diff, or audit question.
  • Use explicit input first; otherwise infer from context, recent edits, selected files, or branch.
  • Safest default: audit the current project at a high level.

Workflow

  1. Map the project. Identify purpose, stack, entry points, package structure, runtime, and ownership boundaries.
  2. Find commands. Locate install, dev, test, lint, typecheck, build, release, and deploy commands.
  3. Run safe checks. Execute available non-destructive checks when practical; record missing or failing checks.
  4. Review docs. Check README, architecture docs, API docs, devops docs, runbooks, and examples for gaps or stale claims.
  5. Inspect risk areas. Review security, dependencies, config, migrations, data handling, error paths, observability, and release/deploy posture.
  6. Identify issues. Produce prioritized findings with evidence, impact, and suggested next action.
  7. Fill obvious docs gaps. If requested, update small missing docs discovered during the audit.

Output

  • Project map
  • Available commands and check results
  • Findings ordered by severity or leverage
  • Documentation gaps
  • Suggested next actions
  • Work explicitly not audited

Guardrails

  • Do not make broad changes during an audit unless the user asks.
  • Do not run destructive commands or deploys.
  • Distinguish observed facts from guesses.
  • Prefer actionable findings over generic best-practice lists.