audit — Evidence-Based Handover Audit
Audits an inherited engagement or implementation against its actual evidence, separating verified facts from claims you were simply told.
UtilitiesIntermediate★ 537⑂ 118AI 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 inreferences/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
@fdeworkflow who want an audit stage bolted on.
Examples
- "Audit the departed engineer's migration branch — what is actually deployed and verified vs. merely claimed?"
- A vendor reports "all tests pass": have the skill hunt for CI logs and test artifacts, then list every unverified assertion.
- 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)
- Download the ZIP with the button below.
- In Claude, open Settings → Capabilities and turn on 'Code execution and file creation'. (one time)
- Go to Customize → Skills → + → 'Upload a skill' and upload the 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.
- Open a terminal.
- Clone the repository:
git clone https://github.com/suboss87/FDEOps.git - Create the skills directory:
mkdir -p ~/.claude/skills - Copy the whole audit folder (the
references/subfolder must come along):cp -r FDEOps/skills/audit ~/.claude/skills/audit - Verify with
ls ~/.claude/skills/auditthatSKILL.mdandreferences/are present. - Restart Claude Code and trigger it with something like: "Use the audit skill on this project I just inherited."
View source on GitHub ↗License: MIT