What problem does it solve?
When debugging the MaaEnd AutoStockStapleMain task, it is hard to tell from raw maafw and go-service logs what was actually purchased, why a purchase stopped, and how the remaining bill (coupons/bill) changed over time. This Skill provides a rigorous log-analysis workflow that reconstructs the real purchase sequence, separates recognized-but-not-purchased items, and rebuilds a step-by-step remaining-bill timeline.
Core Features & Use Cases
- Purchase Reconstruction: Correlates AutoStockBuyItem task clicks with AutoStockInStapleItemName OCR boxes and AutoStockStapleQuantityControl Buy/Exclude branches to determine what was truly bought versus merely recognized.
- Bill Timeline Rebuild: Builds a mandatory timeline of CurrentStockBillText OCR values, with special handling for bill-currency changes when switching between ValleyIV and Wuling scenes.
- Instrumentation Guidance: Maps log evidence back to real pipeline nodes and recommends where to add logging in pipeline or go-service code.
- Use Case: A user reports that AutoStockStapleMain bought the wrong items or that the bill dropped unexpectedly; you run this Skill against their log directory to produce a purchase list, event timeline, and bill timeline with evidence.
Quick Start
Analyze the attached MaaEnd log directory for the AutoStockStapleMain task and reconstruct what was actually purchased together with the remaining bill timeline.