What problem does it solve?
Deleting a Sentry option or FlagPole feature flag in the wrong order flips production behavior or turns the options automator red on main for everyone. This Skill encodes the fixed three-PR removal order across sentry, getsentry, and sentry-options-automator so removals land safely.
Core Features & Use Cases
- Ordered removal plan: Produces a three-PR sequence — collapse call sites, remove the automator value, then remove the registration — with each step gated on the previous one being deployed, not just merged.
- Precondition checks: Verifies the option is automator-managed, finds every read across sentry and getsentry, and reads the current value from the automator at HEAD before collapsing branches.
- Failure diagnosis: Explains unregistered-option errors, options drift, stuck sentry_option rows, and behavior flips, with the correct fix for each.
- Use Case: A flag reached 100% rollout and you ask to clean it up; the Skill plans the frontend and backend collapse PRs, the automator YAML removal, and the registration deletion in the correct order.
Quick Start
Ask the agent to remove the fully rolled-out feature flag or option by name and have it produce the ordered PR plan.