review
仓库创建 2026年6月12日最近提交 22 天前SkillHot 收录 21 天前
▸ 精选理由
帮助自动化代码简化与规范修订,适合维护型项目
这个 Skill 做什么
在 /simplify 流程中并行执行代码质量、性能和复用审查并提出修复
把代码简化时会同时做质量、性能和复用三方面的审查,按 /simplify 流程选范围、跑检查并给出修复建议。常在要精简代码、清理 diff 或按项目惯例调整 Effect idioms 时用。特点是并行启动额外子审查、只读分析、不直接改库,最后给出汇总和待办项。
▸ 展开 SKILL.md 英文原文
Use when the user runs /simplify, asks to simplify code, reduce complexity, or clean up a diff or scoped area. Runs /simplify plus project conventions and Effect idioms review.
0
Stars
0
Forks
1
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ericc-ch/caret/main/.agents/skills/review/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ericc-ch/caret/main/.agents/skills/review/SKILL.md"SKILL.MD 节选查看完整文件 ↗
Follow the **`/simplify`** command for scope selection, the three standard read-only review subagents (code quality, performance, reuse), fixing, checks, and the final summary. In addition, launch these two subagents **in parallel** with `/simplify`'s subagents. Same rules: read-only, `model: "composer-2.5"`, no edits, run formatters, worktrees, or commits. Pass the same scope/diff payload. Before launching, read [docs/conventions.md](../../../docs/conventions.md) and skim `/tmp/references/effect-smol/LLMS.md` (or relevant `ai-docs/src/**` sections) so subagent prompts can reference project rules. ## Extra subagents ### Conventions reviewer Check scoped code against [docs/conventions.md
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有