weekly-report
Original:🇨🇳 Chinese
Translated
Organize daily work fragments into structured weekly reports, quantify achievements and automatically format them. Call this skill when you need to generate weekly reports, organize work achievements or write reporting materials.
5installs
Added on
NPX Install
npx skill4agent add shawngux/agent-skills-book weekly-reportTags
Translated version includes tags in frontmatterSKILL.md Content (Chinese)
View Translation Comparison →Weekly Report Generator
This skill helps you organize fragmented daily work information into a professional, structured weekly work report.
Usage Scenarios
- Users provide several daily work descriptions
- Need to organize scattered work content into a formal weekly report
- Want to quantify work achievements and display them clearly
Input Requirements
Please provide the following information:
- Main work completed this week (can be fragmented descriptions)
- Projects or tasks participated in
- Problems encountered or gains obtained
- Next week's plan (optional)
Output Format
The generated weekly report will include the following structure:
## 📋 Weekly Report Summary
- Time Range
- Overall Completion Status
## ✅ This Week's Work Achievements
- Specific tasks and quantitative data
- Project progress
## 🔧 Problems and Solutions
- Technical difficulties encountered
- Problem-solving ideas
## 📈 Quantitative Indicators
- Number of completed tasks
- Number of code submissions / amount of documentation, etc.
## 🎯 Next Week's Plan
- Expected goals
- Key tasksProcessing Principles
- Quantification First: Convert vague work descriptions into specific numbers
- Clear Structure: Use elements like headings, lists, and emojis to improve readability
- Highlight Achievements: Emphasize completed work and the value it brings
- Professional Formatting: Maintain consistent formatting and clear hierarchy
Example
User Input:
This week I wrote several API interfaces, fixed a login bug, and implemented a user avatar upload feature. I worked on the points mall project on Wednesday and Thursday.
Output:
## 📋 Weekly Report Summary
- Time Range: February 17 - February 21
- Overall Completion: Completed all development tasks as planned
## ✅ This Week's Work Achievements
- Completed 3 API interfaces for the user module
- Fixed the issue of invalid login verification code
- Implemented user avatar upload feature
- Promoted the progress of the points mall project
## 🔧 Problems and Solutions
- Issue with login verification code expiration time configuration → Adjusted cache strategy
- File size limit for avatar upload → Added front-end compression and back-end verification
## 📈 Quantitative Indicators
- API Interfaces: 3
- Bug Fixes: 1
- Feature Development: 1
- Project Participation: 2
## 🎯 Next Week's Plan
- Complete front-end integration for the points mall
- Develop user points redemption feature
- Supplement code optimization and unit tests