{"id":48327260,"url":"https://github.com/devdanzin/code-review-toolkit","last_synced_at":"2026-04-05T00:55:21.526Z","repository":{"id":343710643,"uuid":"1178833771","full_name":"devdanzin/code-review-toolkit","owner":"devdanzin","description":"A Claude Code plugin for reviewing code quality in existing code bases, based on pr-review-toolkit","archived":false,"fork":false,"pushed_at":"2026-03-24T18:47:41.000Z","size":304,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-25T23:56:52.940Z","etag":null,"topics":["ai","claude","claude-code","plugin"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/devdanzin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-03-11T12:17:18.000Z","updated_at":"2026-03-24T18:47:44.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/devdanzin/code-review-toolkit","commit_stats":null,"previous_names":["devdanzin/code-review-toolkit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/devdanzin/code-review-toolkit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdanzin%2Fcode-review-toolkit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdanzin%2Fcode-review-toolkit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdanzin%2Fcode-review-toolkit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdanzin%2Fcode-review-toolkit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devdanzin","download_url":"https://codeload.github.com/devdanzin/code-review-toolkit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devdanzin%2Fcode-review-toolkit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31420785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T00:25:07.052Z","status":"ssl_error","status_checked_at":"2026-04-05T00:25:05.923Z","response_time":60,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai","claude","claude-code","plugin"],"created_at":"2026-04-05T00:55:21.071Z","updated_at":"2026-04-05T00:55:21.512Z","avatar_url":"https://github.com/devdanzin.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Code Review Toolkit\n\nA [Claude Code](https://docs.anthropic.com/en/docs/claude-code) plugin that bundles 14 specialized agents and 4 commands for exploring and analyzing existing codebases. It answers the question: **where are the problems in this codebase, and what should I fix first?**\n\n## Installation\n\n### From the marketplace (recommended)\n\nAdd this repository as a Claude Code marketplace, then install the plugin:\n\n```bash\n# Add the marketplace (one-time setup)\nclaude plugin marketplace add devdanzin/code-review-toolkit\n\n# Install the plugin\nclaude plugin install code-review-toolkit@code-review-toolkit\n```\n\nOr use the interactive plugin manager:\n\n```bash\n# Open the plugin manager\n/plugin\n\n# Go to the Discover tab, find code-review-toolkit, and install\n```\n\n### Direct install from GitHub\n\nInstall the plugin directly without adding the marketplace:\n\n```bash\nclaude plugin install code-review-toolkit --source github:devdanzin/code-review-toolkit --path plugins/code-review-toolkit\n```\n\n### Without installing (try it first)\n\nClone the repo and launch Claude Code with `--plugin-dir` — the plugin is loaded for that session only, nothing is installed:\n\n```bash\n# Clone the repository\ngit clone https://github.com/devdanzin/code-review-toolkit.git\n\n# Run Claude Code with the plugin loaded for this session\nclaude --plugin-dir code-review-toolkit/plugins/code-review-toolkit\n```\n\n## Quick Start\n\nAfter installation, these commands are immediately available in Claude Code:\n\n```bash\n/code-review-toolkit:map        # Understand project structure\n/code-review-toolkit:health     # Quick health assessment\n/code-review-toolkit:hotspots   # Find cleanup targets\n/code-review-toolkit:explore    # Full exploration (all agents)\n```\n\nFor your first time, start with `map` to understand the architecture, then `health` for a quick overview, then drill into specific areas with `explore`.\n\n## What's Included\n\n- **14 analysis agents** covering architecture, git history context, consistency, complexity, test coverage, error handling, documentation, project documentation accuracy, type design, dead code, tech debt, pattern consistency, API surface review, and git history analysis (fix propagation, churn×quality risk).\n- **4 commands** (`explore`, `map`, `hotspots`, `health`) for different analysis workflows.\n- **7 helper scripts** for complexity measurement, import analysis, dead symbol detection, test correlation, type counting, debt collection, and git history analysis.\n\nFor detailed usage, agent descriptions, and recommended workflows, see the [plugin README](plugins/code-review-toolkit/README.md).\n\n## License\n\nMIT — see [LICENSE](LICENSE) for details.\n\n## Credits\n\nOriginally created by Daisy (Anthropic). Adapted by Daniel Diniz.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdanzin%2Fcode-review-toolkit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevdanzin%2Fcode-review-toolkit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevdanzin%2Fcode-review-toolkit/lists"}