jeff-yiii/claude-code-review
基于 Claude Code 的多 Agent 协作式代码审查系统。包含 Explorer 影响分析、Reviewer 多维审查、Auto-Fix 自动修复三个 Agent,覆盖 OWASP Top 10 安全扫描、编码规范检查、反模式检测。通过自定义 Skills + Hooks 实现自动化质量门禁。
SUMMARY AI summary by gpt-5-mini
Multi-Agent Code Review System: a Claude Code–based tool for collaborative code review and automated fixes. Intended for developers and teams who want automated pre-commit review, in-session status, and security checks integrated into a repo. Key parts: - Skills layer: three agents — /code-review (Explorer + Reviewer two-stage pipeline), /auto-fix (automatic low-risk fixes), /security-scan (deep security auditor). - Hooks: PreCommit (prompts to run /code-review), SessionStart (show status). - Knowledge: CLAUDE.md (coding rules, anti-patterns, security rules) and persistent memory files. Core features: - /code-review scans git changes, assesses impact, and checks per-file across SPEC/SAFETY/BUG/STYLE, producing structured reports with file paths, line numbers, and fix suggestions. - /auto-fix applies safe fixes (naming, magic numbers, import order, var→const, ==→===) and generates plans for high-risk issues. - /security-scan detects SQLi, XSS, command/path injection, hard-coded secrets, auth flaws, sensitive data leaks, and runs dependency audits. Severity levels: CRITICAL/HIGH/MEDIUM/LOW with recommended actions. Adaptable to projects by adding CLAUDE.md and the .claude directory and tailoring rules.
AI Coding Tools Used
This repository contains config files from these AI coding tools, indicating AI-assisted development.
DETECTED Detected AI stack
AI-related keywords found in this repo's description, topics, or README summary — grouped by category. Each badge links to the corresponding ranking detail page.
Owner
Dates
| Created on GitHub | 2026-05-12 |
| Last push | 2026-05-12 |
| First seen here | 2026-05-12 |
| Last fetched | 2026-05-12 16:15 |