python-reviewer

python-reviewer is a skill for Claude Code from majesticlabs-dev/majestic-marketplace. It costs 23 tokens per session (880 once invoked), scanned A, original, no licence file.

A code-review guide for Python, focused on type hints, idiomatic Python patterns, and maintainable code.

In plain words
What is it for?
Use it to review Python changes and suggest improvements to types, structure, style, and long-term maintainability.
Why use it?
It helps identify code that is unclear, inconsistent, or harder to maintain before it becomes a larger problem.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the majestic-python plugin — 8 skills, 1 agent shipped together

Good fit Use it to review Python changes and suggest improvements to types, structure, style, and long-term maintainability.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/majesticlabs-dev/majestic-marketplace/python-reviewer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add majesticlabs-dev/majestic-marketplace --skill python-reviewer
Clone the repo
git clone --depth 1 https://github.com/majesticlabs-dev/majestic-marketplace

Made for: Claude Code.

Or install majestic-python, the plugin that ships this one along with the rest of its 8 skills, 1 agent.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for python-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/majesticlabs-dev/majestic-marketplace/python-reviewer/github.svg)](https://agentmods.dev/skills/majesticlabs-dev/majestic-marketplace/python-reviewer)
Your own site
<a href="https://agentmods.dev/skills/majesticlabs-dev/majestic-marketplace/python-reviewer"><img src="https://agentmods.dev/badge/skills/majesticlabs-dev/majestic-marketplace/python-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for python-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/majesticlabs-dev/majestic-marketplace/python-reviewer"><img src="https://agentmods.dev/badge/skills/majesticlabs-dev/majestic-marketplace/python-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 23 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 880 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00023 $0.00880
Opus 5 $0.00012 $0.00440
Sonnet 5 $0.00005 $0.00176
Haiku 4.5 $0.00002 $0.00088

Measured 9d ago against content hash b9acd72c1882, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

python-reviewer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

plugins/majestic-python/skills/python-reviewer/SKILL.md · 104 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 104 lines · 23 tokens per session scan A b9acd72c1882

Subscribe to this mod's changes

python-reviewer is a skill published in the GitHub repository majesticlabs-dev/majestic-marketplace (50 stars, last pushed yesterday), with no licence file. It adds 23 tokens to every session and 880 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories

mcore-linting-and-formatting

Linting and formatting for Megatron-LM. Covers running autoformat.sh, tools (ruff, black, isort, pylint, mypy), and code style rules.

NVIDIA/skills · 44 tokens

splitting-oversized-modules

Split an oversized Python module (a thousand-plus-line logic.py, models.py, api.py, or its test file) into a package of one module per concern, mechanically and provably without changing behavior. Use on a request to split / break up / decompose a god module or move functions out of one, once a human has agreed to…

PostHog/posthog-foss · 197 tokens

splitting-oversized-modules

Split an oversized Python module (a thousand-plus-line logic.py, models.py, api.py, or its test file) into a package of one module per concern, mechanically and provably without changing behavior. Use on a request to split / break up / decompose a god module or move functions out of one, once a human has agreed to…

PostHog/posthog · 197 tokens

plankton-code-quality

Write-time code quality enforcement using Plankton — auto-formatting, linting, and Claude-powered fixes on every file edit via hooks.

loulanyue/awesome-claude-notes · 34 tokens

coding.make_function_private

Identify private / public functions in a file and rename them with an underscore or not.

causify-ai/helpers · 16 tokens

code-review-python

Provides Python-specific code review rules for the dh code-reviewer agent. Activates on pyproject.toml or .py file detection — enforces uv, ruff, ty, pytest, type annotation, error handling, and Python 3.11+ idioms including pathlib, match statements, and modern union syntax.

Jamie-BitFlight/claude_skills · 68 tokens