Agent Claude Code
A coding agent that reviews a project's architecture and design rules for consistency. Architecture here means how parts of the code are organized and allowed to depend on one another.
🎯 MCP server that recommends optimal Claude Code extensions by analyzing your project
Agent Claude Code
A coding agent that reviews a project's architecture and design rules for consistency. Architecture here means how parts of the code are organized and allowed to depend on one another.
Agent Claude Code
Agent "Dependabot Review Agent" from yuji0809/cc-recommender, covering dependabot review agent, 役割, 作業フロー, 1. 対象prの特定 and 2. 各prの情報収集.
Agent Claude Code
A coding agent that checks whether Markdown documentation matches the code. It focuses on files such as README files, CLAUDE.md, and Markdown documents in the docs folder.
Agent Claude Code
A coding security agent that reviews code for common security problems and suggests fixes. It checks areas such as secrets, input validation, shell commands, dependencies, and licenses.
Agent Claude Code
A coding agent that follows test-driven development (TDD), a method where tests are written before the code they check. It works through failing tests, a minimal implementation, and cleanup in the Red-Green-Refactor cycle.
Agent Claude Code
A software agent focused on reviewing TypeScript code, a typed version of JavaScript. It checks type safety, type definitions, function signatures, asynchronous return types, and error handling.