Commit fa42fdf
feat(jira): add summarize_issue.py and enrich gathered data with author names
Add a summarize_issue.py script that extracts structured, human-readable
summaries from pre-gathered JSON files, avoiding context window overflow
when processing large issue data. Update update-weekly-status to use it.
Enrich gather_status_data.py to capture author_name (display names) for
PR reviews, commits, and review comments alongside login handles, and
collect issue labels.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent a6f6680 commit fa42fdf
3 files changed
Lines changed: 346 additions & 29 deletions
File tree
- plugins/jira
- commands
- skills/status-analysis/scripts
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
183 | 164 | | |
184 | 165 | | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
185 | 177 | | |
186 | 178 | | |
187 | 179 | | |
| |||
546 | 538 | | |
547 | 539 | | |
548 | 540 | | |
| 541 | + | |
549 | 542 | | |
Lines changed: 14 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
551 | 551 | | |
552 | 552 | | |
553 | 553 | | |
554 | | - | |
| 554 | + | |
555 | 555 | | |
556 | 556 | | |
557 | 557 | | |
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
565 | | - | |
| 565 | + | |
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
| |||
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
580 | | - | |
| 580 | + | |
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
| |||
833 | 833 | | |
834 | 834 | | |
835 | 835 | | |
| 836 | + | |
836 | 837 | | |
837 | | - | |
| 838 | + | |
| 839 | + | |
838 | 840 | | |
839 | 841 | | |
840 | 842 | | |
| |||
846 | 848 | | |
847 | 849 | | |
848 | 850 | | |
| 851 | + | |
849 | 852 | | |
850 | 853 | | |
851 | 854 | | |
852 | 855 | | |
853 | | - | |
| 856 | + | |
| 857 | + | |
854 | 858 | | |
855 | 859 | | |
856 | 860 | | |
| |||
859 | 863 | | |
860 | 864 | | |
861 | 865 | | |
| 866 | + | |
862 | 867 | | |
863 | | - | |
| 868 | + | |
| 869 | + | |
864 | 870 | | |
865 | 871 | | |
866 | 872 | | |
| |||
1216 | 1222 | | |
1217 | 1223 | | |
1218 | 1224 | | |
| 1225 | + | |
1219 | 1226 | | |
1220 | 1227 | | |
1221 | 1228 | | |
| |||
1225 | 1232 | | |
1226 | 1233 | | |
1227 | 1234 | | |
| 1235 | + | |
1228 | 1236 | | |
1229 | 1237 | | |
1230 | 1238 | | |
| |||
0 commit comments