code-evaluator

Evaluate source code for accuracy, style, security, and architecture.

2|Updated May 26, 2026
One-click install
npx skills add https://github.com/albibenni/skills --skill code-evaluator-albibenni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-evaluator
Source: https://github.com/albibenni/skills/tree/main/code-evaluator
Command: npx skills add https://github.com/albibenni/skills --skill code-evaluator-albibenni

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the challenge of maintaining high engineering standards by providing an automated, objective, and comprehensive review of codebases against modern industry benchmarks.

Core Features & Use Cases

  • Multi-Pillar Analysis: Evaluates code across accuracy, style, security, and architectural patterns.
  • Actionable Refactoring: Provides concrete before-and-after code examples to resolve identified issues.
  • Use Case: Use this skill during a pull request review to identify potential security vulnerabilities, non-idiomatic code patterns, or architectural bottlenecks before merging into production.

Quick Start

Invoke the code-evaluator skill to perform a full audit on the provided source file or directory path.

Frequently Asked Questions about code-evaluator

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

FAQPage Schema
How do I perform a multi-pillar code review for security vulnerabilities and architectural integrity?

Multi-pillar code review evaluates source files for logical accuracy, idiomatic style, security vulnerabilities, and architectural integrity simultaneously. It generates prioritized refactoring suggestions with concrete before-and-after examples to resolve identified issues.

What is static analysis for clean code and how does it identify refactoring opportunities?

Static analysis for clean code automatically audits source code against modern industry benchmarks without execution. It detects non-idiomatic patterns and architectural bottlenecks, providing actionable refactoring suggestions to improve maintainability and performance.

Does automated code auditing work across diverse programming languages for pull request reviews?

Automated code auditing operates across diverse programming languages to evaluate source code during pull request reviews. It identifies potential security vulnerabilities, non-idiomatic code patterns, and architectural bottlenecks before merging into production.

How do I get actionable refactoring suggestions with before-and-after code examples?

Actionable refactoring suggestions are generated by evaluating source code against contemporary engineering standards and best practices. The evaluation provides concrete before-and-after code examples to resolve identified logical, stylistic, and architectural issues.

What's the best way to assess software architecture health and maintainability standards?

Assessing software architecture health requires a comprehensive audit evaluating structural integrity, maintainability, and performance against modern industry benchmarks. This provides an objective health assessment with prioritized refactoring targets.

When do I need a rigorous security audit for non-idiomatic code patterns?

A rigorous security audit is needed before merging code into production to identify potential vulnerabilities and non-idiomatic patterns. It ensures adherence to contemporary engineering standards for maintainability and performance.