rollback-guard

Monitor Sentry crash rates and adoption to recommend rollback actions.

3|Updated May 20, 2026
One-click install
npx skills add https://github.com/iampawan/Manifest --skill rollback-guard-iampawan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rollback-guard
Source: https://github.com/iampawan/Manifest/tree/main/skills/rollback-guard
Command: npx skills add https://github.com/iampawan/Manifest --skill rollback-guard-iampawan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sentry, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The rollback-guard Skill watches over a feature's rollout and recommends whether to proceed, hold, or rollback based on performance, error rates, and adoption rates.

Core Features & Use Cases

  • Deployment Monitoring: Continuously monitor Sentry errors, crash-free rates, and release adoption.
  • Budget Checking: Compare observed metrics against contract-defined budgets.
  • Recommendation Making: Provide actionable recommendations for the next steps in the deployment process.
  • Human Approval Required: Automatically proposes actions, but requires human approval to execute.

Quick Start

Use the rollback-guard Skill to check the health of the deployment with the command /rollback-check <contract-id>.

Frequently Asked Questions about rollback-guard

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I monitor deployment health and prevent issues during a feature rollout?

To monitor deployment health during a feature rollout, you need a system that analyzes Sentry data, crash rates, and user adoption. This Skill checks observed metrics against defined budgets and recommends whether to proceed, hold, or rollback.

How do I check release adoption and crash-free rates using Sentry data?

You can check release adoption and crash-free rates by analyzing Sentry data against contract-defined budgets. This Skill continuously monitors these production metrics to provide actionable recommendations for your next deployment steps.

Can I automatically rollback a production deployment when Sentry error rates exceed a threshold?

You cannot automatically rollback a production deployment, as this Skill requires human approval to execute actions. It automatically proposes rollback actions based on Sentry errors and crash-free rates, but a human must approve the execution.

Do I need Sentry and Slack to monitor feature rollout health?

Yes, you need Sentry for data access and Slack for notifications to monitor feature rollout health. This Skill is tailored for developers and DevOps engineers and relies on these dependencies to analyze metrics and propose deployment actions.

What is the best way to recommend rollback actions during a production release?

The best way to recommend rollback actions is by comparing observed performance metrics against contract-defined budgets. This Skill analyzes crash rates and user adoption to provide actionable recommendations for proceeding, holding, or rolling back deployments.

How do I run a rollback check for a specific deployment contract?

To run a rollback check for a specific deployment contract, use the command /rollback-check <contract-id>. This triggers the Skill to analyze your Sentry data and provide a recommendation on whether to proceed, hold, or rollback.