Daily Review Ritual

v1.0.0

End-of-day review to capture progress, insights, and plan tomorrow

7· 3.9k·22 current·25 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
Name and description match the content of SKILL.md. The actions described (find today's notes, create/update a daily note, archive completed tasks) are consistent with a daily-review helper and no unrelated resources, binaries, or credentials are requested.
Instruction Scope
The instructions ask the agent to 'find all notes modified today', 'identify new notes', 'move completed project tasks to archive', and to create/update a daily note. These are reasonable for a review skill but are vague about where notes/projects live (local files, Obsidian/Notion/other). That vagueness gives the agent broad discretion to access whatever storage it can reach; the skill does not declare or limit which paths/services should be used.
Install Mechanism
No install spec and no code files (instruction-only). This is low-risk for installation because nothing is downloaded or written to disk by the skill itself.
Credentials
The skill requests no environment variables, credentials, or config paths. Its declared requirements are proportionate to its stated purpose.
Persistence & Privilege
The skill is not always-included and does not request elevated or persistent platform privileges. It is user-invocable and can be invoked autonomously (platform default), which is expected for such a helper.
Assessment
This is an instruction-only, low-install-risk skill whose behavior matches its description. However, the SKILL.md assumes access to your notes and project data but doesn't specify where they live. Before enabling or using it, check what data the agent can access: if your agent has filesystem or third-party app access, confirm which vault/Notion workspace/notes folder will be read/modified. Back up important notes or test the skill in a restricted sandbox or sample vault first to ensure it only updates the locations you expect. If you need tighter guarantees, request a version of the skill that explicitly names the storage target or requires a connection token for a specific service.

Like a lobster shell, security has layers — review code before you run it.

latestvk97d371ghw87fevkmznfj5xjz17ztr41
3.9kdownloads
7stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

Daily Review

Conduct an end-of-day review to capture progress and set up tomorrow.

Usage

/daily-review

Review Process

  1. Today's Activity

    • Find all notes modified today
    • Identify new notes created
    • Review work across all projects
  2. Progress Assessment

    • What was accomplished?
    • What got stuck or blocked?
    • What unexpected discoveries emerged?
  3. Capture Insights

    • Key learnings from today
    • New connections discovered
    • Questions that arose
  4. Tomorrow's Setup

    • Top 3 priorities
    • Open loops to close
    • Questions to explore

Output Format

Create or update a daily note with:

# Daily Review - [Date]

## Accomplished

- [Completed item 1]
- [Completed item 2]

## Progress Made

- [Project/Area]: [What moved forward]
- [Project/Area]: [What moved forward]

## Insights

- [Key realization or connection]
- [Important learning]

## Blocked/Stuck

- [What didn't progress and why]

## Discovered Questions

- [New question that emerged]
- [Thing to research]

## Tomorrow's Focus

1. [Priority 1]
2. [Priority 2]
3. [Priority 3]

## Open Loops

- [ ] [Thing to remember]
- [ ] [Person to follow up with]
- [ ] [Idea to develop]

Additional Actions

  • Move completed project tasks to archive
  • Update project status notes
  • Link related discoveries
  • Flag items needing attention

Comments

Loading comments...