qwen_agent/skills/developing/leave-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.1 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つのフィールドを出力する①【審査判定】「放行 / 退回」の二択のみで、フローの進路を決定する②【判定説明】放行後も注意すべき詳細、あるいは差戻しの理由を記載する。请假申请データ、请假审批、休假审核、leave review、请假合规检查などの依頼を受けたとき、または leave_type/days/reason などのフィールドを含む请假フォームデータを受け取り通過可否を判断する必要があるときは、必ず本スキルを使用すること。構造化テキストのみを出力し、JSON は出力しない。",
"category": "コンプライアンス・セキュリティ"
},
"zh": {
"description": "对请假申请做合理性与合规性初审,逐项检查请假类型与天数自洽、事由充分性、长假对项目的影响、病假凭证、超额/频繁请假、时效与时间冲突、占位/测试数据等风险点,遵循“信息不足以判断即偏向退回核实”的从严原则。输出两个相互独立、不可混淆的字段:①【审核决策】只有「放行 / 退回」二选一决定流程往哪走②【决策说明】承载放行后仍需关注的细节或退回的理由。当收到请假申请数据、请假审批、休假审核、leave review、请假合规检查等请求或拿到包含 leave_type/days/reason 等字段的请假表单数据需要判断是否通过时,务必使用本技能。只输出结构化文本,不要输出 JSON。",
"category": "合规与安全"
},
"en": {
"description": "Performs initial reasonableness and compliance review on 请假 (leave) requests. Item-by-item checks consistency between leave type and number of days, sufficiency of reason, impact of long leave on the project, sick-leave documentation, excessive/frequent leave, timeliness and time conflicts, placeholder/test data, and other risks, following the strict principle of \"when information is insufficient to decide, lean toward returning for verification\". 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 leave-request data, or requests like 请假审批, 休假审核, leave review, 请假合规检查, or form data with leave_type/days/reason fields that needs a pass-or-not decision, you MUST use this skill. Output structured text only, never JSON.",
"category": "Compliance & Security"
}
}