Claude Skill MartBrowse skillsQuick linesLearn by videoTerminal guideWhat is a Skill?
Back to list

audit — Evidence-Based Handover Audit

Audits an inherited engagement or implementation against its actual evidence, separating verified facts from claims you were simply told.

UtilitiesIntermediate537118AI score 7/10Last updated: Sep 15, 2026

What it does

  • Gives Claude an evidence-first audit procedure for work you inherited or joined mid-flight.
  • Forces a clean distinction between implementation, verification, deployment and acceptance instead of lumping them into "done".
  • Preserves unknowns rather than guessing, and requires honest reporting of missing tools or checks that were never run.
  • The actual method lives in references/audit.md; persistence and authority rules live in references/task-context.md. SKILL.md routes to both and works standalone (no engagement folder or extra skill pack needed).

Who it's for

  • Engineers and consultants taking over a codebase or client engagement from someone else.
  • Tech leads and PMs who must confirm whether a "finished" deliverable really is finished.
  • FDEOps users already running the @fde workflow who want an audit stage bolted on.

Examples

  1. "Audit the departed engineer's migration branch — what is actually deployed and verified vs. merely claimed?"
  2. A vendor reports "all tests pass": have the skill hunt for CI logs and test artifacts, then list every unverified assertion.
  3. Day one on a new project: reconcile the handover docs against the repo and produce a verified / inherited-claim / unknown table.

· · · Install guide · · ·

Try it now, no install

Paste this into Claude to use the skill without installing anything.

Read the instructions in this file and follow them to help me:
https://raw.githubusercontent.com/suboss87/FDEOps/HEAD/skills/audit/SKILL.md

What I want: (describe your task here)

If Claude can't open the link, open it yourself and paste the contents instead.

If it works for you, download the ZIP below and install it. Then it runs on its own — no pasting each time.

Install in the Claude app (no terminal)
  1. Download the ZIP with the button below.
  2. In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
  3. Go to Customize → Skills → + → 'Upload a skill' and upload the ZIP.
Download ZIP
Install in Claude Code

Let Claude do it — paste this into Claude Code

Install the skill I found on Claude Skill Mart.
Copy the skills/audit folder from the GitHub repo suboss87/FDEOps into my ~/.claude/skills/suboss87-audit/.
When it's done, tell me in one line what this skill can do.

Install with a command instead

git clone https://github.com/suboss87/FDEOps.git && mkdir -p ~/.claude/skills && cp -r FDEOps/skills/audit ~/.claude/skills/audit

This is a third-party skill. Check the source repository before installing.

  1. Open a terminal.
  2. Clone the repository: git clone https://github.com/suboss87/FDEOps.git
  3. Create the skills directory: mkdir -p ~/.claude/skills
  4. Copy the whole audit folder (the references/ subfolder must come along): cp -r FDEOps/skills/audit ~/.claude/skills/audit
  5. Verify with ls ~/.claude/skills/audit that SKILL.md and references/ are present.
  6. Restart Claude Code and trigger it with something like: "Use the audit skill on this project I just inherited."