Paper Trail Audit Sota banner
roomi-fields roomi-fields

Paper Trail Audit Sota

Security community

Description

--- description: Audit a SOTA's bibliography. Classify each cited ref by validation state. Optional --purge removes citations to retracted refs from the SOTA (with .bak backup). --- # `/paper-trail:audit-sota` — Audit a SOTA's bibliography Invoke the `sota-auditor` skill to audit references cited in an existing SOTA file. ## Usage ``` /paper-trail:audit-sota <path-to-SOTA.md> /paper-trail:audit-sota <glob-pattern> /paper-trail:audit-sota <path> --purge # auto-remove retracted citations

Installation

Installs to ~/.claude/skills/roomi-fields-paper-trail-paper-trail-audit-sota/SKILL.md

Terminal
mkdir -p ~/.claude/skills/roomi-fields-paper-trail-paper-trail-audit-sota && curl -fsSL https://raw.githubusercontent.com/roomi-fields/paper-trail/HEAD/commands/paper-trail-audit-sota.md -o ~/.claude/skills/roomi-fields-paper-trail-paper-trail-audit-sota/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository