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


