code-reviewer

Route Python and MATLAB code to language-specific reviewers.

Updated Jul 6, 2026
One-click install
npx skills add https://github.com/echo-ice/mathmodeling-ssl --skill code-reviewer-echo-ice
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/echo-ice/mathmodeling-ssl/tree/main/.codex/skills/code-reviewer
Command: npx skills add https://github.com/echo-ice/mathmodeling-ssl --skill code-reviewer-echo-ice

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the routing of code review tasks based on the programming language used, enhancing team efficiency and collaboration.

Core Features & Use Cases

  • Language-Specific Routing: Routes code reviews to Python or MATLAB reviewers based on the code's language.
  • Output Convention Verification: Ensures generated code follows expected output conventions before routing.
  • Code Structure Verification: Verifies code files and structure for review, flagging issues before routing.

Quick Start

Run the skill to route code review tasks for your project.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review routing for Python and MATLAB files?

Automate code review routing by using a script to check code extensions and implementation targets, directing Python and MATLAB files to the appropriate language-specific reviewer.

What is language-specific code review routing and how does it work?

Language-specific code review routing analyzes generated modeling code structure and file extensions to automatically direct the review task to the correct language reviewer.

How to verify output conventions before routing code for review?

Verify output conventions by running a script that checks the generated code files and structure, ensuring they follow expected output conventions and flagging issues before routing.

Can I route code reviews for programming languages other than Python and MATLAB?

No, the routing script currently handles only Python and MATLAB code, checking their specific code structure and output conventions to ensure safe routing to the correct reviewer.

Why does my code review routing fail when output conventions are not met?

Code review routing fails because the script verifies code structure and output conventions before proceeding, intentionally flagging issues to prevent unsafe routing of non-compliant code.