log-work

Appends concise session accomplishments to your Notion Daily ToDo page.

4|1|Updated May 31, 2015
One-click install
npx skills add https://github.com/samcdavid/dotfiles --skill log-work-samcdavid
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: log-work
Source: https://github.com/samcdavid/dotfiles/tree/main/claude/skills/log-work
Command: npx skills add https://github.com/samcdavid/dotfiles --skill log-work-samcdavid

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Log what was accomplished in the current session to the daily Notion doc. Appends brief actions (fixes, implementations, reviews, investigations) to today's entry. Use at the end of a work session or after completing something notable.

Core Features & Use Cases

  • Append a compact, action-oriented summary to the Daily ToDo Notion database.
  • Retrieve or create today's page, then append user-defined actions in a controlled, non-redundant way.
  • Validate inputs (Notion database URL provided) and guide the user when context is missing.

Quick Start

Summarize today’s work and append concise actions to today’s Notion Daily ToDo entry.

Frequently Asked Questions about log-work

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

FAQPage Schema
How do I automatically log daily work accomplishments to a Notion database?

You can automate logging daily work to Notion by validating a Notion database URL to derive the data source ID, retrieving or creating today's page, and appending concise, single-line actions to the entry.

Can I append session updates to today's Notion ToDo entry if the page doesn't exist yet?

Yes, the logging process locates today's Daily ToDo page in the Notion database and automatically creates it if it is missing before appending your session actions.

What do I need to set up to append work logs to Notion daily entries?

You need Notion API access with appropriate permissions and a valid Notion database URL. The skill validates this URL to derive the data source ID and guides you if context is missing.

Does the daily Notion logging process prevent duplicate session entries?

Yes, the Notion daily logging process prevents duplicates by enforcing single-line, action-oriented summaries and checking existing content before appending concise actions to today's entry.

What are the limitations when logging actions to a Notion Daily ToDo database?

The Notion logging process enforces single-line actions and requires a validated Notion database URL with appropriate API permissions, preventing multi-line formatting or appending actions without proper access.