Worklog Query

Use when the user asks about past Claude Code work in a way that goes beyond a single day -- "what did I do last week", "compare Tuesday and Thursday", "show me everything on project X this month", "when did I fix that redirect URI bug", "how much did I work on the auth stuff". Daily worklog entries (notes/{date}.md) are already generated automatically by hooks; this skill is only for custom, cross-day, cross-project, or tag-filtered queries against what has already been captured and summarized. It does not perform today's capture or summarization itself, and it cannot retroactively summarize a date that hasn't been processed yet -- if a date the user asks about has no notes/{date}.md, say so rather than fabricating content for it.

kjungit e4546fb 2.7 KB Updated

File contents

kjungit/claude-code-worklog/tree/main/skills/worklog-query commit e4546fb61d

Frequently asked questions

npx skillmds@latest add kjungit/worklog-query