verify-llm-artifacts
SolidConfirms or rejects findings from review-llm-artifacts before deletes or risky refactors. Loads review-verification-protocol-style checks per finding. Use after a review run, when the user wants to reduce false positives, before fix-llm-artifacts on dead code, or when validating a full-project scan.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- existential-birds
- Repository
- existential-birds/beagle
- Created
- 5 months ago
- Last Updated
- today
- Language
- Shell
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
fix-llm-artifacts
Applies fixes from a prior review-llm-artifacts run, with safe/risky classification. Respects verify-llm-artifacts output when present to skip false positives.
review-verification-protocol
Mandatory verification steps for all code reviews to reduce false positives. Load this skill before reporting ANY code review findings.
review-llm-artifacts
Detects common LLM coding agent artifacts by spawning four parallel subagents over the project or changed files. Scans files changed since main by default; use --all for full-project scan. Triggers on LLM cruft cleanup, agent-generated code review, dead code sweeps, test-quality passes, or when the user asks to scan the whole repo.
ae-verification-loop
Use when a task needs proof before handoff. Choose targeted checks, run them, interpret failures, and produce a final validation summary instead of relying on confidence.
verification-loop
Load when a workflow-router-selected owner workflow needs final build, typecheck, lint, test, diff, smoke, and artifact checks before declaring completion; use diagnose while root cause is unknown.