Agent Skills
› MeisnerDan/mission-control
› weekly-review
weekly-review
GitHub执行每周复盘,通过读取上下文和数据文件、分析Git日志,评估任务完成度与目标进展。生成包含成就、里程碑进度、艾森豪威尔矩阵健康度、停滞项及下周优先级的结构化报告。
Trigger Scenarios
用户需要进行周度工作回顾
需要总结本周项目进展和目标达成情况
Install
npx skills add MeisnerDan/mission-control --skill weekly-review -g -y
SKILL.md
Frontmatter
{
"name": "weekly-review",
"description": "Conduct a weekly review with accomplishments, goal progress, and recommendations",
"disable-model-invocation": true
}
Conduct my weekly review:
- Read
mission-control/data/ai-context.mdfor a quick snapshot of current state - Read all data files in
mission-control/data/ - Run
git log --oneline --since="7 days ago" --allfor all projects - Analyze task completion rates and goal progress
Report Format:
Accomplishments This Week
- Tasks completed (list them)
- Git commits summary by project
Goal Progress
- Each active milestone with % complete and trajectory
Eisenhower Matrix Health
- How many tasks in each quadrant?
- Are Important+Not-Urgent tasks getting attention or being neglected?
Stale Items
- Tasks that have been "in-progress" for more than a week
- Brain dump items older than 2 weeks
Recommendations for Next Week
- Top 3 priorities based on goal deadlines and importance
- Suggestions for tasks to delegate, eliminate, or reschedule
Version History
- 2b8c402 Current 2026-07-05 15:42


