Code Review Agent
intermediate
Automated code review pipeline combining GitHub access, linting, and AI review.
Architecture
GitHub MCP Server
PR data source - fetches diffs and metadata
88/100
Requires GITHUB_TOKEN env var
ESLint MCP Server
Code quality checker - runs ESLint on PR files
79/100
Code Reviewer Skill
AI reviewer - generates comprehensive review comments
85/100
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
ADVANCEDTriage production incidents from alerts to fixes with observability, chat, and repo context.
devopsworkflow
5 components
Full-Stack Testing Suite
INTERMEDIATEComplete testing pipeline with unit tests, E2E browser tests, and TDD workflow.
codetesting
3 components
API Development Workflow
INTERMEDIATEComplete API lifecycle from design to testing with GraphQL support.
codeapi
3 components