ワンクリックで
work-report-generator
Generate weekly or monthly work reports from user-provided progress, tasks, metrics, risks, and plans.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Generate weekly or monthly work reports from user-provided progress, tasks, metrics, risks, and plans.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Extract structured contract fields from existing contract text or already parsed contract content according to a configured field list. Use when the user asks for 合同字段抽取, 合同信息抽取, 合同关键信息提取, 合同台账, contract field extraction, contract metadata extraction, contract ledger data, or extracting parties, amount, dates, term, payment terms, renewal terms, breach clauses, or other configured contract fields. This skill does not parse uploaded files directly; it works only after contract text is available from another system or parser.
Design structured user clarification flows with the existing request_user_input capability so the assistant asks stable, focused questions with usable quick options instead of plain natural-language follow-up. Use when the user or another skill needs 问答交互, 表单交互, 结构化质询, 弹出输入框, 选项框, 单选, 多选, 补充信息, 确认参数, 文件上传提示, 表单填写, questionnaire, form interaction, structured clarification, user input, quick replies, or parameter confirmation.
Plan precise slide-by-slide PPT structures from a topic, text content, requirements, or uploaded-material summaries, and prepare a file-generator-ready PPTX payload for downstream generation. Use when the user asks for PPT planning, PowerPoint outline, slide planning, page-by-page PPT requirements, presentation storyboard, report deck structure, pitch deck outline, training deck plan, proposal slides, project report slides, business review slides, or when the user asks to first create a precise outline before generating a PPT file. This skill is the planning and layout layer, not the PPTX file generator.
Rewrite existing assistant replies, service replies, workplace messages, or explanatory answers to sound more natural, human, warm, polite, concise, professional, empathetic, and easy to understand while preserving the original facts and boundaries. Use when the user asks for 回复口吻优化, 语气优化, 改得自然一点, 去 AI 味, 减少机械感, 像正常人说话, 温和一点, 亲切一点, 礼貌一点, 客服话术优化, 办公回复优化, 心理关怀回复, 面向普通用户, polish response, rewrite tone, make it natural, make it warmer, make it less robotic, or humanize this reply.
Generate downloadable SVG and HTML technical diagrams from natural language or structured data, including system architecture, AI Agent architecture, data flow, flowchart, comparison matrix, sequence, state, and ER diagrams.
Generate downloadable SVG charts from structured data, including radar, bar, line, pie, doughnut, scatter, and score distribution charts.
| name | work-report-generator |
| description | Generate weekly or monthly work reports from user-provided progress, tasks, metrics, risks, and plans. |
| when_to_use | Use this skill when the user asks to write, organize, polish, export, or generate a weekly report, monthly report, work summary, team report, project report, or management update. |
| provider_type | builtin |
| provider_id | file_generator |
| runtime_type | hybrid |
| tools | ["generate_file"] |
| max_calls_per_turn | 3 |
| timeout_seconds | 5 |
| display | {"icon":"clipboard-list","category":"productivity","label":{"en_US":"Work Report Generator","zh_Hans":"周报月报生成"},"description":{"en_US":"Turns work notes, progress, metrics, risks, and plans into structured weekly or monthly reports.","zh_Hans":"将工作记录、项目进展、关键数据、风险问题和计划整理成结构化周报或月报。"},"when_to_use":{"en_US":"Use when the user needs a weekly report, monthly report, work summary, project update, or management report.","zh_Hans":"当用户需要生成周报、月报、工作总结、项目进展汇报或管理汇报时使用。"},"tags":{"en_US":["Report","Productivity","Summary"],"zh_Hans":["周报","月报","工作总结"]}} |
Use this skill to turn raw work notes into a clear weekly or monthly work report. The output should be practical, structured, and ready to share with a manager, team, or customer.
generate_file.generate_file.skill_id, input, arguments, or JSON that represents this skill call unless the user explicitly asks to see implementation details or a call example.Use generate_file only when the user asks to export, download, save, or generate a file.
Recommended formats:
md for normal reports and editable structured text.docx when the user asks for Word or a formal editable document.pdf when the user asks for a read-only sharing file.txt only for plain text.When calling generate_file:
content: the final report text.format: selected from md, docx, pdf, or txt.filename: use a short ASCII name such as weekly-work-report or monthly-work-report.title: use the report title.lifecycle: use persistent by default.User input:
"帮我根据这些内容写本周周报:完成客户 A 需求评审,推进订单导入功能,修复 3 个线上问题,下周准备联调。"
Expected report shape:
# Weekly Work Report
## Summary
This week focused on customer requirement alignment, order import development, and production issue resolution.
## Completed Work
- Completed the requirement review for Customer A.
- Fixed 3 production issues.
## In Progress
- Continued development of the order import feature.
## Next Plan
- Prepare and start joint integration testing.