运行时依赖
无特殊依赖
安装命令
点击复制官方npx clawhub@latest install manufacturing-codebook-normalization-manufacturing-failure-reason-codebook-normalization
镜像加速npx clawhub@latest install manufacturing-codebook-normalization-manufacturing-failure-reason-codebook-normalization --registry https://cn.longxiaskill.com
技能文档
Overview
This skill normalizes manufacturing defect reasons written by testing engineers according to standardized product codebooks.
Usage
# Process defect data with codebook normalization
python normalize_defects.py --input defects.csv --codebook codebook.csv --output normalized.csv
Codebook Format
The codebook should contain:
code: Standard defect codedescription: Standard descriptionkeywords: Matching keywords
Configuration
Configure via config.yaml:
codebook_path: "data/codebook.csv"
matching_threshold: 0.8
output_format: "csv"