Generate user weekly report based on gitlab issue and commit information
- Automatically generate work reports based on GitLab activities
- Track and summarize issues and commits within a specified time period
- Provide a structured format for work reporting
-
Execute the command with date range:
/gitlab.work_report <start_date> <end_date>
Example:
/gitlab.work_report 2024-03-01 2024-03-07 -
Or execute without parameters to generate yesterday's report:
/gitlab.work_report
- Generates reports based on:
- Issues created/updated within the specified time period
- Commits made within the specified time period
- Uses a customizable template for report formatting
- Supports both English and Chinese documentation
- Automatically detects user's GitLab username and repository information
The report includes:
- Time period covered
- List of issues worked on
- List of commits made
- Formatted according to the template specified in configuration
The report template can be customized by modifying the template.md file in the ~/.chat/scripts/community/gitlab/work_report directory.