用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/freekmurze/dotfiles --skill review-code命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Explain how the code on the current branch works, as an HTML page opened in the browser, written so someone can understand the change and review it. Use when asked to explain a branch, explain these changes, walk me through this code, help me review this, or explain what an agent just did. Most useful when someone other than the reader wrote the code and it has to be understood before merging.
Update Spatie package documentation on spatie.be by re-importing docs for a given repo. Use after merging a PR that touches docs/, or when the user says 'update docs for [package]', 'rebuild docs for [repo]', 'import docs for [repo]', or invokes /update-spatie-docs [repo-name]. Takes a repo name argument (e.g., 'backup', 'laravel-medialibrary', 'laravel-pdf').
Frontend structure conventions for Laravel Inertia React applications based on Spatie's production practices. Use when creating, scaffolding, or reviewing frontend code in a Laravel Inertia React project. Triggers on creating React components, pages, modules, organizing frontend directories, setting up Inertia pages, structuring a React frontend within Laravel, or when the user asks about frontend file organization in an Inertia app.
基于 SOC 职业分类
正在显示 SKILL.md
| name | review-code |
| description | Review all changed code against project conventions |
| disable-model-invocation | true |
Review the code I just changed, in the working tree. Do NOT touch unrelated WIP files.
Everything changed in the working tree (staged and unstaged), relative to HEAD.
Run every applicable lane from references/lanes.md, following the "Running the lanes" section for whichever harness you are.
Aggregate and deduplicate as described in references/lanes.md, then act on each finding:
End with a short bulleted summary grouped as Security, Correctness, and Conventions, covering what was changed (or confirming the code was already clean). No "Test plan" section.