engineering-code-reviewer

Review code for correctness, security, maintainability, and performance issues.

Updated Feb 16, 2026
One-click install
npx skills add https://github.com/Adawodu/dynoclaw --skill engineering-code-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: engineering-code-reviewer
Source: https://github.com/Adawodu/dynoclaw/tree/main/skills/engineering-code-reviewer
Command: npx skills add https://github.com/Adawodu/dynoclaw --skill engineering-code-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the challenge of ensuring code quality by providing expert, constructive feedback on code correctness, maintainability, security, and performance, thereby improving both the code and developer skills.

Core Features & Use Cases

  • Comprehensive Code Analysis: Identifies potential security vulnerabilities, correctness issues, maintainability concerns, and performance bottlenecks.
  • Constructive Feedback: Provides actionable, educational feedback with clear explanations and prioritization (blocker, suggestion, nit).
  • Use Case: Integrate into your CI/CD pipeline to automatically review pull requests, flagging critical issues before they reach production and helping junior developers learn best practices.

Quick Start

Use the engineering-code-reviewer skill to review the provided code snippet for correctness and security.

Frequently Asked Questions about engineering-code-reviewer

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

FAQPage Schema
How do I get an expert code review for security and performance?

To get an expert code review for security and performance, submit your code snippet for analysis. The review identifies vulnerabilities, anti-patterns, and performance bottlenecks while providing prioritized, constructive feedback.

What's the best way to analyze code for vulnerabilities and anti-patterns?

Analyzing code for vulnerabilities and anti-patterns involves checking correctness, maintainability, and performance. This process flags security issues and offers educational feedback to improve software quality and developer skills.

Can I integrate automated code review into a CI/CD pipeline?

You can integrate automated code review into a CI/CD pipeline to review pull requests. This flags critical issues before production, ensuring software quality and helping junior developers learn best practices.

How does constructive code review feedback help junior developers?

Constructive code review feedback helps junior developers by providing actionable, educational explanations. It prioritizes issues as blockers, suggestions, or nits, teaching best practices while improving code correctness and maintainability.

What specific issues are flagged during a comprehensive code analysis?

During a comprehensive code analysis, the specific issues flagged include security vulnerabilities, correctness errors, maintainability concerns, and performance bottlenecks, all categorized by severity for actionable resolution.

Does code review for maintainability check for potential optimizations?

Code review for maintainability does check for potential optimizations. It analyzes code structure to identify anti-patterns, ensuring long-term software quality while flagging performance improvements and security vulnerabilities.