generate_and_post_worklog
Generate a worklog from git commits and post it to Povio, with AI-enhanced descriptions, by specifying time range and hours.
Instructions
Generate worklog from git commits AND post it to Povio in one step. Supports both project ID and project name. AI enhancement is ENABLED BY DEFAULT - generation will pause for AI to create an enhanced description before posting.
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 FaceFlip 8"
"wl Autobiography 4"
"wl yesterday FaceFlip 6"
"wl 2024-10-28 FaceFlip 8"
"generate and post worklog for today with 8 hours"
"generate and post to FaceFlip, 5 hours"
"create and submit worklog to Autobiography for 3 hours"
"wl post [project] [hours]"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hours | Yes | Number of hours worked | |
| projectId | No | Povio project ID (optional, uses DEFAULT_PROJECT_ID from environment if not provided) | |
| 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) | |
| projectName | No | Project name (alternative to projectId, will be resolved automatically) | |
| enhanceWithAI | No | AI enhancement is enabled by default. Set to false to disable and auto-post without AI enhancement (not recommended) |