generate_worklog
Generate a worklog from git commits: analyze messages, extract ticket numbers, and create AI-enhanced descriptions following Povio guidelines.
Instructions
Generate a worklog from git commits. Analyzes commit messages, extracts ticket numbers, and creates AI-enhanced, professional worklog descriptions following Povio guidelines. AI enhancement is ENABLED BY DEFAULT.
Supported date formats:
"today", "yesterday"
Specific dates: "2024-10-28" (YYYY-MM-dd), "10/28/2024" (MM/dd/YYYY), "28.10.2024" (dd.MM.YYYY)
Trigger examples:
"wl"
"wl today"
"wl yesterday"
"wl 2024-10-28"
"generate worklog"
"generate worklog for yesterday"
"generate worklog for 2024-10-28"
"what did I work on yesterday"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeframe | Yes | Date format: "today", "yesterday", or specific date like "2024-10-28" (YYYY-MM-dd) | |
| repository | No | Path to git repository (optional, defaults to current directory) | |
| enhanceWithAI | No | AI enhancement is enabled by default. Set to false to disable and get basic auto-generated description instead |