code-reviewer

Identify security, logic, concurrency, and performance risks in codebases.

65|8|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/EasyCode-Obsidian/workflow-architect --skill code-reviewer-easycode-obsidian
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/EasyCode-Obsidian/workflow-architect/tree/main/claude/skills/code-reviewer
Command: npx skills add https://github.com/EasyCode-Obsidian/workflow-architect --skill code-reviewer-easycode-obsidian

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill helps teams systematically review code quality by finding security, logic, concurrency, performance, and maintainability issues before merge, while guaranteeing the review is read-only and safely writes only to a dedicated review output directory.

Core Features & Use Cases

  • 10 dimensions × 4 role perspectives: audits across security, logic, concurrency, performance, error handling, dependencies, consistency, architecture, testing, and docs/CI.
  • Two modes (Quick Scan vs Full Audit): fast conversation-based review or a more thorough multi-role scan with session resume.
  • Structured, actionable reporting: generates a deduplicated finding set with required file/line/severity/dimension/role metadata and produces a full report on disk in Full Audit mode.
  • Read-only safety: never modifies project code; all writes go to .review/.

Quick Start

Run: /code-reviewer src/ to perform a quick read-only audit of the source tree and receive a structured review report summary.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I perform a read-only code review on a specific directory?

A read-only code review targets a specified file or directory to identify security, logic, and concurrency issues without modifying project code. You simply run the tool against the target path, and all generated reports are safely written to a dedicated output directory.

Can I audit only the changed files in a git diff before a merge?

Yes, you can audit changed files by scoping the code review to a git diff. This pre-merge audit identifies security vulnerabilities, dependency CVEs, and CI/CD risks specifically within your recent changes.

What security and architecture checks are included in a full code audit?

A full code audit scans across 10 dimensions including security, concurrency, performance, error handling, dependencies, architecture, and testing. It executes role-based scanning to produce deduplicated findings with required file-and-line evidence.

Does the code review tool modify my source files during analysis?

No, the code review tool enforces strict read-only behavior during analysis and never modifies your project code. It safely writes all structured review reports and deduplicated findings exclusively to a dedicated directory.

How do I check my codebase for dependency CVEs and CI/CD risks?

You can check for dependency CVEs and CI/CD risks by running a targeted code health check. The review process identifies dependency vulnerabilities and documentation or CI risks, providing a structured report with severity metadata.

What is the difference between a quick scan and a full code audit?

A quick scan offers a fast conversation-based review, while a full audit performs a thorough multi-role scan with session resume capabilities. Both modes generate structured, actionable reporting with deduplicated findings and file evidence.