You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Or execute without parameters to generate yesterday's report:
22
-
23
-
```shell
24
-
/gitlab.work_report
25
-
```
19
+
If no valid date parameters are provided, the system will default to generating a report from yesterday to today.
26
20
27
21
## Features
28
22
29
23
- Generates reports based on:
30
-
- Issues created/updated within the specified time period
31
-
- Commits made within the specified time period
24
+
- Issues created within the specified time period
25
+
- Commits made within the specified time period by the author
32
26
- Uses a customizable template for report formatting
33
27
- Supports both English and Chinese documentation
34
28
- Automatically detects user's GitLab username and repository information
@@ -40,8 +34,8 @@ The report includes:
40
34
- Time period covered
41
35
- List of issues worked on
42
36
- List of commits made
43
-
- Formatted according to the template specified in configuration
37
+
- Formatted according to the configured template
44
38
45
39
## Configuration
46
40
47
-
The report template can be customized by modifying the `template.md` file in the `~/.chat/scripts/community/gitlab/work_report` directory.
41
+
The report template can be customized by modifying the `template.md` file in the script directory. The template file is located at `~/.chat/scripts/community/gitlab/work_report/template.md`.
0 commit comments