agency-code-reviewer

Analyze codebases for security vulnerabilities, maintainability, and performance bottlenecks.

Updated Jul 24, 2026
One-click install
npx skills add https://github.com/imMamdouhaboammar/kaku-chatgpt-harness --skill agency-code-reviewer-immamdouhaboammar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agency-code-reviewer
Source: https://github.com/imMamdouhaboammar/kaku-chatgpt-harness/tree/main/.agents/skills/engineering-code-reviewer
Command: npx skills add https://github.com/imMamdouhaboammar/kaku-chatgpt-harness --skill agency-code-reviewer-immamdouhaboammar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill addresses the inconsistency and lack of depth in standard code reviews by providing a structured, expert-level analysis that focuses on security, maintainability, and performance rather than superficial style issues.

Core Features & Use Cases

  • Structured Feedback: Categorizes issues into blockers, suggestions, and nits to help developers prioritize their work.
  • Educational Guidance: Explains the reasoning behind every suggestion, helping developers learn and avoid future anti-patterns.
  • Use Case: When submitting a pull request for a new authentication module, use this Skill to identify potential SQL injection risks, missing error handling, and performance bottlenecks before a human reviewer even sees the code.

Quick Start

Use the agency-code-reviewer skill to analyze the provided code snippet for security vulnerabilities and maintainability improvements.

Frequently Asked Questions about agency-code-reviewer

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

FAQPage Schema
How do I perform an expert code review for security vulnerabilities and maintainability?

To perform an expert code review, submit your code snippet for analysis. The review evaluates correctness, security vulnerabilities, maintainability, and performance bottlenecks, categorizing feedback into blockers, suggestions, and nits to prioritize critical fixes.

What is structured code review feedback and how does it prioritize developer tasks?

Structured code review feedback categorizes issues into blockers, suggestions, and nits. This prioritization helps developers address critical security risks and performance bottlenecks first, while educational reasoning prevents future anti-patterns.

Can I use automated code review to detect SQL injection risks before a human reviewer sees my pull request?

Yes, automated code review can detect SQL injection risks, missing error handling, and performance bottlenecks before human review. It provides expert-level quality assurance analysis to catch security vulnerabilities and maintainability issues early.

Does automated quality assurance analysis work for refactoring existing software development projects?

Quality assurance analysis works for refactoring software development projects by evaluating correctness, security vulnerabilities, and maintainability. It identifies performance bottlenecks and provides structured feedback to guide refactoring efforts effectively.

What is the best way to identify performance bottlenecks and critical blockers in a new authentication module?

The best way to identify performance bottlenecks and critical blockers in an authentication module is using a structured code review framework. This evaluates security vulnerabilities like SQL injection risks and missing error handling before human review.