zdm-daily-inspection

Automate daily ZDM inspection data entry for the SP3M3 line via API.

Updated Jul 23, 2025
One-click install
npx skills add https://github.com/ha-giwan1203/GIWANOS_AgentOS --skill zdm-daily-inspection
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zdm-daily-inspection
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/zdm-daily-inspection
Command: npx skills add https://github.com/ha-giwan1203/GIWANOS_AgentOS --skill zdm-daily-inspection

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

ZDM daily inspection data entry for SP3M3 line is automated, reducing manual logging and ensuring timely, consistent records across lines and shifts.

Core Features & Use Cases

  • Retrieves the 19 SP3M3 inspection masters, reads their items, and posts 75 OK records for the current day via the API.
  • Validates completion by re-reading records to ensure all 75 checks are saved, and auto-fills missing days up to yesterday to maintain data integrity.
  • Enforces safety rules such as Sunday-block and guardrails for API interactions, preventing unintended data changes.

Quick Start

Run the zdm-daily-inspection workflow to automatically submit OK records for today's SP3M3 inspections.

Frequently Asked Questions about zdm-daily-inspection

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

FAQPage Schema
How do I automate ZDM daily inspection data entry for the SP3M3 production line?

You can automate ZDM daily inspection data entry by running a workflow that retrieves 19 SP3M3 inspection masters and posts 75 OK records per day via API. It handles the entire routine task automatically, reducing manual logging.

Can I backfill missing daily inspection records for previous days?

Yes, you can optionally backfill missing daily inspection records. The workflow auto-fills missing days up to yesterday to maintain data integrity, ensuring consistent records across lines and shifts without manual intervention.

What safety gates are enforced when posting daily inspection records via API?

The daily inspection posting enforces a Sunday-block, validates the master count check for 19 checklists, and performs post-success verification by re-reading records to ensure all 75 checks are saved correctly before completing.

Do I need the requests library to run the SP3M3 ZDM daily inspection automation?

Yes, you need the requests library installed. It is the required dependency for the Python scripts to interact with the API, retrieve the 19 SP3M3 inspection masters, and post the daily OK check records.

How does the automated inspection workflow verify data integrity after posting?

The workflow validates completion by re-reading the posted records via API after submission. This post-success verification step ensures that all 75 daily checks are actually saved in the system and no entries were dropped.

When should I avoid running the SP3M3 ZDM daily inspection automation?

You should not run the SP3M3 ZDM daily inspection automation on Sundays due to the enforced Sunday-block safety gate. This prevents unintended data changes and blocks API interactions on restricted days.