security-reviewer

Execute the security-reviewer subagent for code vulnerability detection.

10|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/troykelly/codex-skills --skill security-reviewer-troykelly
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-reviewer
Source: https://github.com/troykelly/codex-skills/tree/main/skills/security-reviewer
Command: npx skills add https://github.com/troykelly/codex-skills --skill security-reviewer-troykelly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of security reviews for code, ensuring that potential vulnerabilities are identified and addressed early in the development lifecycle.

Core Features & Use Cases

  • Subagent Execution: Leverages the security-reviewer agent card for specialized security analysis.
  • Contextual Analysis: Accepts detailed task context, scope, and issue/PR numbers for targeted reviews.
  • Use Case: Integrate this Skill into your CI/CD pipeline to automatically flag security risks in new code commits before they are merged.

Quick Start

Run the security-reviewer subagent with the provided task context and issue number 123.

Frequently Asked Questions about security-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code security reviews for new commits?

Automate code security reviews by executing the security-reviewer subagent with specific task context and issue or PR numbers to detect vulnerabilities before merging new commits. This integrates directly into your development workflow to flag risks early.

What is automated vulnerability detection in a development workflow?

Automated vulnerability detection is a process that identifies potential security risks in code by applying specialized analysis to specific task scopes. It ensures vulnerabilities are addressed early in the development lifecycle through targeted code review.

How do I run a security review on a specific pull request?

To run a security review on a pull request, provide the security-reviewer subagent with the specific task context, review scope, and the PR identifier. This targets the analysis to the changes within that specific pull request.

Can I use an automated security reviewer in a CI/CD pipeline?

Yes, you can use an automated security reviewer in a CI/CD pipeline to automatically flag security risks in new code commits before they are merged. It requires providing task context and issue or PR identifiers for targeted analysis.

What context do I need to provide for a targeted code security analysis?

You need to provide specific task context, the scope of the review, and issue or PR identifiers to perform targeted code security analysis. This context ensures the subagent applies specialized vulnerability detection to the correct code changes.