用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bnymn/agent-plugin-development --skill code-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Implements software changes from a request or GitHub issue. Use when asked to change code or repository files.
Commits and pushes completed changes and creates pull requests. Use when the user requests commit-and-push or a PR for local changes.
Defines the local checklist and source-loading rules for creating or editing skills and their resources.
基于 SOC 职业分类
正在显示 SKILL.md
| name | code-review |
| description | Reviews software changes and reports actionable defects. Use for an explicit code-review request. |
Read these skills completely before evaluating the change:
coding-standards, including any conditional references applicable to the
request and affected codelaravel-standards when the changed code is inside, touches, or affects a
Laravel applicationUse those standards as hard review criteria, not background suggestions.
laravel-standards applies, audit the final contents of every changed
Laravel delivery file against it, not only the diff hunks. Report every
violation as a Blocker finding with the exact file and line. Do not
conclude the review until this audit is complete.Normal severity by default. Escalate
only when the misleading name creates a blocker-level correctness, security,
or data risk.Before finalizing, re-read each finding and confirm:
laravel-standards appliesBlockerLead with numbered findings ordered by severity. Each finding must include:
1. <Blocker|Normal|Low> — <file:line or file:method>
Problem/impact: <what is wrong and why it matters>
Fix: <specific fix direction>
After findings, include:
Laravel boundary audit: say completed — <count> delivery files audited
when laravel-standards applies, otherwise say not applicable. List audited
files only when the paths clarify the review scope, a finding, or uncertainty.Open questions: only when answers would change the review outcome.Tests: describe relevant tests run or missing verification.If there are no findings, state that clearly and still mention residual risks or missing tests.