mcp-code-review
Review code for correctness, security, and LLM/MCP safety in this repo. Use when a code review, security review, or MCP/LLM audit is requested.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review code for correctness, security, and LLM/MCP safety in this repo. Use when a code review, security review, or MCP/LLM audit is requested.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Common operations and planning principles for limps feature plans. Covers plan identification, artifact loading, distillation rules, and lifecycle guidance using limps MCP tools.
Guide for using limps MCP tools to plan, track, and update work across plans and agents.
Guide for creating well-structured, meaningful Git commits following conventional commits and repository best practices. Use when creating commits, amending commit messages, or reviewing commit history.
Review changes on the current branch versus main for design, maintainability, and correctness. Use when a general code review is requested.
| name | mcp-code-review |
| description | Review code for correctness, security, and LLM/MCP safety in this repo. Use when a code review, security review, or MCP/LLM audit is requested. |
Perform a security-focused, test-minded code review with emphasis on MCP servers, LLM safety, and performance risks in this repository.
Use $ARGUMENTS as the scope (paths, diff range, PR number, or component name). If no scope is provided, review the current git diff.
CLAUDE.md and relevant package docs.packages/limps or packages/limps-headless).npm audit --workspaces --include=prodnpm audit --workspaces --omit=dev (if prod-only is needed)npm outdated --workspacesnpm ls --all --workspacesnpm ci for clean installs (verifies package-lock.json integrity).Focus extra scrutiny on:
packages/limps/src/server.ts, src/tools/*, src/resources/* (MCP tool/resource behavior)packages/limps/src/rlm/* and process_doc(s) tools (untrusted code execution)packages/limps/src/indexer.ts and src/watcher.ts (filesystem and database safety)packages/limps-headless/src/tools/* (external fetchers, parsing, extraction)npm ci and check lockfile integrity hashes.Follow the repo review style:
Use this structure:
## Findings
- 🔴 Critical: ...
- 🟠 High: ...
- 🟡 Medium: ...
- 🟢 Low: ...
## Questions / Assumptions
- ...
## Tests
- Suggested: ...
When reviewing MCP tools, check:
graph with subcommands: health, search, trace, check, suggest, reindex) should validate the operation parameter and dispatch correctly.better-sqlite3 must handle DB open failures, missing tables, and corrupt data gracefully.ReadFile, Grep, Glob over shell tools for code inspection.