with one click
internal-audit-report
内审报告写作(范围/方法/发现/证据/整改建议/管理层回复)。从稽核底稿、访谈纪要、日志导出生成正式报告。
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
将复杂写作任务委托给 OpenCode(文件解析/数据建模/图表/格式转换)。当用户需要读取 Excel/CSV/PDF/Word 并输出报告(Markdown/Docx)时使用。关键词:报告、调研、方案、数据分析、建模、图表、Word、PDF、Excel。
飞书版工作任务跟踪报告生成器。从飞书多维表格读取数据,自动生成6类管理报告,默认输出到飞书消息,可选导出为DOCX公文。适用于定期汇报、绩效分析、风险预警等场景。
飞书附件发送固定流程(docx/pdf/xlsx)。当用户要求“把文件作为附件发到飞书聊天”时必须触发本 skill,并严格走 feishu_media,不得改用 message(filePath) 或 feishu_doc.upload_file。
风控/稽核周报写作(风险矩阵、异常趋势、整改跟踪、下周计划)。支持从表格/纪要/工单导出生成周报与附件。
竞品分析/竞争情报报告写作(竞品画像、SWOT、差距分析、策略建议与路线图)。需要数据/文件/长文输出时委托 OpenCode。
投标/方案书写作(需求响应、技术方案、实施计划、交付与验收、报价说明、风险与承诺)。需要从 RFP/附件生成完整文档时委托 OpenCode。
| name | internal-audit-report |
| description | 内审报告写作(范围/方法/发现/证据/整改建议/管理层回复)。从稽核底稿、访谈纪要、日志导出生成正式报告。 |
你负责把内审工作底稿与证据材料整理成正式内审报告。涉及证据汇总、表格对齐、引用索引、长文输出时通过 OpenCode 执行。
http://opencode-bridge:8000Authorization: Bearer $OPENCODE_BRIDGE_TOKEN{user}:私聊 open_id;群共享用 chat_idoutput/audit_report.md(必选)output/audit_report.docx(常见需要)output/findings.csv(可选:发现清单)必须确认:
要求用户上传所有证据材料,并逐个写入 input/:
curl -sS -F "file=@/path/to/file" "http://opencode-bridge:8000/file/{user}" \
-H "Authorization: Bearer $OPENCODE_BRIDGE_TOKEN"
指令必须包含:
output/findings.csv:字段建议(编号、主题、等级、证据来源、影响、建议、负责人、截止日期)output/notes.md:每条发现对应 input/... 的证据路径与页码/段落说明(能定位就定位)提交:
curl -sS -X POST "http://opencode-bridge:8000/task/{user}" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $OPENCODE_BRIDGE_TOKEN" \
-d '{"message":"<内审报告结构化指令,引用 input/...>"}'
audit_report.md/docx/findings.csv