security-pr-checklist-skill

Automate security reviews of pull requests using a standardized checklist.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Security reviews for pull requests are often inconsistent and time-consuming. This Skill provides a standardized, repeatable checklist to ensure critical security aspects are evaluated every time.

Core Features & Use Cases

  • Security Review Checklist covering Authentication & Authorization, Input Validation, Data Protection, Dependencies, Secrets Management, and Error Handling.
  • CI integration and automated gating to enforce security checks during PR workflows.
  • Use Case: When reviewing a PR that touches authentication flows, the checklist ensures proper access control and secure handling of secrets.

Quick Start

Configure your repository to apply the Security PR Checklist to every PR and wire automated gates in your CI pipeline.

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 automate security checks for pull requests in CI?

Automate security checks for pull requests by configuring your repository to apply a standardized security checklist and wiring automated gates directly into your CI pipeline. This enforces consistent security evaluations during PR workflows.

What security vulnerabilities should a PR review checklist cover?

A PR review checklist should cover security vulnerabilities in authentication, authorization, input validation, data protection, dependencies, secrets management, and error handling to ensure critical aspects are evaluated consistently.

How do I add security gates to PR workflows?

Add security gates to PR workflows by applying a standardized security review checklist to every pull request and wiring automated gating checks into your CI pipeline to block merges until security criteria pass.

Does this security checklist support CI-CD code review workflows?

Yes, this security checklist supports CI-CD code review workflows across teams. It applies automated security checks and gating to pull requests, ensuring reusable guidelines and documented pitfalls are enforced in CI.

Why are manual security reviews inconsistent?

Manual security reviews are inconsistent and time-consuming because they lack a standardized, repeatable checklist. Applying automated security gates to PRs ensures critical aspects like input validation and secrets management are evaluated every time.

Can I use a standardized checklist for reviewing authentication flows in PRs?

Yes, you can use a standardized checklist for reviewing authentication flows in PRs. It ensures proper access control and secure handling of secrets when a pull request touches authentication logic.