code-review

Review source code for correctness, security, consistency, and maintainability issues.

133|9|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/lync-cyber/CataForge --skill code-review-lync-cyber
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/lync-cyber/CataForge/tree/main/.cataforge/skills/code-review
Command: npx skills add https://github.com/lync-cyber/CataForge --skill code-review-lync-cyber

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you review code for correctness, security, consistency, and maintainability before changes are merged or released, reducing defects and regressions in production.

Core Features & Use Cases

  • Task-level review: Inspect a specific implementation against acceptance criteria, architecture rules, and coding standards after GREEN or before handoff.
  • Project-level scan: Scan a codebase for corruption signals such as duplication, dead code, complexity, and hygiene issues.
  • Language-aware guidance: Applies review heuristics for Python, Go, Java, JavaScript/TypeScript, C#, Rust, and more through dedicated reference notes.

Quick Start

Review the specified code path and report actionable issues with severity and recommended fixes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I review source code for security and maintainability issues?

To review source code for security and maintainability, you can apply language-specific review heuristics to identify correctness, consistency, and complexity issues. This process classifies actionable findings by severity to reduce production defects and regressions.

What is the best way to scan a multilingual codebase for dead code and duplication?

Scanning a multilingual codebase for dead code and duplication involves performing a project-level health check. This detects corruption signals like hygiene issues and complexity across Python, Go, Java, JavaScript/TypeScript, C#, and Rust to generate a report-oriented quality assessment.

Can I run a code quality check on a specific feature implementation before handoff?

You can run a task-level code quality check on a specific implementation before handoff. This inspects the code against acceptance criteria, architecture rules, and coding standards after the GREEN phase to ensure the implementation meets project requirements.

Does static analysis for code review work across different programming languages?

Static analysis for code review works across different programming languages by applying dedicated language-aware heuristics. It supports Python, Go, Java, JavaScript/TypeScript, C#, and Rust to evaluate correctness and maintainability consistently across multilingual codebases.

How do I classify severity levels when catching code issues before they ship?

Classifying severity levels when catching code issues before they ship requires applying review heuristics to evaluate correctness, security, and maintainability. The process generates a report-oriented output that categorizes actionable issues by severity to prioritize recommended fixes.