code-review

Review code diffs for security, quality, and maintainability issues.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/jcdoll/sirilScripts --skill code-review-jcdoll
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/jcdoll/sirilScripts/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/jcdoll/sirilScripts --skill code-review-jcdoll

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams perform thorough, repeatable code reviews to improve security, quality, and maintainability. It guides reviewers through a comprehensive checklist to catch issues early, reduce bugs, and simplify future maintenance.

Core Features & Use Cases

  • Security checks: Detect exposed credentials, insecure input handling, and unsafe command execution.
  • Quality & maintainability: Enforce clear naming, single-responsibility, DRY, error handling, and proper documentation in modified code.
  • Testing & standards: Ensure tests cover edge cases, follow project standards, and pass linting tools.

Quick Start

After making changes to your code, run the code-review skill to assess altered files. Steps: 1) Run git diff to see changed files. 2) Run the tool on the diff or modified files. 3) Review the structured feedback by priority to guide fixes.