Verifies the delivered artifact a consumer actually receives (a figure, chart, PDF, SVG, screenshot, compiled build, or deployed response) by regenerating it fresh and directly observing the output, not the source that produces it, and ends in one honest verdict. Use when the deliverable is a produced artifact and correctness lives in the rendered result. Do not use for a pure source or code diff with no separate produced output; use reviewing-code-quality instead.
$npx -y skills add flyfission/nuclear-grade-context-engineering --skill verifying-final-artifactsInstalls into the current project.
Run `npx skills use "https://github.com/flyfission/nuclear-grade-context-engineering" --skill "flyfission/nuclear-grade-context-engineering/verifying-final-artifacts"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/flyfission/nuclear-grade-context-engineering" that are relevant to the current task. Run `npx skills add "https://github.com/flyfission/nuclear-grade-context-engineering"` and select the relevant skills, then follow their instructions.