order-sync-diagnose

Diagnoses Trello-Sheets order synchronization failures from smoke-integration outputs.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/victorp1leon/openclaw-bakery --skill order-sync-diagnose
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: order-sync-diagnose
Source: https://github.com/victorp1leon/openclaw-bakery/tree/main/.codex/skills/order-sync-diagnose
Command: npx skills add https://github.com/victorp1leon/openclaw-bakery --skill order-sync-diagnose

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes and diagnoses synchronization failures between Trello and Google Sheets to quickly surface root causes and reduce downtime in order processing workflows.

Core Features & Use Cases

  • Automated diagnosis: Reads latest smoke-integration outputs and identifies the failing scenario.
  • Root-cause mapping: Correlates failure codes to probable causes from logs to guide remediation.
  • Focused remediation guidance: Provides actionable steps and re-test commands to validate fixes in real time.

Quick Start

Run the smoke-integration diagnostic against the latest outputs to surface the failing Trello-Sheets sync scenario.

Frequently Asked Questions about order-sync-diagnose

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

FAQPage Schema
How do I diagnose Trello and Google Sheets order sync failures?

Diagnose Trello and Google Sheets order sync failures by analyzing the latest smoke-integration outputs to extract the failing scenario detail code and map it to a root cause.

What does the order_trello_card_not_found error mean in smoke testing logs?

The order_trello_card_not_found error indicates a synchronization failure where the expected Trello card is missing. It is one of the specific failure codes mapped to probable root causes from logs to guide your remediation steps.

How do I re-run a focused smoke test after fixing an order sync issue?

Re-run a focused smoke test after fixing an order sync issue by executing the precise commands provided in the remediation guidance. This validates your fixes in real time and generates a post-mortem summary of the synchronization run.

Can I use smoke testing to find the root cause of an operation_pending failure?

Yes, you can use smoke testing to find the root cause of an operation_pending failure. The diagnostic process correlates this status code from the integration outputs to probable causes extracted directly from the logs.

What are the limitations of diagnosing order sync failures from smoke-integration outputs?

Diagnosing order sync failures from smoke-integration outputs is limited to mapping recognized failure codes like *_execute_failed and order_update_patch_missing. It requires the latest smoke test outputs to already exist to extract the failing scenario detail.