reviewer

Audit code changes for quality, security, and best practices.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/yasarremre/SafeHands --skill reviewer-yasarremre
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: reviewer
Source: https://github.com/yasarremre/SafeHands/tree/main/.agent/skills/reviewer
Command: npx skills add https://github.com/yasarremre/SafeHands --skill reviewer-yasarremre

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Rigorous, structured code reviews to catch security vulnerabilities, logic flaws, and quality gaps before code merges.

Core Features & Use Cases

  • Code Quality Review: Assess clarity, maintainability, naming, and error handling.
  • Security Audit: Identify injection risks, insecure patterns, and secret exposure.
  • Logic Validation: Verify algorithm correctness and state management across changes.
  • Best Practices Enforcement: Ensure adherence to project conventions and patterns.
  • Performance & Reliability: Highlight potential inefficiencies and stability risks.

Quick Start

Review the latest code change context and produce a structured critique with actionable remediation steps.

Frequently Asked Questions about reviewer

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

FAQPage Schema
How do I automate security audits and code quality checks for recent code changes?

Automate security audits and code quality checks by evaluating code changes against static analysis, dependency checks, and vulnerability assessments to deliver structured, remediation-friendly findings for input validation and authorization.

What is the best way to perform a static analysis review across front-end, back-end, and CI/CD scenarios?

Performing a static analysis review across front-end, back-end, and CI/CD scenarios involves auditing code changes to capture checks for input validation, error handling, and adherence to project best practices.

Can I use this code review approach to identify injection risks and insecure patterns in my codebase?

Yes, you can identify injection risks and insecure patterns by running a security audit that captures checks for input validation, authorization, and secret exposure to enforce security standards.

How do I enforce best practices and ensure code maintainability during code reviews?

Enforce best practices and maintainability by auditing code changes to assess clarity, naming conventions, error handling, and adherence to project patterns, producing structured critiques with actionable remediation steps.

Does this code review method cover dependency checks and vulnerability assessments?

Yes, this code review method covers dependency checks and vulnerability assessments, evaluating potential inefficiencies and stability risks to highlight security vulnerabilities before code merges.

When should I use automated code review for logic validation and state management?

Use automated code review for logic validation when you need to verify algorithm correctness and state management across changes, ensuring quality gaps and logic flaws are caught before merging.