print-evaluator

Automates triage and scoring of 3D print requests in Discord channels.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/DisruptionEngineer/build-useful-skills --skill print-evaluator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: print-evaluator
Source: https://github.com/DisruptionEngineer/build-useful-skills/tree/main/print-evaluator
Command: npx skills add https://github.com/DisruptionEngineer/build-useful-skills --skill print-evaluator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Print Evaluator automates triage and scoring for incoming 3D print requests to standardize decisions and speed throughput.

Core Features & Use Cases

  • Score requests on four axes (Printability, Complexity, Priority, Print Time) and publish a scorecard.
  • Route based on results: complex prints to #print-review; simple high-priority prints to #print-queue.
  • Handle approvals, rejections, notes, and priority changes via emoji reactions.
  • Communicate upstream with print-request-inbox and downstream with print-queue-manager.

Quick Start

Watch #print-requests for [SYSTEM] EVALUATE_REQUEST messages and automatically score each request, post a scorecard embed, and route it accordingly.

Frequently Asked Questions about print-evaluator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate triage and scoring for incoming 3D print requests in Discord?

Automating 3D print triage in Discord requires a bot that watches channels for [SYSTEM] EVALUATE_REQUEST messages, applies a four-axis scoring system, posts scorecard embeds, and routes prints to review or queue channels.

What scoring criteria are used to evaluate 3D prints for automated routing?

3D print evaluation scoring uses four axes: Printability, Complexity, Priority, and Print Time. The bot calculates these scores and publishes a scorecard embed to determine if a print routes to review or queue.

Can I handle print request approvals and rejections using emoji reactions in a Discord bot?

Yes, you can handle print request approvals, rejections, notes, and priority changes via emoji reactions on the scorecard embed, which then triggers upstream and downstream communication to inbox and queue managers.

How do I route complex 3D prints differently from simple high-priority ones?

Routing 3D prints based on complexity sends complex prints to a #print-review channel for further evaluation, while simple high-priority prints route directly to a #print-queue channel for immediate processing.

Does the 3D print triage bot integrate with upstream request inboxes and downstream queue managers?

The 3D print triage bot integrates upstream with a print-request-inbox to receive requests and downstream with a print-queue-manager to route approved prints, ensuring automated workflow communication across the pipeline.