pkm:daily-review

Aggregate completed tasks, time usage, insights, and tomorrow's priorities into Obsidian daily notes.

2|1|Updated Oct 23, 2025
One-click install
npx skills add https://github.com/devkade/collaborator --skill pkm-daily-review
Or copy as Structured Prompt for Agentβ–Ό
Please help me install this Agent Skill.
Skill: pkm:daily-review
Source: https://github.com/devkade/collaborator/tree/main/skills/pkm-framework/skills/temporal/daily-review
Command: npx skills add https://github.com/devkade/collaborator --skill pkm-daily-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you close out your day by completing the πŸŒ™ Daily Review section with tasks completed, time usage, insights, and tomorrow's priorities.

Core Features & Use Cases

  • Automatically complete the πŸŒ™ Daily Review section with:
    • Tasks completed today
    • Time usage from Google Calendar and pomodoro tracking
    • Key insights and learnings
    • Suggestions for tomorrow's work
  • Use Case: End-of-day reflection to ensure alignment and carry-over work into tomorrow.

Quick Start

Use the pkm:daily-review command at the end of the day to populate the πŸŒ™ Daily Review in your daily note.

Frequently Asked Questions about pkm:daily-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate an Obsidian daily review with pomodoro and calendar data?β–Ό

Automating an Obsidian daily review aggregates completed tasks, calendar events, and pomodoro time tracking directly into your daily note. It reads YAML frontmatter and TaskNotes to populate sections for tasks completed, time usage, insights, and tomorrow's priorities.

How do I pull Google Calendar events into Obsidian daily notes?β–Ό

Pulling Google Calendar events into Obsidian daily notes populates the time usage section of your end-of-day review. The review process extracts calendar events alongside pomodoro data to provide a comprehensive breakdown of how your day was spent.

What is the best way to track completed tasks in an Obsidian daily note?β–Ό

Tracking completed tasks in an Obsidian daily note is done by parsing TaskNotes to extract finished items. This automated compilation gathers your completed tasks and places them directly into the Daily Review section for end-of-day reflection.

Can I use YAML frontmatter for pomodoro time tracking in Obsidian?β–Ό

Using YAML frontmatter for pomodoro time tracking in Obsidian allows the daily review process to read your pomodoro data automatically. It extracts this frontmatter information to calculate and populate the time usage section of your daily note.

Does the Obsidian daily review suggest priorities for tomorrow?β–Ό

The Obsidian daily review does suggest priorities for tomorrow by populating a dedicated suggestions section. It aggregates today's tasks, time usage, and insights to generate actionable recommendations for your following workday.

Why is my daily review not pulling tasks from TaskNotes?β–Ό

A daily review not pulling tasks from TaskNotes typically occurs if the notes lack the expected formatting or YAML frontmatter required for parsing. The review process depends on reading specific frontmatter structures to successfully extract and compile your completed tasks.