在 Manus 中运行任何 Skill
一键导入
一键导入
一键在 Manus 中运行任何 Skill
开始使用$pwd:
code-review
// Review code for correctness, style, security, and test coverage, then suggest improvements
$ git log --oneline --stat
stars:8
forks:12
updated:2026年3月23日 21:19
SKILL.md
// Review code for correctness, style, security, and test coverage, then suggest improvements
Scaffold a new REST endpoint with controller, service, DTO, tests, and error handling following project conventions
Analyze existing code and generate comprehensive tests with edge cases, using the project's testing framework and conventions
| name | code-review |
| description | Review code for correctness, style, security, and test coverage, then suggest improvements |
When asked to review code, perform a structured review covering these areas.
Present findings grouped by severity:
Must Fix — Bugs, security issues, or violations of project guidelines Should Fix — Code quality issues, missing tests, unclear naming Consider — Style suggestions, potential improvements, alternative approaches
For each finding, include: