review-python-services

A review step for Python ASR and documentation services, including their Node.js client boundary when affected. ASR means automatic speech recognition, or turning audio into text.

In plain words
What is it for?
It checks FastAPI and Pydantic contracts, worker boundaries, upload and concurrency limits, temporary-file cleanup, archive extraction, atomic persistence, logging, and real pytest coverage for failures and recovery.
Why use it?
It catches invalid API data, unsafe resource use, asynchronous-operation mistakes, incomplete cleanup, path attacks, persistence failures, and privacy problems in service changes.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/davidomil/cloudx/review-python-services
Any agent
npx skills add davidomil/cloudx --skill review-python-services
Clone the repo
git clone --depth 1 https://github.com/davidomil/cloudx

Made for: Claude Code, Codex.

Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 307 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original 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 $0.00027 $0.00307
Opus 5 $0.00014 $0.00153
Sonnet 5 $0.00005 $0.00061
Haiku 4.5 $0.00003 $0.00031

Measured yesterday against content hash 426a0a641053, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

review-python-services 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 yesterday.

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.

.agents/skills/review-python-services/SKILL.md · 39 lines

What it actually says

Review Python Services

Responsibility

Review one Python service change and its Node consumer boundary when affected. Findings only; no edits or GitHub mutation.

Run in a fresh context with the applicable scoped AGENTS.md, service source, API client/provider, accepted plan, exact diff and pytest evidence.

Lenses

  • FastAPI/Pydantic request and response contracts validate boundary data and remain consistent with Node consumers.
  • Blocking inference, extraction, media, subprocess, archive and index work has an explicit worker boundary outside async request loops.
  • Uploads, streams, queues, pagination, artifacts, media and model concurrency have explicit resource limits.
  • Temporary files, threads, streams and background tasks are cleaned on every success, error, cancellation and disconnect path.
  • Path containment and archive extraction resist traversal, symlink and crafted package inputs.
  • Persistence/import/rebuild paths are atomic or preserve the prior valid state after failure.
  • Logs preserve transcript/document privacy and exclude secrets/raw content by default.
  • Pytest drives real API/service paths and covers malformed input, failure, cleanup, recovery and boundary round trips.

Output

Produce .agents/schemas/review.schema.json with subject: "implementation" and reviewer_role: "review-python-services".

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. yesterday First seen · 39 lines · 27 tokens per session scan A 426a0a641053

Subscribe to this mod's changes

review-python-services is a skill published in the GitHub repository davidomil/cloudx (1 stars, last pushed 8d ago), licensed MIT. It adds 27 tokens to every session and 307 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-08-31.

Related

Other skills, from other repositories

mobile-uiux-promax

Use when designing or building mobile app UI for iOS, Android, React Native, Flutter, SwiftUI, or Jetpack Compose.

bonnguyenitc/antigravity-superpowers · 32 tokens

frontend-ui-ux

Designer-turned-developer expertise for crafting stunning UI/UX even without design mockups.

shahidshabbir-se/my-pi-setup · 22 tokens

repo-hygiene

Use when the scheduled repo-hygiene workflow runs from GitHub Actions (or an operator dry-run) to scan the repository for small, certain docs/test/code hygiene issues and fix them as one batched branch.

QwenLM/qwen-code · 48 tokens

vercel-react-view-transitions

Guide for implementing smooth, native-feeling animations using React's View Transition API ( component, addTransitionType, and CSS view transition pseudo-elements). Use this skill whenever the user wants to add page transitions, animate route changes, create shared element animations, animate enter/exit of components…

zhukunpenglinyutong/desktop-cc-gui · 127 tokens

build-teaql-app

Build or change a TeaQL application in Java, Rust, Go, Swift, Python, C#/.NET, or TypeScript, including Kotlin/JVM applications that consume Java-generated libraries. Mandatory order: first draft and save a complete KSML model, then verify the client and evaluate that saved model, repair it through repeated evaluation…

teaql/teaql-agent-kit · 112 tokens

find-simplifications

Use for a periodic repo-wide sweep of qwen-code for accumulated excess surface — dead components and files, orphaned locale keys, exports nothing consumes, added-then-removed scaffolding — filing candidates on a tracking issue and landing only what a maintainer has said yes to. Repo-wide and evidence-first; every…

QwenLM/qwen-code · 103 tokens