Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Epic/Release Milestone Prompt #209

Merged
merged 1 commit into from
Jul 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 9 additions & 8 deletions summarizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,15 @@ def _prompt_for_type(issue: Issue) -> str:
return textwrap.dedent(
f"""\
You are an AI assistant summarizing a Jira {issue.issue_type} for product
managers. Provide a concise summary focusing on:

1. Overall progress and timeline adherence
2. Major risks or obstacles to completion
3. Key decisions impacting the product roadmap
4. High-level purpose and current status
5. Relevant information from child issues
6. Recent, impactful updates or changes
managers. Provide a concise summary focusing on (in order of importance):

1. High-level purpose and current status
2. Overall progress and timeline adherence
3. Major risks or obstacles to completion
4. Key decisions impacting the product roadmap
5. Recent, impactful updates or changes and their statuses
6. Summarizing and tying together and relevant and new information that makes sense to include in the summary.
Do not include a list of names or identifying numbers of child issues in the summmary

Use only the provided information. Limit your summary to 100 words or fewer,
with no additional formatting. Today's date is {datetime.now().strftime("%A, %B %d, %Y")}.
Expand Down
Loading