From sentinel
Unified code review engine. Use when the user asks to review code, check quality, find bugs, audit security, or verify changes. Works with or without git. Auto-detects scope from git diff or session edit tracking.
How this skill is triggered — by the user, by Claude, or both
Slash command
/sentinel:sentinelThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Sentinel combines the best of 7 code review approaches into one unified system:
Sentinel combines the best of 7 code review approaches into one unified system:
/sentinel:review — Full 6-agent review (quality, bugs, errors, security, tests, polish)/sentinel:review quick — Fast 2-agent check (quality + bugs)/sentinel:review security — Security-focused review/sentinel:review tests — Test coverage analysis/sentinel:review quality — Quality + simplification/sentinel:review src/file.py — Review specific files/sentinel:quick-check — Alias for quick modeSentinel automatically detects what to review:
git diff for changed filesThe confidence threshold starts at 80 and adapts:
| Agent | Model | Focus |
|---|---|---|
| sentinel-reviewer | Sonnet | CLAUDE.md compliance, conventions, code quality |
| bug-hunter | Opus | Logic errors, null handling, race conditions, edge cases |
| error-auditor | Sonnet | Silent failures, empty catches, broad exceptions |
| security-scanner | Opus | OWASP Top 10, data flow analysis, trust boundaries |
| test-analyzer | Haiku | Behavioral test coverage, critical gaps, test quality |
| code-polisher | Haiku | Post-review simplification preserving behavior |
edit-log.jsonl — Edit tracking log (the non-git diff)sentinel-config.json — Thresholds, agent config, review modessecurity-patterns.json — Extensible security pattern libraryProvides CDSS development patterns for drug interaction checking, dose validation, clinical scoring (NEWS2, qSOFA), and alert classification integrated into EMR workflows.
npx claudepluginhub pretinnov-inc/claude-plugin-marketplace --plugin sentinel