# Repo Audit

> Inspect an unfamiliar repository or code area before implementation. Use when stack, conventions, quality tooling, baseline state, ownership boundaries, or risks are not yet established.

- Skill: `trugurpala/repo-audit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add trugurpala/repo-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/trugurpala/repo-audit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: trugurpala (https://skillmd.com/u/trugurpala)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/trugurpala/repo-audit

---


# Repository Audit

Establish facts before edits.

- Read the nearest applicable `AGENTS.md`, README, package/build manifests, test configuration, and changed-file status.
- Identify language/framework, package manager, database, test runner, formatter/linter, type checker, build command, and CI gates from repository evidence.
- Record pre-existing failures separately from failures introduced by the current task.
- Find the smallest code surface that owns the requested behavior.
- Identify security, data-loss, migration, concurrency, compatibility, or deployment risk only when relevant.
- Do not install replacement tooling when the repository already has an equivalent.
- Return a short user-facing summary and exact evidence for the implementation workflow.

