branch-code-review
Review changes on the current branch versus main for design, maintainability, and correctness. Use when a general code review is requested.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Review changes on the current branch versus main for design, maintainability, and correctness. Use when a general code review 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.
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.
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.
| name | branch-code-review |
| description | Review changes on the current branch versus main for design, maintainability, and correctness. Use when a general code review is requested. |
| argument-hint | [scope | base..head] |
| allowed-tools | Bash(git *), Read, Grep, Glob |
Perform a general code review on the current branch compared to the base branch (main by default), focusing on architecture, maintainability, and correctness.
$ARGUMENTS is provided, treat it as a scope (paths, diff range, or PR number).base...HEAD where base is detected (origin/main → origin/master fallback).git symbolic-ref refs/remotes/origin/HEAD → extract main or master.origin/main, then origin/master.git diff --name-status base...HEADgit log --oneline base...HEADThis repo is evolving toward extensible planning/content management. Favor:
Follow the repo review style:
Use this structure:
## Findings
- 🔴 Critical: ...
- 🟠 High: ...
- 🟡 Medium: ...
- 🟢 Low: ...
## Questions / Assumptions
- ...
## Tests
- Suggested: ...