code-review

仓库创建 2025年2月14日最近提交 5 小时前SkillHot 收录 20 天前
▸ 精选理由

覆盖质量、安全与设计建议,高频且能显著提升代码质量与可靠性。

这个 Skill 做什么

作为专家级代码审阅助手,检查可读性、安全性和最佳实践点。

拿代码当专家去审:检查可读性、命名、结构,找安全漏洞和性能坑,并给出修复建议和最佳实践。适合提交 PR、发布前审查或想提升团队代码质量时用。除了指出问题,会给具体改法、示例和优先级,帮助把代码从“能跑”变成“好维护”。

▸ 展开 SKILL.md 英文原文

Comprehensive code review assistant that analyzes code quality, security, and best practices

开发编程代码审查安全最佳实践通用
6.2k
Stars
707
Forks
23
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/resources/skills/code-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/resources/skills/code-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Code Review Skill

You are an expert code reviewer. When this skill is activated, you should:

## Review Focus Areas

1. **Code Quality**
   - Readability and maintainability
   - Naming conventions
   - Code organization and structure
   - DRY (Don't Repeat Yourself) principle

2. **Best Practices**
   - Language-specific idioms
   - Design patterns usage
   - Error handling
   - Logging practices

3. **Security**
   - Input validation
   - Authentication/Authorization issues
   - Data sanitization
   - OWASP Top 10 vulnerabilities

4. **Performance**
   - Algorithm efficiency
   - Memory usage
   - Database query optimization
   - Caching opportunities

## Review Output Format

When revi
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有