원클릭으로
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