CldKit
首页浏览RECIPES提交CLIAI 策展助手登录
登录
CldKit
浏览Recipes提交CLI·关于隐私条款

为 AI 开发者构建。每个 components 都经过审查。

© 2026 CldKit

语言
首页>Recipes>Code Review Agent

Code Review Agent

intermediate

Automated code review pipeline combining GitHub access, linting, and AI review.

架构

GitHub MCP Server
PR data source - fetches diffs and metadata
88/100
npx -y @modelcontextprotocol/server-github

Requires GITHUB_TOKEN env var

ESLint MCP Server
Code quality checker - runs ESLint on PR files
79/100
npx -y mcp-eslint
Code Reviewer Skill
AI reviewer - generates comprehensive review comments
85/100
ls /workspace

Configure review focus areas in SKILL.md

预期输出

PR #42: feature/add-auth Lint: 2 warnings, 0 errors Security: No issues found Review: 3 suggestions, 1 improvement -> Comment posted to PR

相关 Recipes

Incident Response Command Center

ADVANCED

Triage production incidents from alerts to fixes with observability, chat, and repo context.

devopsworkflow

5 个 components

Full-Stack Testing Suite

INTERMEDIATE

Complete testing pipeline with unit tests, E2E browser tests, and TDD workflow.

codetesting

3 个 components

API Development Workflow

INTERMEDIATE

Complete API lifecycle from design to testing with GraphQL support.

codeapi

3 个 components

全部安装

npx -y @modelcontextprotocol/server-github
npx -y mcp-eslint
ls /workspace

难度

intermediate

Components

3

创建时间

Mar 6, 2026

场景

code
devops