Mt weekly review
Skill MeisterLabs/meister-mcp-skills/skills/mt-weekly-review
Surface overdue tasks, tasks due this week, and recently completed tasks across MeisterTask projects for a weekly review.From its SKILL.md
npx -y skills add MeisterLabs/meister-mcp-skills --skill mt-weekly-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.3 KB, 257 tokens by cl100k_base, as published. Nobody here has run it
Weekly review
Use the MeisterTask MCP to run a structured weekly review across your MeisterTask projects.
Workflow
- Ask the user which projects to include — don't fetch all projects by default.
- Fetch tasks per project using
mt_tasks_list:- Identify overdue tasks (due date in the past, status open)
- Identify tasks due within the next 7 days
- Identify tasks completed in the last 7 days
- Note:
mt_tasks_listcan time out on projects with 200+ tasks — usemt_tasks_searchwith a due date range filter for those instead.
- Organize findings into three sections:
- Overdue — past-due open tasks grouped by project
- Due this week — upcoming tasks grouped by project
- Completed last week — recently closed tasks grouped by project
- Flag any projects with no activity in the last 7 days.
- Offer to reschedule overdue tasks or create a Note to capture review notes.
Important
If the user has many projects, ask which ones to include before fetching everything. Keep the output scannable — bullet points grouped by project, not a wall of text.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.