Work product audit
Skill batteryshark/skill-tap/skills/development/work-product-audit
Audit repositories and public documentation for internal notes, defensive explanations, unexplained assertions, stale project residue, hidden assumptions, and generated-sounding meta commentary. Use when scanning launch material, cleaning public prose, or deciding which reasoning belongs outside the finished deliverable.From its SKILL.md
npx -y skills add batteryshark/skill-tap --skill work-product-auditAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.9 KB, 315 tokens by cl100k_base, as published. Nobody here has run it
Work-product audit
Keep a repository readable as finished work rather than a transcript of how the work was produced.
Workflow
-
Identify the public surface: root docs, package documentation,
docs/, examples, schemas, user-facing prompts, and CLI help. Exclude version-control data, caches, dependencies, generated output, internal notes, and agent scratch unless the request includes them. -
Run the candidate scanner:
bin/work-product-audit <repo-or-file> -
Review every hit in context. The scanner reports candidates, not verdicts.
-
Classify each item with
references/decision-guide.md: delete, rewrite, move internal, or keep. -
Edit with a deletion bias. Turn useful defensive or meta framing into a direct statement of behavior.
-
Re-run the scanner and the repository's link, style, or documentation checks.
Evidence rules
- Tie every recommendation to the audience and maintenance cost.
- Preserve operational boundaries that prevent concrete misuse.
- Distinguish an unsupported assurance from a claim backed by nearby evidence.
- Search for old names, task identifiers, local paths, session residue, and provider notes before publication.
- Treat patterns associated with generated prose as review cues, never proof of authorship.
Report
Group changes by delete, rewrite, move, and intentional keep. Explain any remaining candidate that could surprise a later auditor.
For an independent read-only pass, use agents/auditor.md.
What ships with it: 4 files
7.0 KB alongside SKILL.md, 2 of them executable
agents/
- auditor.md743 B
bin/
- work-product-auditruns228 B
references/
- decision-guide.md1.9 KB
scripts/
- audit_text.pyruns4.1 KB