otis22

18 mods across 1 repository, 1 stars between them.

reviewer-aggregator

01

otis22/vetmanager-mcp

Agent Claude Code

Aggregates findings from specialized reviewers and Spark scout candidates — validates untrusted leads, dedupes, sorts by severity × confidence, produces final markdown report with verdict and top-N for cross-CLI arbitration.

1 yesterday A 47 tokens original MIT

otis22/vetmanager-mcp

Agent Claude Code

Reviews system-level design — module boundaries, layer violations, cross-module duplication, fit with technical requirements. Supports two modes (local/system) via user prompt.

1 yesterday A 36 tokens original MIT

reviewer-code

03

otis22/vetmanager-mcp

Agent Claude Code

Reviews Python code for readability, simplicity, dead code, local duplication, and naming. Does NOT cover architecture, security, performance, docs, or tests — those are other reviewers.

1 yesterday A 40 tokens original MIT

otis22/vetmanager-mcp

Agent Claude Code

Parallel reviewer that runs via the available Codex/GPT adapter with an anti-correlation prompt — uses Spark candidates as untrusted leads and records the actual model used.

1 yesterday A 42 tokens original MIT

reviewer-docs

05

otis22/vetmanager-mcp

Agent Claude Code

Reviews documentation drift — PRD/Roadmap/AssumptionLog/README consistency with actual code, outdated assertions, broken references, contradictions between docs.

1 yesterday A 35 tokens original MIT

otis22/vetmanager-mcp

Agent Claude Code

Reviews logs, metrics, tracing — correlation IDs, secret leakage in logs, metric coverage (latency/error rate), exception readability, recoverability of request chain from logs.

1 yesterday A 40 tokens original MIT

otis22/vetmanager-mcp

Agent Claude Code

Reviews performance (latency, N+1, cache, indexes, memory) AND reliability (retry/backoff, timeouts, circuit breaker, idempotency, race conditions, partial failures, cleanup, graceful degradation).

1 yesterday A 52 tokens original MIT

reviewer-product

08

otis22/vetmanager-mcp

Agent Claude Code

Reviews product fit — does implementation match business task from PRD, acceptance criteria coverage, UX quality, hidden breaking changes, consistency between PRD iterations.

1 yesterday A 34 tokens original MIT

reviewer-security

09

otis22/vetmanager-mcp

Agent Claude Code

Reviews security — bearer/VM token lifecycle, input validation, SQLi, CSRF, rate limiting, secrets in git, info disclosure. Reliability (retry/timeout/circuit breaker) — other reviewer.

1 yesterday A 45 tokens original MIT

reviewer-simplicity

10

otis22/vetmanager-mcp

Agent Claude Code

Reviews changes for unnecessary complexity and proposes simpler alternatives. Evaluates readability, maintainability, obviousness. Complement to reviewer-code (local quality) and reviewer-architecture (system layering) — focuses on "is there a simpler way" at the solution-design level.

1 yesterday A 58 tokens original MIT

reviewer-tests

11

otis22/vetmanager-mcp

Agent Claude Code

Reviews tests — behavior over implementation, minimal mocking of internals, unhappy path coverage, boundary conditions, idempotency, serialization, real payload examples, fragility to harmless refactors.

1 yesterday A 41 tokens original MIT

product-metrics

12

otis22/vetmanager-mcp

Command Claude Code

A command that reads product-usage figures from the production Vetmanager MCP service, such as accounts, tokens, requests, failures, and inactive accounts. It connects to the production server and reports the results in Markdown or JSON.

1 yesterday A 51 tokens original MIT

super-review

13

otis22/vetmanager-mcp

Command Claude Code

A command that coordinates a broad software project review across code, documentation, tests, security, architecture, performance, and product requirements. It combines findings into a written Markdown report.

1 yesterday A 42 tokens original MIT

super-review

14

otis22/vetmanager-mcp

Skill Claude CodeCodex

Run the vetmanager-mcp multi-role super-review from Codex with Spark scout passes, GPT validation, Claude CLI cross-arbitration, YAML findings, inadequate-findings memory, and markdown report output.

1 yesterday A 44 tokens original MIT

agent-workflow

15

otis22/vetmanager-mcp

Cursor rule Cursor

A set of rules for organizing AI-agent work from a product requirements document to a work plan and individual tasks. A work plan is a simple list of planned work and its status.

1 yesterday A 3,724 tokens original MIT

otis22/vetmanager-mcp

Instructions file CodexOpenCode

Project instructions for AI coding agents, including required planning documents, decision logs, reference files, and checks.

1 yesterday A 2,268 tokens original MIT

otis22/vetmanager-mcp

Instructions file

A set of project instructions for Claude Code, an AI coding assistant, describing how work must be planned, selected, broken down, and reviewed.

1 yesterday A 8,186 tokens original MIT

vetmanager-mcp

18

otis22/vetmanager-mcp

MCP server Claude CodeCodexCursor

MCP server "vetmanager-mcp" as configured in otis22/vetmanager-mcp. Runs locally from the vetmanager-mcp Python package.

1 yesterday A tokens not measured original MIT