night-scan-compare

Compare MES night-shift scan results with BI production data via API.

Updated Jul 23, 2025
One-click install
npx skills add https://github.com/ha-giwan1203/GIWANOS_AgentOS --skill night-scan-compare
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: night-scan-compare
Source: https://github.com/ha-giwan1203/GIWANOS_AgentOS/tree/main/90_%EA%B3%B5%ED%86%B5%EA%B8%B0%EC%A4%80/%EC%8A%A4%ED%82%AC/night-scan-compare
Command: npx skills add https://github.com/ha-giwan1203/GIWANOS_AgentOS --skill night-scan-compare

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MES nightly scan results often diverge from BI production data, causing delayed detection of discrepancies. This skill automates the identification and reporting of those differences.

Core Features & Use Cases

  • Reads BI baseline and line-specific data, retrieves daily MES scan quantities via API, and compares results.
  • Generates a structured Excel workbook with sheets for production data, scan data, daily differences, and a monthly KPI summary for auditing and trend analysis.
  • Use Case: For a given line and month, automatically produce a reconciled view of BI vs MES data to support production quality and reporting.

Quick Start

Run the night-scan-compare process with a specified line and month to generate the nightly production vs scan comparison workbook.

Frequently Asked Questions about night-scan-compare

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

FAQPage Schema
How do I automate MES night-shift scan data comparison with BI production reports?

To automate MES night-shift scan data comparison, this skill fetches daily scan quantities via API and evaluates them against BI production data for a specified line and month. It outputs a multi-sheet Excel workbook detailing daily differences and a monthly KPI summary.

What is the best way to reconcile monthly BI production data with daily MES scan quantities?

The best way to reconcile monthly BI production data with MES scans is to target line-specific nightly data for a given month. The process generates a structured workbook with production data, scan data, daily composition, and a monthly summary for auditing.

How does the comparison process handle missing MES scan data for specific days?

When handling missing MES scan data, the process enforces deterministic data handling by leaving corresponding cells blank or explicitly marking the MES data as missing. This ensures the Excel workbook accurately reflects data availability without causing calculation errors.

Can I preserve existing Excel formulas when exporting MES and BI comparison results?

Yes, you can preserve existing Excel formulas when exporting MES and BI comparison results. The process enforces deterministic data handling and specifically preserves formulas while writing production data, scan data, and daily differences into the multi-sheet workbook.

Do I need an API connection to retrieve MES scan quantities for the comparison?

Yes, you need an active API connection to retrieve MES scan quantities. The process automates fetching daily scan data via API for a specified line and month, using this retrieved information as the baseline to compare against your BI production data.