jeff-yiii/claude-code-review
基于 Claude Code 的多 Agent 协作式代码审查系统。包含 Explorer 影响分析、Reviewer 多维审查、Auto-Fix 自动修复三个 Agent,覆盖 OWASP Top 10 安全扫描、编码规范检查、反模式检测。通过自定义 Skills + Hooks 实现自动化质量门禁。
SUMMARY AI要約 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コーディングツール
このリポジトリには以下のAIコーディングツールの設定ファイルが置かれており、開発時にAIアシスタントが利用された痕跡があります。
DETECTED 検出されたAIスタック
このRepoのdescription / GitHub topics / READMEのAI要約に出現したAI関連キーワードをカテゴリ別に表示。各バッジは該当カテゴリの詳細ランキングへリンクします。
オーナー情報
日付
| GitHub作成日 | 2026-05-12 |
| 最終Push | 2026-05-12 |
| 当サイト初検出 | 2026-05-12 |
| 最終取得 | 2026-05-12 16:15 |