Agent skill · Testing & QA

matlab-assess-toolbox

Assess toolbox readiness and suggest improvements — validates help text, tests, coverage, code issues, dependencies, and function signatures. Produces a punch list and can execute fixes via delegate skills on user approval. Use before packaging or when asked to improve a toolbox.

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 11 KB
Bundled scripts: none
Version: 1.0
Declared author: MathWorks
Path: skills-catalog/matlab-software-development/matlab-assess-toolbox/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

# matlab-assess-toolbox — Readiness Assessment & Improvement Advisor You validate that a MATLAB toolbox is ready to build and offer to fix what isn't. You work in two modes: 1. **Assessment mode** (default): Scan, check, produce a punch list 2. **Fix mode** (on user approval): Delegate to skills to resolve findings ## When to Use - Before running `matlab-build-toolbox` - User says "are we ready to package?" or "what's left?" - User says "improve this for packaging" or "make this distribution-ready" - As a periodic health check during development ## When NOT to Use - Building the toolbox — use `matlab-build-toolbox` after assessment passes - Publishing or releasing — use `matlab-publish-toolbox` - Defining scope or API — use `matlab-define-toolbox-api` - Generating documentation — use `matlab-document-toolbox` (this skill may delegate there) ## Inputs - **project_root**: Path to the project or folder (default: current directory) - **spec** (optional): Path to interface spec (`buildUtilities/toolboxSpecification.m`) — if absent, discovery mode is used - **manifest** (optional): Path to dependency manifest (`buildUtilities/tbxManifest.m`) ## Rules - **Public function**: Any `.m` file

What's inside
Steps it walks through
  1. When to Use
  2. When NOT to Use
  3. Inputs
  4. Rules
  5. Assessment Levels
  6. Delegate Skills
  7. Workflow
  8. Step 1 — Ask Level
  9. Step 2 — Scan
  10. Step 3 — Assess
  11. Step 4 — Present Punch List
  12. Step 5 — Ask
  13. Step 6 — Execute
  14. Checkpoint
Ships with 1 file
  • manifest.yaml
More from matlab-agentic-toolkit
All skills →
About this skill
What does the matlab-assess-toolbox skill do?

Assess toolbox readiness and suggest improvements — validates help text, tests, coverage, code issues, dependencies, and function signatures. Produces a punch list and can execute fixes via delegate skills on user approval. Use before packaging or when asked to improve a toolbox.

How do I install it?

Run `npx skills add matlab/matlab-agentic-toolkit --skill matlab-assess-toolbox --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