用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/guetteman/claude-code --skill code-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| name | code-review |
| description | Review code against project rules. Use when reviewing code quality or ensuring compliance with conventions. |
find .claude/rules -name "*.md" -type f ! -path ".claude/rules/git/*"git status --porcelaingit branch --show-currentgit diff --name-only master...HEAD 2>/dev/null || echo ""Check code against ALL rule files listed above. Launch ONE agent PER rule file, in PARALLEL.
file.php:10-50): check only those linesfile.php): check the entire fileUse subagent_type: Explore with prompt:
Check this code against the rule.
RULE: {rule_file_path}
RULE CONTENT:
{read the rule file content}
FILES TO CHECK:
{list of files, filtered by rule's paths: frontmatter if present}
Report violations as:
- file:line - violation description
Code: `violating code`
Fix: `correct code`
If no violations, report: PASS
After spawning agents, verify:
After all agents complete, output:
Starts a new feature in a new branch. Use when the user asks to create a new feature, build something new, or says "new feature", "start feature", or "let's build". Creates a feature branch, enters plan mode, interviews the user, validates with experts, and saves the spec.
Initializes project with necessary files and structure. Use it when user asks to setup the project.
Copies rules from skill to the project. Use it when user asks you to copy the rules into the project.
基于 SOC 职业分类