verify-llm-artifacts

Installation
SKILL.md

Verify LLM Artifacts Findings

Second-pass verification for .beagle/llm-artifacts-review.json. The detection pass optimizes for recall; this pass optimizes for precision so agents do not remove or “clean” code that is still required.

When to run

  • After the review-llm-artifacts skill (especially full-project scans).
  • Before the fix-llm-artifacts skill when findings include deletions, dead code, or High risk.
  • Whenever past runs flagged artifacts that should not have been removed.

Inputs

  • Required: .beagle/llm-artifacts-review.json from a completed review.
  • Optional: $ARGUMENTS--priority-only (verify dead_code and any fix_action of delete first; then others), --id N (single finding id).

If the review file is missing, exit with: Run the review-llm-artifacts skill first.

Prerequisite skills

Installs
26
GitHub Stars
68
First Seen
May 9, 2026
verify-llm-artifacts — existential-birds/beagle