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

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

© 2026 CldKit

語言
首頁>Recipes>AI-Powered Review Pipeline

AI-Powered Review Pipeline

intermediate

Multi-layer code review combining AI reviewer, static analysis, and differential review.

架構

Code Reviewer Skill
Provides comprehensive architectural and logic review feedback
85/100
ls /workspace
Static Analysis Skill
Scans for security vulnerabilities and code quality patterns
90/100
ls /workspace
Differential Review Skill
Focuses review on changed lines to reduce noise and speed up review
87/100
ls /workspace

預期輸出

AI Review Pipeline Results Differential Review: 4 issues on changed lines Static Analysis: 2 vulnerabilities, 5 code smells Code Reviewer: 3 design suggestions, 1 refactoring opportunity Total: 15 findings (2 critical, 5 warning, 8 info) -> Review posted to PR with inline comments

相關 Recipes

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

Visual Technical Briefing

INTERMEDIATE

Create architecture diagrams, editable whiteboards, and browser-ready briefing decks.

docsdesigncode

4 個 components

全部安裝

ls /workspace
ls /workspace
ls /workspace

難度

intermediate

Components

3

創建時間

Mar 25, 2026

場景

code
security