tufantunc

37 mods across 3 repositories, 674 stars between them.

ssh-mcp

01

tufantunc/ssh-mcp

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.

669 6d ago A tokens not measured original MIT

review-pro

02

tufantunc/review-pro

Plugin Claude Code

Tiered AI code-review for Claude Code: triage -> relevant specialist reviewers -> synthesis.

4 2d ago A tokens not measured original MIT

review-pro

03

tufantunc/review-pro

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.

4 2d ago A tokens not measured original MIT

a11y-reviewer

04

tufantunc/review-pro

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.

4 2d ago A 47 tokens original MIT

tufantunc/review-pro

Agent

AI-code-antipatterns reviewer subagent. Auto-loads the ai-antipatterns skill; applies any .review-pro/ stack signals; returns structured findings.

4 2d ago A 45 tokens original MIT

tufantunc/review-pro

Agent

API contract & type-safety reviewer subagent. Auto-loads the api-contract skill; applies any .review-pro/ stack signals; returns structured findings.

4 2d ago A 39 tokens copy · 89% MIT

backend-reviewer

07

tufantunc/review-pro

Agent

Backend design reviewer subagent. Auto-loads the backend skill; applies any .review-pro/ stack signals; returns structured findings.

4 2d ago A 33 tokens original MIT

tufantunc/review-pro

Agent

Correctness reviewer subagent. Auto-loads the correctness skill; applies any .review-pro/ stack signals; returns structured findings.

4 2d ago A 35 tokens copy · 84% MIT

craft-reviewer

09

tufantunc/review-pro

Agent

Craft (maintainability) reviewer subagent. Auto-loads the craft skill; applies any .review-pro/ stack signals; returns structured findings.

4 2d ago A 37 tokens original MIT

db-reviewer

10

tufantunc/review-pro

Agent

Database & migration safety reviewer subagent. Auto-loads the db skill; applies any .review-pro/ stack signals; returns structured findings.

4 2d ago A 35 tokens original MIT

dry-reviewer

11

tufantunc/review-pro

Agent

DRY (duplication/canonical-reuse) reviewer subagent. Auto-loads the dry skill; applies any .review-pro/ stack signals; returns structured findings.

4 2d ago A 41 tokens copy · 88% MIT

frontend-reviewer

12

tufantunc/review-pro

Agent

Frontend design reviewer subagent. Auto-loads the frontend skill; applies any .review-pro/ stack signals; returns structured findings.

4 2d ago A 33 tokens copy · 84% MIT

tufantunc/review-pro

Agent

Performance reviewer subagent. Auto-loads the performance skill; applies any .review-pro/ stack signals; returns structured findings.

4 2d ago A 32 tokens original MIT

tufantunc/review-pro

Agent

Synthesis subagent (Stage 3). Dedup, weight, resolve conflicts, calibrate severity, and produce the final verdict + report. Loads the review-pro-synthesize skill.

4 2d ago A 44 tokens original MIT

tufantunc/review-pro

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.

4 2d ago A 47 tokens original MIT

security-reviewer

16

tufantunc/review-pro

Agent

Security reviewer subagent. Auto-loads the security skill; applies any .review-pro/ stack signals; returns structured findings.

4 2d ago A 32 tokens original MIT

spec-reviewer

17

tufantunc/review-pro

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.

4 2d ago A 43 tokens original MIT

tests-reviewer

18

tufantunc/review-pro

Agent

Test-quality reviewer subagent. Auto-loads the tests skill; applies any .review-pro/ stack signals; returns structured findings.

4 2d ago A 33 tokens original MIT

a11y

19

tufantunc/review-pro

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.

4 2d ago A 62 tokens original MIT

ai-antipatterns

20

tufantunc/review-pro

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.

4 2d ago A 63 tokens original MIT

api-contract

21

tufantunc/review-pro

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.

4 2d ago A 67 tokens original MIT

backend

22

tufantunc/review-pro

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.

4 2d ago A 54 tokens original MIT

correctness

23

tufantunc/review-pro

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.

4 2d ago A 64 tokens original MIT

craft

24

tufantunc/review-pro

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.

4 2d ago A 59 tokens original MIT