Agent skill · Code Review & Quality

math-review

Verify math-heavy code for correctness and numerical stability.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill math-review-athola-claude-night-market-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/analysis/math-review-athola-claude-night-market-2/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

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

From the SKILL.md

## Table of Contents - [Quick Start](#quick-start) - [When to Use](#when-to-use) - [Required TodoWrite Items](#required-todowrite-items) - [Core Workflow](#core-workflow) - [1. Context Sync](#1-context-sync) - [2. Requirements Mapping](#2-requirements-mapping) - [3. Derivation Verification](#3-derivation-verification) - [4. Stability Assessment](#4-stability-assessment) - [5. Proof of Work](#5-proof-of-work) - [Progressive Loading](#progressive-loading) - [Essential Checklist](#essential-checklist) - [Output Format](#output-format) - [Summary](#summary) - [Context](#context) - [Requirements Analysis](#requirements-analysis) - [Derivation Review](#derivation-review) - [Stability Analysis](#stability-analysis) - [Issues](#issues) - [Recommendation](#recommendation) - [Exit Criteria](#exit-criteria) # Mathematical Algorithm Review Intensive analysis ensuring numerical stability and alignment with standards. ## Quick Start ```bash /math-review ``` **Verification:** Run the command with `--help` flag to verify availability. ## When To Use - Changes to mathematical models or algorithms - Statistical routines or probabilistic logic - Numerical integration or optimization - Scientific comp

What's inside
Steps it walks through
  1. Table of Contents
  2. Quick Start
  3. When To Use
  4. When NOT To Use
  5. Required TodoWrite Items
  6. Core Workflow
  7. 1. Context Sync
  8. 2. Requirements Mapping
  9. 3. Derivation Verification
  10. 4. Stability Assessment
  11. 5. Proof of Work
  12. Progressive Loading
  13. Essential Checklist
  14. Output Format
Ships with 1 file
  • metadata.json
Commands it runs
pwd && git status -sb && git diff --stat origin/main..HEAD
pytest tests/math/ --benchmark
jupyter nbconvert --execute derivation.ipynb
More from claude-skill-registry
All skills →
About this skill
What does the math-review skill do?

Verify math-heavy code for correctness and numerical stability.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill math-review-athola-claude-night-market-2 --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 majiayu000/claude-skill-registry, a repository with 534 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