with one click
sentinel-promote
Promote a draft Sentinel rule to active
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Promote a draft Sentinel rule to active
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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
| 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