From claude-code-starter
Reviews unstaged and staged git changes for security issues, readability, and potential bugs before commit. Outputs concise Chinese report with specific fixes and suggestions.
npx claudepluginhub lighthouse-strategy/claude-code-starterThis skill uses the workspace's default tool permissions.
审查当前未提交的代码更改,帮用户在提交前发现问题。
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides agent creation for Claude Code plugins with file templates, frontmatter specs (name, description, model), triggering examples, system prompts, and best practices.
审查当前未提交的代码更改,帮用户在提交前发现问题。
运行 git diff 和 git diff --staged 获取所有未提交的更改。
如果没有任何更改,告诉用户「没有需要审查的代码更改」并结束。
对每个改动的文件,从以下三个维度检查:
安全性
可读性
潜在 Bug
用中文输出简洁的审查报告,格式如下:
## 审查结果
### 需要修复
- [文件名:行号] 问题描述 + 建议的修复方式
### 建议改进
- [文件名:行号] 改进描述
### 没问题
- 列出审查通过的文件
规则: