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
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.
Command Claude Code
A command for reviewing Dependabot pull requests. Dependabot is a service that automatically proposes updates to a project's packages and dependencies.
Command Claude Code
Auto-generate PR description in English from changes against base branch.
Command Claude Code
A command that reviews the current Git branch and drafts a pull request description in Japanese. A pull request is a request to merge code changes into another branch.
Command Claude Code
A pre-commit command that checks recent code changes for architecture, security, TypeScript, and documentation issues using four parallel review agents.
Instructions file
Development instructions for cc-recommender, an MCP server that analyzes a project and recommends suitable Claude Code skills, plugins, and MCP servers. It defines a layered code structure and file-level responsibility rules.