skills/security-reviewer/SKILL.md
Use when explicitly asked to run the security-reviewer subagent or when another skill requires the security-reviewer agent card.
npx skillsauth add troykelly/codex-skills security-reviewerInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use the security-reviewer agent card to handle this specialized task.
codex-subagent security-reviewer <<'EOF'
[Provide the task context, scope, and any issue/PR numbers.]
EOF
data-ai
Defines behavior protocol for spawned worker agents. Injected into worker prompts. Covers startup, progress reporting, exit conditions, and handover preparation.
development
Defines context handover format when workers hit turn limit. Posts structured handover to GitHub issue comments enabling replacement workers to continue seamlessly.
data-ai
Use to spawn isolated worker processes for autonomous issue work. Creates git worktrees, constructs worker prompts, and handles worker lifecycle.
tools
Entry point for ALL work requests - triages scope from trivial to massive, asks clarifying questions, and routes to appropriate planning skills. Use this when receiving any new work request.