Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
$pwd:

finding-deleted-feature-flags

// Find feature flags that were soft-deleted in the active project within a recent time window. Use when the user asks "what flags were deleted in the last N days", "show me recently deleted feature flags", "who deleted flag X", "audit recent flag deletions", or anything similar. Handles the non-obvious gotcha that system.feature_flags exposes the deleted boolean but does not expose a deletion timestamp — the actual deleted-at time lives in the per-flag activity log and must be cross-referenced.

$ git log --oneline --stat
stars:34.659
forks:2753
updated:22 de mayo de 2026, 19:56
SKILL.md
readonly