用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tomevault-io/skills-registry --skill code-review命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
| Use when this capability is needed.
> Use when this capability is needed.
Review architecture and API design for the vfs-s3 project. Use when the user mentions @architect, asks to review an issue's design, discuss module boundaries, API shape, or architectural decisions for vfs-s3. Also trigger when the user wants to create an ADR (Architecture Decision Record) or evaluate a technical approach for the project. Intended for dispatch from Codex automation or Claude routines; GitHub trigger phrase: @vfs-s3-bot please prepare design doc Use when this capability is needed.
基于 SOC 职业分类
| name | code-review |
| description | 对指定文件或文件集执行架构和质量的代码审查。检查编码标准合规性、架构模式遵守情况、可测试性、性能和安全风险。 Use when this capability is needed. |
| metadata | {"author":"ailess-lab"} |
/code-review 是 CFG 的代码质量入口。它是只读审查,不修改文件。
It also covers former technical-debt, perf-profile, and security-audit concerns when the concern is tied to code or architecture changes.
For broad release readiness, route to /release-checklist. For runtime evidence failures, route to B-dev through the active work order and lane state. Do not route to removed sprint/story/smoke commands.
Read:
AGENTS.md.codex/docs/technical-preferences.mddocs/architecture/*.mdproduction/work-orders/*.md if the user provided one or the touched paths clearly belong to oneIf a work order path is supplied, read it first to extract:
If no work order or ADR is found, say so and continue with a code-only review.
The inherited 49 CCGS agent files are not active. Do not read .codex/agents/. Apply engine, shader, UI, architecture, security, performance, and testability lenses directly in-session.
Findings first, ordered by severity. Use file/line references.
## Code Review: [target]
Findings:
- [P0/P1/P2/P3] [file:line] [issue, impact, required fix]
Open Questions:
- [only if needed]
Work Order / ADR Compliance:
- [COMPLIANT / DRIFT / VIOLATION / NOT PROVIDED]
Testability:
- [TESTABLE / GAPS / BLOCKING / N/A]
Summary:
- [short change/context summary]
Verdict: APPROVED / APPROVED WITH CONCERNS / CHANGES REQUIRED
If no issues are found, say that clearly and mention residual risk or unrun tests.
After the review:
B-dev for code fixes./create-architecture.D-director verdict.Do not ask the user to run removed story/sprint completion commands.
Source: ailess-lab/CodexForGodot — distributed by TomeVault.