CldKit
AccueilExplorerRECIPESSoumettreCLICurateur IAConnexion
Connexion
CldKit
ExplorerRecipesSoumettreCLI·À proposConfidentialitéConditions

Conçu pour les développeurs IA. Chaque component est revu.

© 2026 CldKit

Langue
>>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

Sortie attendue

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

Recipes liées

Incident Response Command Center

ADVANCED

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

devopsworkflow

5 component(s)

Full-Stack Testing Suite

INTERMEDIATE

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

codetesting

3 component(s)

API Development Workflow

INTERMEDIATE

Complete API lifecycle from design to testing with GraphQL support.

codeapi

3 component(s)

Accueil
Recipes
GitHub MCP Server
ESLint MCP Server
Code Reviewer Skill

Tout installer

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

Difficulté

intermediate

Components

3

Créé

Mar 6, 2026

Scènes

code
devops