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


