code-reviewer

Automate cross-language code review with security, correctness, and style checks.

16|3|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/YehudaFrankel/clankbrain --skill code-reviewer-yehudafrankel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/YehudaFrankel/clankbrain/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/YehudaFrankel/clankbrain --skill code-reviewer-yehudafrankel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Language-agnostic code review helps teams ensure correctness, security, and consistency with project conventions by guiding reviewers through automated checks and contextual guidance.

Core Features & Use Cases

  • Context-aware checks: loads project context (memory, decisions) to tailor reviews.
  • Multi-language support: reviews code across languages and paradigms.
  • Comprehensive checklist: includes security, correctness, and style checks; can adapt to relevant stacks (web, backend, frontend, data).

Quick Start

Review a target file by invoking the code-reviewer on the file path.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review for a pull request across multiple programming languages?

Automated code review across multiple languages is achieved by applying a structured checklist to enforce correctness, security, and style. This context-aware process evaluates individual files or commits and reports issues with precise file and line references.

What is context-aware static analysis and how does it help enforce project conventions?

Context-aware static analysis loads project memory and architectural decisions to tailor code reviews. This mechanism ensures that automated checks adapt to specific project conventions, providing relevant guidance rather than generic linting feedback.

How do I run security and correctness checks on a specific file path?

To run security and correctness checks, invoke the review process directly on the target file path. The system applies a comprehensive checklist to identify vulnerabilities and logic flaws, reporting findings with exact line references.

Can I use automated code review for web, backend, frontend, and data stacks?

Yes, automated code review supports web, backend, frontend, and data stacks. The comprehensive checklist dynamically adapts to the relevant technology stack, ensuring appropriate static analysis, security, and style checks are applied.

Does static analysis for code review work without external linting dependencies?

Static analysis for code review operates independently without external linting dependencies. It performs built-in security, correctness, and quality assurance checks directly on the provided code.

What is the best way to review individual commits for security and style issues?

The best way to review individual commits is using an automated, language-agnostic review process. It enforces project conventions through a structured checklist, catching security vulnerabilities and style deviations with precise file references.