con un clic
sentinel-promote
Promote a draft Sentinel rule to active
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Promote a draft Sentinel rule to active
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
View or update Sentinel configuration
Scaffold Sentinel config and rules directory in the current repository, installing prerequisites if needed
Create or edit a Sentinel rule through guided conversation
Show Sentinel telemetry stats — rule performance, latency, violations, and hottest targets
Dismiss a draft Sentinel rule and prevent re-proposal
List pending draft Sentinel rules with provenance
Basado en la clasificación ocupacional SOC
| name | sentinel-promote |
| description | Promote a draft Sentinel rule to active |
| user-invocable | true |
Promote a draft rule to an active Sentinel rule.
The user provides the draft rule ID as an argument: /sentinel-promote <id>
Look for .claude/sentinel/drafts/<id>.draft.yaml
Read the draft YAML and display it to the user:
_draft (source, evidence, confidence)Ask: "Want to edit this rule before activating, or promote as-is?"
Move the file:
drafts/<id>.draft.yaml to rules/<id>.yaml_draft block is inert (Sentinel ignores unknown fields), but optionally strip it for cleanlinessdrafts/Confirm: "Rule <id> is now active. It will be evaluated on the next matching tool use."
After promoting the rule, suggest these to the user:
/sentinel-stats — monitor the new rule's performance once it starts firing/sentinel-drafts — review remaining pending drafts