ssh-mcp
01MCP server Claude CodeCodexCursor +2
Policy-gated, audited SSH for Linux and Windows hosts: roles, approvals, and an audit log. Runs locally from the ssh-mcp npm package. Needs 4 environment variables to run.
MCP server Claude CodeCodexCursor +2
Policy-gated, audited SSH for Linux and Windows hosts: roles, approvals, and an audit log. Runs locally from the ssh-mcp npm package. Needs 4 environment variables to run.
Plugin Claude Code
Tiered AI code-review for Claude Code: triage -> relevant specialist reviewers -> synthesis.
Plugin Claude Code
Tiered AI code-review: triage -> relevant specialist reviewers -> synthesis. Built to catch what AI-written code actually ships with — hallucinated APIs, over-engineering, ignored conventions, needless dependencies. Invoke the review-pro skill on a branch or PR.
Agent
Accessibility reviewer subagent. Conditionally dispatched (when the diff touches interactive UI). Auto-loads the a11y skill; applies any .review-pro/ stack signals; returns structured findings.
Agent
AI-code-antipatterns reviewer subagent. Auto-loads the ai-antipatterns skill; applies any .review-pro/ stack signals; returns structured findings.
Agent
API contract & type-safety reviewer subagent. Auto-loads the api-contract skill; applies any .review-pro/ stack signals; returns structured findings.
Agent
Backend design reviewer subagent. Auto-loads the backend skill; applies any .review-pro/ stack signals; returns structured findings.
Agent
Correctness reviewer subagent. Auto-loads the correctness skill; applies any .review-pro/ stack signals; returns structured findings.
Agent
Craft (maintainability) reviewer subagent. Auto-loads the craft skill; applies any .review-pro/ stack signals; returns structured findings.
Agent
Database & migration safety reviewer subagent. Auto-loads the db skill; applies any .review-pro/ stack signals; returns structured findings.
Agent
DRY (duplication/canonical-reuse) reviewer subagent. Auto-loads the dry skill; applies any .review-pro/ stack signals; returns structured findings.
Agent
Frontend design reviewer subagent. Auto-loads the frontend skill; applies any .review-pro/ stack signals; returns structured findings.
Agent
Performance reviewer subagent. Auto-loads the performance skill; applies any .review-pro/ stack signals; returns structured findings.
Agent
Synthesis subagent (Stage 3). Dedup, weight, resolve conflicts, calibrate severity, and produce the final verdict + report. Loads the review-pro-synthesize skill.
Agent
Triage subagent (Stage 1). Classifies the diff, detects relevant reviewers + active stacks, scopes context, and emits a dispatch plan. Loads the review-pro-triage skill.
Agent
Security reviewer subagent. Auto-loads the security skill; applies any .review-pro/ stack signals; returns structured findings.
Agent
Spec/intent reviewer subagent. Auto-loads the spec skill; applies any .review-pro/ stack signals; measures the diff against the resolved spec text; returns structured findings.
Agent
Test-quality reviewer subagent. Auto-loads the tests skill; applies any .review-pro/ stack signals; returns structured findings.
Skill Claude CodeCodex
Accessibility audit of changed UI code: semantic HTML, ARIA correctness, focus management, keyboard support, contrast, name/role/value. Conditionally dispatched when the diff touches interactive UI. Use for accessibility review, a11y, ARIA, focus or keyboard-nav audit of a diff.
Skill Claude CodeCodex
Audit for AI-written-code anti-patterns: hallucinated APIs/symbols/imports, invented config/env keys, needless dependencies, over-engineering, ignored existing conventions/helpers. Use for AI code review, hallucination check, over-engineering or ignored-conventions audit of a diff.
Skill Claude CodeCodex
API contract & type-safety audit of changed code: breaking signature/route/response changes without versioning, schema drift, serialization issues, any/cast at boundaries, back-compat-breaking enum/union changes. Use for API contract review, back-compat check, schema or type-boundary audit of a diff.
Skill Claude CodeCodex
Backend design audit of changed code: error handling, input validation, transactional/atomic boundaries, idempotency, rate limiting, API shape, service-boundary leaks. Use for backend review, API handler audit, validation or transaction-safety check of a diff.
Skill Claude CodeCodex
Correctness audit of changed code: logic bugs, broken existing functionality, cross-file side effects, race conditions, error-path gaps, devex regressions, feature-gate leaks. Use for bug review, breakage check, side-effect tracing, devex or feature-gate leak audit of a diff.
Skill Claude CodeCodex
Strict maintainability audit: code-judo, the 1k-line rule, spaghetti growth, abstraction/boundary quality, layer leaks, type-boundary cleanliness, canonical-helper reuse. Use for code quality review, refactor, maintainability or code-judo audit of a diff.