skills/tssujt/skills/worklog-report

worklog-report

SKILL.md

Generate a worklog report with the following steps:

  1. Run the data collection script to gather raw data from Git, Claude Code, and Cursor sessions:
WORKSPACE_ROOT="$WORKSPACE_ROOT" GIT_AUTHOR="$GIT_AUTHOR" python3 ${CLAUDE_SKILL_DIR}/scripts/collect.py $ARGUMENTS

WORKSPACE_ROOT is the root directory containing the user's git repositories. GIT_AUTHOR is the git author name to filter commits. Both should come from the user's environment or CLAUDE.md settings. If not available, ask the user.

  1. Based on the raw data from stdout, generate a concise summary of the work done:

    • Group by project
    • Highlight main accomplishments and key changes
    • Do NOT include specific times, only summarize the work
    • Output the summary directly without extra headings or prefixes
  2. Output the final report directly in the conversation:

    • Start with the title line from the raw report
    • Insert ## Summary\n\n{summary}\n after the title
    • Append the rest of the raw report content (Git Commits, Claude Code Sessions, Cursor Sessions sections)
Weekly Installs
3
Repository
tssujt/skills
First Seen
9 days ago
Installed on
opencode3
antigravity3
claude-code3
github-copilot3
codex3
kimi-cli3