بنقرة واحدة
sentinel-promote
Promote a draft Sentinel rule to active
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Promote a draft Sentinel rule to active
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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