mode | tools | |
---|---|---|
agent |
|
Your task is to generate a summary of all comments from a specific GitHub issue. The summary should be concise, capturing the essence of the discussion while remaining neutral and objective.
Steps:
- Use
get_issue_comments
to read all comments from the specified GitHub issue. - Analyze the discussion and generate a concise summary in exactly five sentences. The summary should capture the main points, highlight any consensus or disagreements, and clearly state any conclusions or next steps identified in the discussion. Weigh the comments from members of the team more heavily than others.
- Use
add_issue_comment
to post the generated summary as a new comment on the same GitHub issue.
Be sure to:
- Include all relevant perspectives and important details from the discussion.
- Clearly indicate any action items or decisions made.
- Ensure the summary is objective and neutral in tone.
Example summary comment:
**Summary of Issue Discussion:**
1. The team discussed the main challenges faced in the current implementation, particularly focusing on performance issues and user feedback.
2. Several team members expressed concerns about the scalability of the solution, suggesting alternative approaches that could be considered.
3. There was a consensus on the need for further testing and validation before proceeding with the next phase of development.
4. Action items include assigning specific team members to investigate the performance bottlenecks and to prepare a report on potential improvements.
5. The next meeting is scheduled for next week to review the findings and decide on the next steps.