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.jsonfrom a completed review. - Optional:
$ARGUMENTS—--priority-only(verifydead_codeand anyfix_actionofdeletefirst; then others),--id N(single finding id).
If the review file is missing, exit with: Run the review-llm-artifacts skill first.