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


