skills/yunshu0909/weekly-report/SKILL.md
帮助用户梳理周报,按照完整逻辑展示工作价值和边界。当用户说"写周报"、"周报"、"梳理周报"、"整理工作"时触发。
npx skillsauth add aiskillstore/marketplace weekly-reportInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
帮助用户把一周的工作梳理成逻辑清晰、价值明确的周报,让团队了解做了什么、遇到什么问题、下一步计划。
引导用户讲述本周工作,可以想到什么说什么,不需要有条理:
根据用户的工作性质和角色,灵活选择合适的模块分类。以下是不同角色的常见分类参考:
技术/开发角色:
产品经理角色:
运营角色:
设计角色:
测试/QA角色:
SA/售前/商务角色:
通用模块(适用所有角色):
使用建议:
针对每件事,通过追问补充完整逻辑:
关键追问模板:
给用户看初稿,确认:
根据用户反馈调整措辞、结构和重点。
生成最终的周报文档,包含:
# 本周工作
## 一、[模块名称]
**1. [客户/项目名称] - [一句话概括]**
[完整描述:背景 → 做了什么 → 结果 → 下一步]
**2. [客户/项目名称] - [一句话概括]**
① [子项1]:[描述]
② [子项2]:[描述]
③ [子项3]:[描述]
**核心卡点/挑战**:[如果有重要问题,单独说明]
## 二、[模块名称]
...
## 下周重点
**1. [重点事项1]**
- [具体内容]
**2. [重点事项2]**
- [具体内容]
把生成的周报文档保存为:
周报-[日期].md
建议放在用户的工作目录或文档目录中,如:
/Users/xxx/Documents/周报/weekly-reports/ 文件夹助手:你好,我来帮你梳理周报。这周主要做了哪几块的事情?
用户:[描述工作内容]
助手:好的,我理解了。让我确认几个细节:
1. [追问背景]
2. [追问结果]
3. [追问下一步]
...
用户:[回答]
助手:明白了。我按这个逻辑整理一下:
[展示分类后的结构]
你看看有没有遗漏的?
用户:[补充或确认]
助手:好的,我写个初稿给你看看:
[展示周报初稿]
这样可以吗?有哪里需要调整的?
用户:[反馈调整意见]
助手:好,我按你说的改一下:
[展示调整后的版本]
现在说说下周重点做啥?
用户:[说下周计划]
助手:好的,完整的周报已经整理好了:
[展示最终版本]
我把周报保存在:[路径]
你可以直接复制去提交了。
development
Apple Human Interface Guidelines for content display components. Use this skill when the user asks about charts component, collection view, image view, web view, color well, image well, activity view, lockup, data visualization, content display, displaying images, rendering web content, color pickers, or presenting collections of items in Apple apps. Also use when the user says how should I display charts, what's the best way to show images, should I use a web view, how do I build a grid of items, what component shows media, or how do I present a share sheet. Cross-references: hig-foundations for color/typography/accessibility, hig-patterns for data visualization patterns, hig-components-layout for structural containers, hig-platforms for platform-specific component behavior.
tools
Automate HelpDesk tasks via Rube MCP (Composio): list tickets, manage views, use canned responses, and configure custom fields. Always search tools first for current schemas.
testing
Expert Haskell engineer specializing in advanced type systems, pure functional design, and high-reliability software. Use PROACTIVELY for type-level programming, concurrency, and architecture guidance.
tools
GraphQL gives clients exactly the data they need - no more, no less. One endpoint, typed schema, introspection. But the flexibility that makes it powerful also makes it dangerous. Without proper controls, clients can craft queries that bring down your server. This skill covers schema design, resolvers, DataLoader for N+1 prevention, federation for microservices, and client integration with Apollo/urql. Key insight: GraphQL is a contract. The schema is the API documentation. Design it carefully.