tencent-docs-workorder-sync

Synchronize Tencent Docs work orders to the no-paper code review sheet.

1|Updated Apr 21, 2026
One-click install
npx skills add https://github.com/ChangZhou-xj/zxj_skill --skill tencent-docs-workorder-sync
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tencent-docs-workorder-sync
Source: https://github.com/ChangZhou-xj/zxj_skill/tree/main/.archive/tencent-docs-workorder-sync
Command: npx skills add https://github.com/ChangZhou-xj/zxj_skill --skill tencent-docs-workorder-sync

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tencent Docs工单同步写入技能帮助团队从源工单表快速筛选、去重并映射关键字段后写入无纸化代码复核表,降低重复工作与人为错误。

Core Features & Use Cases

  • 自动从源表筛选合规记录,严格过滤类别、产品标识、登记人以及工单状态,确保数据质量。
  • 实现字段映射与去重,确保A8单号/月度任务编号唯一性,并正确提取前端/后端编号信息。
  • 支持从本地数据源下载并规避 API 限流风险,适用于需要离线处理的场景。

Quick Start

Download the local work-record.xlsx using the pre-step, then run the synchronization workflow to filter, deduplicate, map fields, and write results to the target no-paper code review sheet.

Frequently Asked Questions about tencent-docs-workorder-sync

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

FAQPage Schema
How do I automate Tencent Docs work order sync to a code review table?

The Skill automates Tencent Docs work order sync by downloading local source data, filtering duplicates, mapping fields like A8 numbers, and writing qualifying records to the target code review sheet. This offline approach bypasses SmartSheet API throttling risks.

How does SmartSheet field mapping handle product identifiers and categories?

SmartSheet field mapping handles product identifiers by mapping pcx or gwwy-uniapp and categories like 需求 or 程序缺陷 to target columns. It enforces strict pre-checks so only qualifying records reach the target sheet.

Can I sync Tencent Docs data offline to avoid SmartSheet API throttling?

Yes, you can avoid SmartSheet API throttling by downloading local source data first. The Skill processes work-record.xlsx offline, performing de-duplication and field mapping before writing results to the target sheet, thus preventing rate limit issues.

What is the best way to deduplicate work orders before writing to a SmartSheet?

The best way to deduplicate work orders is to download local source data and check existing target entries before writing. This Skill matches A8 numbers and submission information to ensure uniqueness and prevent duplicate records in the target sheet.

Does Tencent Docs work order sync require a fixed registrar for filtering?

Yes, the sync workflow enforces strict pre-checks that filter records by a fixed registrar named 周兴杰 and a status of 开发完成. This ensures only properly registered and completed work orders are written to the target sheet.