code_review

Identify security, quality, and maintainability gaps in code during reviews.

15|6|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/lionbenjamin/agent-templates --skill code-review-lionbenjamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code_review
Source: https://github.com/lionbenjamin/agent-templates/tree/main/skills/code_review
Command: npx skills add https://github.com/lionbenjamin/agent-templates --skill code-review-lionbenjamin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Thorough reviews identify security vulnerabilities, maintainability gaps, and quality defects in code, improving overall software resilience and long-term maintainability.

Core Features & Use Cases

  • Security-focused evaluation: validates authorization checks, input handling, and threat modeling during code changes.
  • Quality & maintainability checks: enforces naming, error handling, and alignment with project patterns.
  • Educational feedback: provides concrete recommendations and rationale to uplift team knowledge.

Quick Start

Provide a security-focused, educational code review on the latest change set.

Frequently Asked Questions about code_review

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

FAQPage Schema
How do I check code for security vulnerabilities during a code review?

Security vulnerabilities are identified during code reviews by validating authorization checks, input handling, and threat modeling to ensure adherence to security best practices in the latest changes.

What is the best way to enforce maintainability and quality standards pre-merge?

Maintainability and quality standards are enforced during pre-merge checks by evaluating naming conventions, error handling, and alignment with project patterns to resolve code defects before integration.

How do I automate static analysis for post-implementation code audits?

Static analysis for post-implementation audits is applied by identifying maintainability gaps and security threats, providing concrete recommendations and rationale to uplift team knowledge.

Does this code review process provide educational feedback for developers?

Educational feedback is provided during code reviews by delivering concrete recommendations and rationale alongside security and quality evaluations to actively uplift team knowledge.

Can I use code reviews to validate testability and alignment with project guidelines?

Code reviews validate testability and alignment with project guidelines by enforcing best practices and checking that new code changes adhere to established project patterns and standards.

What are the limitations of relying on code reviews for software resilience?

Code reviews improve software resilience by identifying quality defects and security gaps, but limitations arise when changes lack integration points or project patterns are not established.