一键导入
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