# tufantunc

> Open-source publisher. Listings imported from github.com/tufantunc — credited to the original author with their license.

- **Listings:** 16
- **Total installs:** 0
- **Profile:** https://agentstack.voostack.com/s/tufantunc
- **Website:** https://github.com/tufantunc

## Published listings

- [Review Pro](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-review-pro) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-review-pro`
  One-command AI code review. Runs triage -> relevant specialist reviewers -> synthesis on the current branch and returns the verdict + report. Stack-specific signals are loaded automatically from the repo's .review-pro/ directory. Use to review a branch or PR with review-pro.
- [Ssh Mcp](https://agentstack.voostack.com/l/mcp-tufantunc-ssh-mcp) — MCP server · Free · security-reviewed — `agentstack add mcp-tufantunc-ssh-mcp`
  MCP server exposing SSH control for Linux servers via Model Context Protocol.
- [Review Pro Triage](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-review-pro-triage) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-review-pro-triage`
  Stage 1 of review-pro: classify changed files, detect relevant specialist reviewers, detect active stacks, scope context per reviewer, and emit a dispatch plan. Use to start a review-pro review, triage a PR/branch, or fan out reviewers.
- [Craft](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-craft) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-craft`
  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.
- [Db](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-db) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-db`
  Database & migration safety audit of changed code: destructive/non-reversible migrations, data-loss transformations, missing indexes, constraint correctness, query correctness, transaction boundaries. Use for migration review, DB safety, index or query-correctness audit of a diff.
- [Review Pro Synthesize](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-review-pro-synthesize) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-review-pro-synthesize`
  Stage 3 of review-pro: dedup, weight, resolve conflicts, calibrate severity, and produce the final verdict + report from specialist findings. Use to merge reviewer results into one review verdict.
- [Dry](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-dry) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-dry`
  Repo-wide duplication and canonical-reuse audit: copy-pasted logic, near-duplicate functions/components, reinvented utilities, missing shared abstractions. Use for DRY review, duplicate detection, or canonical-helper reuse audit of a diff.
- [Security](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-security) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-security`
  Security audit of changed code: authn/authz bypass, secret/PII leaks, injection, unsafe deserialization, weak crypto, CSRF/SSRF/open redirect, feature-gate leaks. Use for security review, authz check, secret leak, injection or deserialization audit of a diff.
- [Tests](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-tests) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-tests`
  Test-quality audit of changed tests/code: weak or missing assertions, missing coverage for new behavior/branches/edge cases, flaky patterns, unrealistic test data, testing implementation details, skipped tests. Use for test review, coverage check, flakiness or assertion-quality audit of a diff.
- [Frontend](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-frontend) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-frontend`
  Frontend design audit of changed code: component structure, state placement, prop drilling, design-system consistency, effect correctness, loading/error states, i18n-readiness. Use for frontend review, component or state audit, UI consistency check of a diff.
- [A11y](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-a11y) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-a11y`
  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.
- [Ai Antipatterns](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-ai-antipatterns) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-ai-antipatterns`
  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.
- [Api Contract](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-api-contract) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-api-contract`
  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.
- [Performance](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-performance) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-performance`
  Performance audit of changed code: N+1 queries, algorithmic complexity regressions, unnecessary re-renders, memory leaks, blocking work, missing pagination, bundle bloat. Use for performance review, N+1 check, complexity or memory-leak audit of a diff.
- [Correctness](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-correctness) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-correctness`
  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.
- [Backend](https://agentstack.voostack.com/l/skill-tufantunc-review-pro-backend) — Skill · Free · security-reviewed — `agentstack add skill-tufantunc-review-pro-backend`
  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.

---
Seller on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Install any with `agentstack add <slug>`.
