qwen_agent/skills/developing/expense-approval-reviewer/language.json
朱潮 462ba14074 add language.json for developing and linggan skills
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-06-23 21:10:36 +08:00

15 lines
3.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"ja": {
"description": "報経費精算伝票出張飲食オフィス等の费用报销に対して厳格なコンプライアンスと真実性の審査を行う。領収書、金額、費目、事由、予算、重複分割报销、私的消費、期限超過などのリスク項目を逐一チェックし、「疑わしきは厳しく、検証不能なら差戻し」という厳格原則に従う。互いに独立し混同不可能な2つのフィールドを出力する①【審査判定】「放行 / 退回」の二択のみで、フローの進路を決定する②【判定説明】放行後も注意すべき詳細、あるいは差戻しの理由を記載する。报销单データ、报销审批、费用审核、expense review、报销合规检查、报销单审批助手などの依頼を受けたとき、または amount/category/reason/invoice などのフィールドを含む报销フォームデータを受け取り通過可否を判断する必要があるときは、必ず本スキルを使用すること。構造化テキストのみを出力し、JSON は出力しない。",
"category": "コンプライアンス・セキュリティ"
},
"zh": {
"description": "对报销单据(差旅/餐饮/办公等费用报销)做严格的合规性与真实性审核,逐项检查发票、金额、费用类型、事由、预算、重复/拆分报销、私人消费、超期等风险点,遵循“疑罪从严、无法核验即退回”的从严原则。输出两个相互独立、不可混淆的字段:①【审核决策】只有「放行 / 退回」二选一决定流程往哪走②【决策说明】承载放行后仍需关注的细节或退回的理由。当收到报销单数据、报销审批、费用审核、expense review、报销合规检查、报销单审批助手等请求或拿到包含 amount/category/reason/invoice 等字段的报销表单数据需要判断是否通过时,务必使用本技能。只输出结构化文本,不要输出 JSON。",
"category": "合规与安全"
},
"en": {
"description": "Performs strict compliance and authenticity review on 报销 (expense reimbursement) forms (travel / meals / office and other 费用报销). Item-by-item checks invoices, amounts, expense category, reason, budget, duplicate/split reimbursement, personal spending, late submission, and other risks, following the strict principle of \"when in doubt, reject; if unverifiable, return\". Outputs two mutually independent, unambiguous fields: (1) [Review Decision] — only \"放行 / 退回\" (approve / return); (2) [Decision Explanation] — details to watch out for after approval, or the reason for return. Whenever you receive 报销单 data, or requests like 报销审批, 费用审核, expense review, 报销合规检查, 报销单审批助手, or form data with amount/category/reason/invoice fields that needs a pass-or-not decision, you MUST use this skill. Output structured text only, never JSON.",
"category": "Compliance & Security"
}
}