CldKit
首頁瀏覽RECIPES提交CLIAI 策展助手登入
登入
CldKit
瀏覽Recipes提交CLI·關於隱私條款

為 AI 開發者建置。每個 components 都經過審查。

© 2026 CldKit

語言
>>Code Review Agent

Code Review Agent

intermediate

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

架構

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

預期輸出

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

首頁
Recipes
GitHub MCP Server
ESLint MCP Server
Code Reviewer Skill

全部安裝

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

難度

intermediate

Components

3

創建時間

Mar 6, 2026

場景

code
devops