← Back to Skills
🔍

Regression Detector

Compare error rates before and after a deploy to detect regressions

Operations 5 steps 5 tools 4 servers

Example Prompt

Compare error rates from the last deploy and let me know if there are any regressions

About

Monitors application health across deployments by pulling error data from Sentry and correlating it with deploy timestamps. Compares error frequency and new issue types pre- and post-deploy, then alerts the team via Slack if a regression is detected.

Workflow Steps

1

Query the deploy history from the database to identify the latest deploy timestamp

📊 Run SQL Query
2

Fetch Sentry issues created before the deploy window for a baseline error rate

🚨 List Issues
3

Fetch Sentry issues created after the deploy and compare volumes and new issue types

🚨 List Issues
4

Analyze the delta between pre- and post-deploy error rates to classify severity

🧠 Structured Reasoning
5

Post a regression report to the team Slack channel with findings and recommendations

📨 Send Message

Tags

regressiondeployerror-trackingmonitoring