-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathweekly-report-ai-prompt.txt
More file actions
31 lines (23 loc) · 1.79 KB
/
Copy pathweekly-report-ai-prompt.txt
File metadata and controls
31 lines (23 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# AI Weekly Report Summary Prompt
Execute this prompt in AI agent alongside with `./report-data.py --range 1w` output to generate a polished weekly status update.
Generate independent status update for each of the teams: Konflux, Pipelines, ConsoleDot, and Satellite.
---
**Context:** Attached is a raw data for the past 7 days, generated from Jira issues and linked Pull Request descriptions and Slack threads.
**Task:** Please synthesize this data into a breaf, professional, concise, high level weekly summary. Minimum filer words, pleasantries and hedging language. Do not assume things when something is unclear. Use Feature > Epic > Task/Story/Bug > Sub-task and story points (see "sp" in output) and Priority/Severity (neither currently not provided in the report) as indication of how big the task was.
**Requirements:**
1. **Weekly Overview:** Start with a 0-3 sentence overview of the most significant progress made across all teams this week. This is a honest bragging section, but do not made up things.
2. **What was done:** Provide 0-3 bullet points summarizing team key activities. Focus on *outcomes* and *impact* (what was finished, what moved into review) rather than just listing ticket IDs, but include short links to the tickets. Use additional data to provide technical context where helpful.
3. **What is moving:** Provide 0-3 bullet points summarizing transition of issues from "New" or "In Progress" to "In Review" or "Finished" (only if not already closed and mentioned in "What was done" section). Identify any blockers if they are apparent from the descriptions.
4. **Template:** Use this template:
```
# Team <team_name>
* **Weekly Overview:** ...
* **What was done:**
* ...
* ...
* **What is moving:**
* ...
* ...
```
**Input Data:**
[PASTE THE OUTPUT OF ./report-data.py --range 1w HERE]