review-server

A review procedure for changes to a CloudX Node/Fastify server and its built-in services. It checks ownership, input and output rules, state changes, long-running work, errors, and shutdown behavior.

In plain words
What is it for?
Use it to review server diffs, routes, WebSocket behavior, service boundaries, cancellation, persistence, secrets, and tests before changes are accepted.
Why use it?
It helps find server defects where responsibilities are mixed, invalid input is handled poorly, state becomes inconsistent, or background work fails unnoticed.

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-server
Any agent
npx skills add davidomil/cloudx --skill review-server
Clone the repo
git clone --depth 1 https://github.com/davidomil/cloudx

Made for: Claude Code, Codex.

Per session 25 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 290 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.00025 $0.00290
Opus 5 $0.00013 $0.00145
Sonnet 5 $0.00005 $0.00058
Haiku 4.5 $0.00003 $0.00029

Measured 2d ago against content hash 5430a8f467a1, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

review-server 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 2d 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.

.agents/skills/review-server/SKILL.md · 38 lines

What it actually says

Review Server

Responsibility

Review the Node/Fastify server and built-in capability services. Findings only; no edits or GitHub mutation.

Run in a fresh context with root and server instructions, architecture docs, accepted plan, exact diff and verification artifact.

Lenses

  • server.ts and index.ts remain composition/transport owners; feature logic lives in the focused service.
  • External HTTP/WebSocket input is runtime-validated and errors map to stable, non-secret responses.
  • Workspace, session, plugin, automation, voice, documentation, Git and config state each use their authoritative owner without parallel caches.
  • Long-running resources have bounded admission, cancellation, disconnect and shutdown behavior.
  • Async work is awaited or deliberately supervised; detached failures cannot become unhandled rejection or false success.
  • Path policy and secret projection apply at every capability boundary.
  • Shared/plugin and Node/Python contract changes update all providers and consumers.
  • Tests reach routes or application services and cover wrong target, stale ID, partial persistence, cancellation and shutdown as applicable.

Output

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

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. 2d ago First seen · 38 lines · 25 tokens per session scan A 5430a8f467a1

Subscribe to this mod's changes

review-server is a skill published in the GitHub repository davidomil/cloudx (1 stars, last pushed 9d ago), licensed MIT. It adds 25 tokens to every session and 290 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

verify-pr

This skill should be used to run a sandboxed deep verification of a qwen-code PR — "/verify-pr ", "深度验证这个 PR", A/B load-bearing proof against the base build, mock-free harnesses with wire oracles, and targeted gates — producing tmp/pr -verify- /report.md plus a machine-readable verdict. Designed for the token-free CI…

QwenLM/qwen-code · 89 tokens

stuck

Diagnose frozen, stuck, or slow Qwen Code sessions on this machine. Scans for problematic processes, high CPU/memory usage, hung subprocesses, and debug logs. Use /stuck or /stuck to focus on a specific process.

QwenLM/qwen-code · 57 tokens

structured-debugging

Hypothesis-driven debugging methodology for hard bugs. Use this skill whenever you're investigating non-trivial bugs, unexpected behavior, flaky tests, or tracing issues through complex systems. Activate proactively when debugging requires more than a quick glance — especially when the first attempt at a fix didn't…

QwenLM/qwen-code · 85 tokens

desktop-brand-builder

Generate a branded Qwen Code desktop package from the Tauri desktop shell using a minimal brandId and logo. Use when the user wants a custom, white-label, or rebranded desktop client, installer, DMG/EXE/AppImage/deb, or one-click brand build on top of packages/desktop-shell.

QwenLM/qwen-code · 69 tokens

coordinate

Coordinate a small team of Qwen Code teammates with enforced read-only workers, an optional worktree-pinned writer, shared tasks, peer messages, and existing Agent View tabs. Invoke explicitly with /coordinate.

QwenLM/qwen-code · 43 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