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