with one click
policy-compliance-audit
规章制度合规审查:用于逐条审查员工手册、考勤、薪酬、奖惩、休假等公司制度,识别无效条款、程序瑕疵和修订建议。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
规章制度合规审查:用于逐条审查员工手册、考勤、薪酬、奖惩、休假等公司制度,识别无效条款、程序瑕疵和修订建议。
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Use when writing, modifying, or deleting intent test specs (rules.md) for the AIjia app. Triggers from inside test-intents skill routing: "加一条意图", "改 X task 的 rules", "拆这条复合意图", "删 意图-XXX-NNN", "新建 X task".
Use when running, executing, or troubleshooting AIjia intent tests. Triggers from inside usertest-intents skill routing: "跑一下 X 这个 task", "跑 意图-XXX-NNN", "跑全部意图测试", "意图测试 FAIL 怎么处理", "tauri-pilot aijia ..." commands.
Use when the user mentions intent tests for the AIjia desktop app at any level — asking what they are, running them, or modifying their specs. Triggers include "意图测试", "usertest-intents", "AEIT", "跑意图测试", "跑一下 X 这个 task", "跑 意图-XXX-NNN", "写意图", "加一条意图", "改 X task 的 rules", "意图测试怎么用".
当用户要求维护项目 wiki、补图谱、生成或更新 RepoWiki、维护 Understand-Anything 图谱、写 enhancement JSON、改 schema、命名、引用、更新规则、校验脚本、判断图谱完整性、派子 agent 分模块补充图谱时使用。维护入口,不负责普通 wiki 问答。
当用户用中文询问项目 wiki、UserWiki、仓库知识库、功能影响面、这个文件是干什么的、当前改动影响哪些模块、新人该先看什么、图谱完整了吗、如何安装或使用 Understand-Anything 时使用。日常 wiki 问答、安装、使用、影响面分析都走本 skill。
Use when adding or modifying `aijia <verb>` CLI subcommands in tauri-pilot — wraps **single atomic** DOM operations (click one button / fill one field / wait one state) so intent-test agents can compose them into multi-step flows without burning tokens on snapshot+click loops. Triggers "加 aijia 子命令", "封装 X 流程到 CLI", "tauri-pilot 加 login", "扩 aijia CLI", "封装 UI 操作".
| name | policy-compliance-audit |
| description | 规章制度合规审查:用于逐条审查员工手册、考勤、薪酬、奖惩、休假等公司制度,识别无效条款、程序瑕疵和修订建议。 |
| when_to_use | 当用户要求规章制度审查、员工手册合规、考勤制度/薪酬制度/奖惩制度审查、policy audit、handbook review,或上传公司制度文本时使用。 |
| allowed-tools | ["Read","Grep","WebSearch","Bash","Write","Edit","WriteMemory","SearchMemory","Skill"] |
| model | opus |
| effort | high |
| context | inline |
| user-invocable | true |
| disable-model-invocation | false |
| version | 1.2 |
| category | legal |
| metadata | {"label":"规章制度合规审查"} |
WebSearch 核验。按需读取 ${AIJIA_SKILL_DIR}/references/knowledge/ 下的资料:
labor_law_index.json:考勤、薪酬、奖惩、休假等制度类型的法规索引、合规要求和常见违规模式。invalid_clause_patterns.json:常见违法或无效条款模式及修正建议。procedure_rules.json:规章制度生效四要件、民主程序、公示告知和举证要点。关键审查口径已内化到正文流程:按制度类型拆分条款,识别制定程序、实体内容、处罚措施、申诉救济和公示告知风险;重点匹配罚款、末位淘汰、违法解除、限制婚育、强制加班、旷工认定过宽、加班审批排除加班费等风险模式。每项风险都应给出原文、等级、依据和修订方向,不依赖外部预计算状态。
风险等级:高风险/无效违法、中风险/有争议、低风险/合规可优化。
Read 读取制度文本。将文本拆为可审查单元:
对每一类问题输出:
同时评估制定程序是否满足《劳动合同法》第四条要求,并说明程序瑕疵对制度效力的影响。
如需查询最新司法解释、地方规定或案例,可使用 WebSearch。
用 Write 生成完整审查报告,建议包含:
可用 Bash 导出条款审查清单;如用户需要汇报材料,先询问确认,再用 Skill 生成 PPTX。
本技能在 AIjia 桌面端运行。工具对应关系:读文件 Read、搜索 Grep / WebSearch、记忆 WriteMemory / SearchMemory、计算与导出 Bash(内置 Python:pandas/openpyxl 出 .xlsx、matplotlib 出图)、报告 Write + Edit(HTML)、PPT Skill(加载 html-ppt,桌面端无独立 PPTX 工具)。
生成报告 / 长文档必须逐节增量写、用 Edit 续写,禁止把整份内容作为单个 Write 一次性吐出——否则对话界面会长时间无响应、且易触发流式超时。