Sprint Retrospective
Gather sprint data from PRs, issues, and errors to compile a retrospective summary
Example Prompt
Generate a sprint retrospective for the last two weeks covering PRs, issues, and production errors
About
Automatically pulls together all the key data from a sprint including merged pull requests, closed issues, and production errors. Synthesizes the information into a structured retrospective summary and shares it with the team for async review.
Workflow Steps
Fetch all pull requests merged during the sprint period
📋 List IssuesRetrieve closed issues and their labels for the sprint milestone
📋 List IssuesPull production errors reported during the sprint from Sentry
🚨 List IssuesCompile findings into a structured retrospective summary and store it
🧠 Store MemoryPost the retrospective summary to the team Slack channel
📨 Send MessageTools Used
Create Pull Request
Open a pull request in a GitHub repository with title, body, base and head branches
List Issues
List open issues in a GitHub repository with filtering by label, assignee, or milestone
Store Memory
Persist a key-value pair to the agent's long-term knowledge graph memory
List Issues
Retrieve unresolved error issues from a Sentry project, sorted by frequency or last seen
Send Message
Send a message to a Slack channel or direct message conversation
Required MCP Servers
GitHub
Access GitHub repos, issues, PRs, and code search via the official MCP server
Memory (Knowledge Graph)
Persistent knowledge graph for storing and retrieving structured information across sessions
Sentry
Query error reports, performance data, and release health from Sentry
Slack
Send messages, read channels, and manage Slack workspace interactions