用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/camel-ai/camel --skill code-reviewer命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Incrementally update Mintlify documentation (.mdx) from Python source changes only. Use when: (1) Python files referenced in doc_code_map frontmatter have changed, (2) a PR touches Python modules documented in docs/mintlify/key_modules/ or docs/mintlify/mcp/, (3) the user asks to sync docs after Python code changes. Prefer minimal diffs and leave correct content untouched.
Guide for creating effective skills. Use when creating a new skill or updating an existing skill that extends agent capabilities with specialized knowledge, workflows, or tool integrations.
Analyze datasets and extract insights. Use when user needs to understand data patterns, statistics, or trends.
正在显示 SKILL.md
基于 SOC 职业分类
| name | code-reviewer |
| description | Review code for quality, bugs, and improvements. Use when user wants code review or quality assessment. |
Perform thorough code reviews focusing on quality and correctness.
## Code Review Summary
**Overall Assessment**: [Good/Needs Work/Critical Issues]
### Issues Found
| Severity | Line | Issue | Suggestion |
|----------|------|-------|------------|
| High | 42 | ... | ... |
### Positive Aspects
- [What's done well]
### Recommendations
1. [Priority fix 1]
2. [Priority fix 2]