Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
mes-defect-code-rule - Skill - OpenSmartRoute
Skillv1.0.0
mes-defect-code-rule
Giới thiệu các quy tắc chung của mes_defect_code trong script.yaml, đưa ra hướng dẫn về cách tra cứu tài liệu.
Instruction file imported from Linh-Bau/ScriptRunnr2_Copilot (.github/instructions/mes-defect-code-overview.instructions.md). Copyright stays with the author.
Giới thiệu
Tài liệu này cung cấp:
Cách định nghĩa và sử dụng mã lỗi MES trong mes_defect_code.
Tổng quan
mes_defect_code là một danh sách key-value dạng (string-string) được sử dụng để gửi mã lỗi lên hệ thống MES.
Key: Tên lỗi (string) - mô tả lỗi. Dựa theo chương trình.
Value: Mã defect code (string) - mã do MES cung cấp.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/linh-bau-scriptrunnr2-copilot-mes-defect-code-overview-i-23f28f/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "linh-bau-scriptrunnr2-copilot-mes-defect-code-overview-i-23f28f",
"kind": "skill",
"name": "mes-defect-code-rule",
"description": "Giới thiệu các quy tắc chung của mes_defect_code trong script.yaml, đưa ra hướng dẫn về cách tra cứu tài liệu.",
"publisher": "Linh-Bau",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Giới thiệu các quy tắc chung của mes_defect_code trong script.yaml, đưa ra hướng dẫn về cách tra cứu tài liệu."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/Linh-Bau/ScriptRunnr2_Copilot",
"path": ".github/instructions/mes-defect-code-overview.instructions.md",
"ref": "60ec993d7409c27f465dcfb15769f7c6463b08eb",
"url": "https://github.com/Linh-Bau/ScriptRunnr2_Copilot/blob/60ec993d7409c27f465dcfb15769f7c6463b08eb/.github/instructions/mes-defect-code-overview.instructions.md",
"key": "Linh-Bau/ScriptRunnr2_Copilot/.github/instructions/mes-defect-code-overview.instructions.md"
},
"applies_to": "**/*.yaml"
},
"instructions": "# Giới thiệu\n- Tài liệu này cung cấp:\n - Cách định nghĩa và sử dụng mã lỗi MES trong `mes_defect_code`.\n\n# Tổng quan\n- `mes_defect_code` là một danh sách key-value dạng (string-string) được sử dụng để gửi mã lỗi lên hệ thống `MES`.\n\n# Định nghĩa mes_defect_code\nví dụ:\n```yaml\nscript:\n mes_defect_code:\n DOWNLOAD_K81_FIRMWARE_FAIL : UN01\n DOWNLOAD_K81_APP_FAIL : UN02\n```\n\n- Mỗi mục trong `mes_defect_code` bao gồm:\n - Key: Tên lỗi (string) - mô tả lỗi. Dựa theo chương trình.\n - Value: Mã defect code (string) - mã do `MES` cung cấp.",
"cost": {
"context_tokens": 136
}
}
Fetch it by URL: GET /api/v1/registry/linh-bau-scriptrunnr2-copilot-mes-defect-code-overview-i-23f28f/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.