Imported from atniptw/fantastic-octo-waffle (
.github/skills/detect-silent-processing-failures/SKILL.md). Install upstream withnpx skills add atniptw/fantastic-octo-waffle --skill detect-silent-processing-failures. Copyright stays with the author.
Detect Silent Processing Failures Skill
Use this skill after processor runs to identify suspicious outcomes.
Outcomes
- Metadata accounting inconsistencies are reported.
- Referenced models are validated for existence and size.
- Suspicious mesh and bounds values are flagged.
Core Command
python3 scripts/check_processed_outputs.py --metadata data/outputs/metadata.json
Strict mode:
python3 scripts/check_processed_outputs.py --metadata data/outputs/metadata.json --strict
Warning Heuristics
hhh_countdiffers fromhhh_inspected.model_count + export_failed_countdiffers fromhhh_inspected.- Item references missing or empty model file.
- Invalid
mesh_boundsstructure.
Agent Guidance
- Default to warnings only unless strict mode requested.
- Provide a compact summary and detailed per-item evidence.
- Keep checks deterministic and schema-version aware.