manufacturing-failure-reason-codebook-normalization

Normalize failure reason text into standardized product codebook codes.

4|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/GeneralReasoning/env-skillsbench --skill manufacturing-failure-reason-codebook-normalization-generalreasoning
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manufacturing-failure-reason-codebook-normalization
Source: https://github.com/GeneralReasoning/env-skillsbench/tree/main/manufacturing-codebook-normalization/environment/skills/manufacturing-failure-reason-codebook-normalization
Command: npx skills add https://github.com/GeneralReasoning/env-skillsbench --skill manufacturing-failure-reason-codebook-normalization-generalreasoning

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Normalize, standardize, and correct testing engineers' failure reasons to align with the provided product codebooks, producing consistent, actionable defect codes and explanations.

Core Features & Use Cases

  • Segments raw failure reason text into discrete units for evaluation.
  • Performs semantic matching against product codebooks with station-aware validation and deterministic tie-breaking.
  • Outputs a single, standardized pred_code per segment with calibrated confidence scores for auditing and traceability.

Quick Start

Provide a batch of raw failure reasons and let this skill output standardized codes with explanations.

Frequently Asked Questions about manufacturing-failure-reason-codebook-normalization

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

FAQPage Schema
How do I normalize manufacturing defect failure reasons to match a product codebook?

To normalize manufacturing defect failure reasons, this skill segments raw text, scores codebook candidates using station compatibility and context alignment, and outputs a single standardized code with calibrated confidence per segment.

What is codebook candidate scoring and how does it work for defect reason normalization?

Codebook candidate scoring evaluates segmented failure text by measuring station compatibility and context alignment against the codebook, applying deterministic tie-breaking to select the best matching code with a calibrated confidence score.

How do I standardize inconsistent failure reason text from different testing stations?

Standardizing inconsistent failure reason text uses station-aware validation during semantic matching to ensure segmented defect reports conform to product codebooks regardless of which station recorded the original failure.

Can I batch process multiple raw failure reason records for defect code normalization?

Yes, you can batch process raw failure reasons by providing multiple records, and the skill will segment text, score codebook candidates, and output standardized codes with explanations and confidence scores for each segment.

How does confidence calibration work for standardized defect codes?

Confidence calibration assigns a score to each predicted code by evaluating evidence such as station compatibility and context alignment, producing auditable confidence levels for every standardized defect code output.

What are the limitations of automated defect reason codebook normalization?

Automated defect reason normalization depends on the quality of the provided product codebooks and raw failure text; ambiguous segments may yield lower confidence scores, requiring manual review for accurate codebook alignment.