security-pr-checklist-skill

Generate a security review checklist for pull requests with automated gating.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Camilo8902/GabyCosmetics --skill security-pr-checklist-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: security-pr-checklist-skill
Source: https://github.com/Camilo8902/GabyCosmetics/tree/main/.claude/skills/security-pr-checklist-skill
Command: npx skills add https://github.com/Camilo8902/GabyCosmetics --skill security-pr-checklist-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes the security review process for pull requests, ensuring critical security checks are consistently applied and common vulnerabilities are addressed before merging code.

Core Features & Use Cases

  • Standardized Checklist: Provides a comprehensive checklist covering authentication, input validation, data protection, dependencies, secrets management, and error handling.
  • Automated Gating: Facilitates the integration of security checks into CI/CD pipelines.
  • Use Case: When a developer opens a pull request, this skill can be invoked to ensure all security review checklist items are addressed, preventing common security pitfalls.

Quick Start

Use the security-pr-checklist-skill to generate a security review checklist for the current pull request.

Frequently Asked Questions about security-pr-checklist-skill

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

FAQPage Schema
How do I create a security review checklist for pull requests?

A security review checklist for pull requests standardizes vulnerability checks across authentication, authorization, input validation, and secrets handling before merging code. This generates a repeatable checklist covering common pitfalls and required security gates to ensure code quality.

What security checks should I include in a PR checklist?

Security checks in a PR checklist should cover authentication, authorization, input validation, data protection, dependency management, secrets handling, and error reporting. Incorporating these required checks prevents common vulnerabilities and reduces security risks across the software development lifecycle.

How do I add automated security gates to a CI/CD pipeline?

Automated security gates in a CI/CD pipeline enforce required checklist items when a developer opens a pull request. Facilitating the integration of these security checks prevents common pitfalls by ensuring critical vulnerabilities are addressed before code merges.

Does this security PR checklist cover dependency management and secrets handling?

Yes, the security PR checklist covers dependency management and secrets handling. It provides a comprehensive checklist addressing security concerns in data protection, input validation, and error reporting to ensure code quality and reduce security risks.

What is the best way to standardize security checks across multiple pull requests?

The best way to standardize security checks is generating a repeatable security review checklist for pull requests. This ensures critical checks for authentication, data protection, and dependency management are consistently applied, preventing common security pitfalls during code review.

When do I need a security review checklist during the software development lifecycle?

You need a security review checklist during the software development lifecycle when a developer opens a pull request. Applying this checklist ensures code quality and reduces security risks by addressing common vulnerabilities in authorization and input validation before merging.