#code-review

12 skills & prompts · 2 tools · 9 MCP servers · 1 articles

Skills & prompts

Claude Skill Reviewed $9.99

Adversarial code-review skill for Claude

A Claude skill that reviews a diff by trying to refute each finding before reporting it.

LLM Mart

1.3k views
Cursor Recipe Reviewed

Refactor-with-tests recipe for Cursor

A Cursor recipe that writes a characterization test before each refactor step.

LLM Mart

573 views
Claude Skill Reviewed

Conventional-commit writer for Claude

Turns a staged diff into a clean Conventional Commits message — correct type, tight subject, useful body.

LLM Mart

39 views
Codex CLI Skill Reviewed

Review-before-apply skill for Codex CLI

Forces Codex CLI to show the diff, review its own changes, run focused validation, and list uncertainty before you keep the patch.

LLM Mart

25 views
Claude Skill Reviewed $12.99

Security-review skill for Claude

A structured security pass over a diff — checks the OWASP-relevant classes, ranks by exploitability, and shows a repro.

LLM Mart

23 views
GitHub Copilot Recipe Reviewed

Test generation loop for GitHub Copilot

Use /setupTests, /tests, and /fixTestFailure in a red-green loop instead of asking Copilot to “add some tests” and hoping for the best.

LLM Mart

23 views
GitHub Copilot Skill Reviewed

Code review guardrails for GitHub Copilot

A review skill that makes Copilot focus on concrete behavior changes, missing tests, and repo instructions instead of generic style chatter.

LLM Mart

22 views
Claude Skill Screened 48

auto-test-code

当用户明确要求"测试代码"、"运行代码审查"或"进行代码自检"时使用。通过多轮 A 轮批判性代码审查 + B 轮代码质量原则检查,系统化发现、记录、修复程序代码中的问题,并将计划/过程/结果统一沉淀到目标代码根目录的 `.bensz-api/task-{yyyymmdd-hhmm}-{简短描述}/auto-test-code/{yyyy-mm-dd-hh-mm}/output/tests/` 隔离工作区。⚠️ 不适用:用户只是想优化功能(应直接修改)、只是询问代码问题(应直接回答)、没有明确"测试代码"意图。

LLM Mart

17 views
Claude Cursor opencode Skill Screened 8109

requesting-code-review

完成任务、实现重要功能或合并前使用,用于验证工作成果是否符合要求

LLM Mart

11 views
Claude Cursor opencode Skill Screened 8109

chinese-code-review

中文 review 沟通参考——话术模板、分级标注(必须修复/建议修改/仅供参考)、国内团队常见反模式应对。仅在用户显式 /chinese-code-review 时调用,不要根据上下文自动触发。

LLM Mart

11 views
Claude Skill Screened 83

forgejo-cli

Use when managing a Forgejo or Gitea server from the terminal: issues, pull requests, repositories, file contents, labels, milestones, releases, webhooks, user settings, or any /api/v1 endpoint through a safe generic API command. Do not use this skill for unrelated requests; rout

LLM Mart

10 views
Claude Cursor opencode Skill Screened 8109

receiving-code-review

收到代码审查反馈后、实施建议之前使用,尤其当反馈不明确或技术上有疑问时——需要技术严谨性和验证,而非敷衍附和或盲目执行

LLM Mart

10 views

Tools

Kilo Code

Kilo Code is a popular, open-source AI coding agent and "agentic engineering" platform designed to help developers build, refactor, and debug software faster

LLM Mart 0
33 views
Opencode Power Pack

54 rigorous skills for Codex, OpenCode, and Pi: code review, security audit, feature development, frontend design, MCP tools, Hugging Face ML/training, and more…

LLM Mart 0
17 views

MCP servers

Verified fixes, professional reviews, and evidence-led apparel over MCP.

14 views

The system of record for AI-written software.

13 views

Cross-harness communication and shared work-state for AI coding agents.

12 views

Ship better Java with your coding agent.

12 views

Consult a multi-model panel on contested decisions via MCP: architecture, plan review, strategy.

6 views

The fastest workflow for every AI coding agent. Live status, quick prompts, worktrees, and diff review from one tmux TUI.

0 views

Ask Codex, Gemini, Grok, and 400+ OpenRouter models (Qwen, Kimi, DeepSeek) for second opinions or arbiter-mediated consensus. One MCP server for Claude Code, Co…

0 views

Evidence-grounded repository audit CLI - deterministic scanner, MCP server, live dashboard, and a GitHub Action that posts PR diffs.

0 views

Multi-harness control plane for Claude Code, Codex, Cursor, and OpenCode: quota-aware rotation across multiple Claude/Codex subscriptions, shared thread context…

0 views

Articles

Prompt injection is not an XSS problem

Sanitizing output protects your page. It does nothing for an agent that reads a poisoned README and then runs a command. A practical model of the threat, and what actually helps.

LLM Mart · Jun 23, 2026 41 views 0 reactions