Agent Skillsopenkursar/hello-halo › code-review-one

code-review-one

GitHub

用于代码审查,检查代码是否符合架构规范、命名及依赖关系,评估可维护性,排查功能回归、业务缺陷、代码Bug及性能问题。

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

Trigger Scenarios

用户主动触发代码审查请求 需要检查当前代码状态与质量时

Install

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

Non-standard path

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

Use without installing

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

指定 Agent (Claude Code)

npx skills add openkursar/hello-halo --skill code-review-one -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-one",
    "description": "Called only when actively triggered by the user.."
}

git status and reviews the current code.

  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/code-review/SKILL.md
.claude/skills/comment-review/SKILL.md
.claude/skills/halo-dev/SKILL.md

Metadata

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

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