CldKit
HOMEEXPLORERECIPESSUBMITCLIAI CURATORSIGN IN
SIGN IN
CldKit
ExploreRecipesSubmitCLI·AboutPrivacyTerms

Built for AI developers. Every component reviewed.

© 2026 CldKit

Language
>>Code Review Agent

Code Review Agent

intermediate

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

Architecture

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

Requires GITHUB_TOKEN env var

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

Configure review focus areas in SKILL.md

Expected Output

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

Related 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

Home
Recipes
GitHub MCP Server
ESLint MCP Server
Code Reviewer Skill

Install All

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

Difficulty

intermediate

Components

3

Created

Mar 6, 2026

Scenes

code
devops