Agent Skillsopenkursar/hello-halo › code-review

code-review

GitHub

用于代码提交前的审查,通过多智能体独立评审、交叉质疑达成共识。检查架构规范、回归风险、业务缺陷及性能问题,确保代码质量与系统稳定性。

.claude/skills/code-review/SKILL.md openkursar/hello-halo

Trigger Scenarios

用户请求进行 commit review 需要多人协作审查代码变更

Install

npx skills add openkursar/hello-halo --skill code-review -g -y
More Options

Non-standard path

npx skills add https://github.com/openkursar/hello-halo/tree/main/.claude/skills/code-review -g -y

Use without installing

npx skills use openkursar/hello-halo@code-review

指定 Agent (Claude Code)

npx skills add openkursar/hello-halo --skill code-review -a claude-code -g -y

安装 repo 全部 skill

npx skills add openkursar/hello-halo --all -g -y

预览 repo 内 skill

npx skills add openkursar/hello-halo --list

SKILL.md

Frontmatter
{
    "name": "code-review",
    "description": "Must be invoked when the user asks to commit review."
}

git status and reviews the current code. Start 2-3 members separately(agent teams), first review individually, then exchange opinions with each other and raise challenges until the members reach a consensus before returning a conclusion. Each member is required to observe:

  1. Whether it conforms to the halo-dev skill architecture, specifically: module/file structure (does the file belong to this module at all, does its directory placement match its responsibility boundary, should it be re-abstracted or split), naming (file, directory, export and symbol names follow the conventions of 2-3 sibling files), and dependency relationships (layer direction is respected, no cross-layer reach-through, no circular imports, no dependency introduced merely because it was convenient). Beyond conformance: whether the design is highly maintainable and modular, and whether it aligns with long-term architectural planning and code quality evolution.
  2. Whether it affects existing functionality or causes regression issues.
  3. Whether the new feature has obvious business defects or code bugs.
  4. Whether there are performance issues, covering both first-screen performance (initial render, resource/bundle size, code splitting and lazy loading) and runtime performance (unnecessary re-renders, large-list rendering, memory leaks, redundant computations and requests). The above four points must be strictly communicated to all members.

Version History

  • 8e53dce Current 2026-08-20 09:12

Same Skill Collection

.claude/skills/code-commit/SKILL.md
.claude/skills/code-merge/SKILL.md
.claude/skills/comment-review/SKILL.md
.claude/skills/halo-dev/SKILL.md
.claude/skills/code-review-simple/SKILL.md

Metadata

Files
0
Version
8e53dce
Hash
f7898cec
Indexed
2026-08-20 09:12

- 위키
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-26 23:58
浙ICP备14020137号-1 $방문자$