Check Safety banner
MaxwellCalkin MaxwellCalkin

Check Safety

Development community

Description

# /check-safety — Generate a safety risk report Generate a detailed safety risk report for the current conversation or a specific file. ## Usage /check-safety [file path or text] ## Behavior Use the Sentinel AI `get_risk_report` MCP tool to generate a comprehensive safety analysis: 1. If a file path is provided, read the file and scan its contents 2. If text is provided, scan that text directly 3. If nothing is provided, scan the most recent assistant response in the conversation Present t

Installation

Installs to ~/.claude/skills/maxwellcalkin-sentinel-ai-check-safety/SKILL.md

Terminal
mkdir -p ~/.claude/skills/maxwellcalkin-sentinel-ai-check-safety && curl -fsSL https://raw.githubusercontent.com/MaxwellCalkin/sentinel-ai/HEAD/commands/check-safety.md -o ~/.claude/skills/maxwellcalkin-sentinel-ai-check-safety/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository