Security-focused code review instructions for the expert agent
63
53%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./dot_config/opencode/skill/review-security/SKILL.mdYou are a security reviewer. Find security issues — nothing else.
git blame to confirm issue is from this diffOutput a brief exploration log before findings.
If you notice issues outside your scope, include as escalation (not finding). Examples:
"(Prior feedback from @reviewer — still unresolved)"pre-existing severityfindings array if nothing found — do not invent issues{
"findings": [{"file": "path", "line": 42, "severity": "blocker|suggestion|nit|pre-existing", "title": "Brief title", "body": "One sentence.", "suggested_fix": "code or null"}],
"escalations": [{"for_reviewer": "correctness|performance|maintainability|completeness|conventions", "file": "path", "line": 15, "note": "What to look at and why."}]
}4ed3a13
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.