Agent skill · Code Review & Quality

matlab-review-code

Review MATLAB code for quality, performance, maintainability, and adherence to MathWorks coding standards. Uses check_matlab_code and matlab_coding_guidelines. Use when reviewing code, checking style, finding code smells, assessing quality, or preparing code for handoff or publication.

matlabgithub.com/matlabGitHub ↗
claude-codecodexcopilotNOASSERTION
Install
npx skills add matlab/matlab-agentic-toolkit --skill matlab-review-code --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.1
Declared author: MathWorks
Path: skills-catalog/matlab-core/matlab-review-code/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 868
Language: MATLAB

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Code Review Systematically review MATLAB code for quality, correctness, performance, and adherence to MathWorks coding conventions using static analysis and manual inspection patterns. ## When to Use - User asks to review, audit, or improve code quality - User wants to check adherence to MathWorks coding standards - Preparing code for handoff, publication, or open-source release - After a significant implementation — verify before committing - User reports "code smells" or asks for cleanup suggestions ## When NOT to Use - User wants to debug a runtime error — use `matlab-debugging` instead - User wants to optimize performance — use performance profiling skills - User wants to generate tests — use `matlab-testing` instead ## Workflow 1. **Run static analysis** — Use `check_matlab_code` MCP tool on all target files 2. **Load coding standards** — Read the `matlab_coding_guidelines` MCP resource 3. **Check naming** — Verify functions, classes, variables, and files follow conventions 4. **Review function signatures** — Arguments blocks, input/output counts, name-value patterns 5. **Assess structure** — Function length, nesting depth, complexity 6. **Check patterns** — Vectorization, p

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Workflow
  4. Step 1: Static Analysis
  5. Step 2: Load Coding Standards
  6. Review Checklist
  7. Naming
  8. Function Quality
  9. Code Patterns
  10. High-Severity Flags
  11. What checkcode Misses
  12. Patterns
  13. Complexity Assessment
  14. Check Toolbox Dependencies
Ships with 1 file
  • manifest.yaml
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-review-code skill do?

Review MATLAB code for quality, performance, maintainability, and adherence to MathWorks coding standards. Uses check_matlab_code and matlab_coding_guidelines. Use when reviewing code, checking style, finding code smells, assessing quality, or preparing code for handoff or publication.

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-review-code --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From matlab/matlab-agentic-toolkit, a repository with 868 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going