Install command
Not provided
A collection that bundles three Claude Code resources for code review: a code-reviewer sub-agent plus the generate-tests and explain commands.
Open the source and read safety notes before installing.
Source-backed facts for citing this resource, derived directly from the registry — also available as plain text for AI assistants.
Decision playbook
Signals are present but mixed. Use the checklist below to confirm the source and operational safety for your environment.
Required checks are still incomplete. Finish source and safety verification before adopting this resource.
0
58
—
No baseline selected
No major trust-signal divergence detected in the current selection.
Confirm ownership and provenance before trusting install instructions.
Source link availableRequired
Open the canonical repository and verify ownership.
Source provenance statusRequired
Marked as source-backed.
Metadata reviewed
Registry metadata indicates a reviewed listing.
Validate risk disclosures before installation or API wiring.
Safety notes presentRequired
No safety notes listed.
Privacy notes presentRequired
No privacy notes listed.
Trust level risk gateRequired
Trust level does not block evaluation.
Check package metadata and artifact integrity signals.
Install payload available
Install or copy payload is available for review.
Package verification flag
No package verification flag provided.
Checksum metadata
No checksum provided for downloaded artifact.
Use compare context to validate trade-offs before adoption.
Compare tray has multiple entries
Add at least one more entry to compare trust differences.
Baseline comparison available
No baseline peer selected yet.
Diverging trust signals identified
No major trust-signal divergence found.
Setup at a glance
Copy-ready — paste the snippet to get started.
Install command
Not provided
Config snippet
Not provided
Copy snippet
Provided
Prerequisites
3 to clear
Platforms
1 listed
Difficulty
0/100
Adoption plan
Current risk score 44/100. Use staged verification before broader rollout.
Validate source and review signals before any execution.
Confirm source provenanceRequired
Source URL/provenance metadata is present.
Confirm metadata review state
Listing has review metadata.
Verify install payload
Install/config payload exists and can be inspected.
Confirm safety, privacy, and package integrity signals.
Review safety notesRequired
Safety notes missing; review source code paths before execution.
Review privacy notesRequired
Privacy notes missing; inspect network/data behavior manually.
Verify package integrity metadata
No package verification/checksum metadata.
Adopt in controlled steps based on the selected plan.
Run in isolated sandbox firstRequired
Use a constrained sandbox and observe behavior across multiple tasks.
Roll out graduallyRequired
Roll out to a small cohort before wider usage.
Set monitoring and fallback
Define rollback path and monitor errors after adoption.
Evidence readiness
Missing required evidence: Safety notes. Risk score 36.
Source repository/provenance is listed.
Required in this preset
Review metadata is present.
Required in this preset
Safety notes are missing.
Required in this preset
Privacy notes are missing.
Optional in this preset
Package integrity metadata is missing.
Optional in this preset
Install payload is available.
Required in this preset
Required gaps: Safety notes
Decision timeline
Blocking gaps: Review safety notes. Risk 32.
triage
Source/provenance metadata is available.
triage
Review metadata is available.
verify
Safety notes are missing.
verify
Privacy notes are missing.
verify
Package integrity metadata is missing.
rollout
Install payload is available.
Blockers: Review safety notes
Prerequisite readiness
3 prerequisites to line up before setup. Includes a review or approval gate.
Comprehensive suite of tools for maintaining high code quality through automated reviews, testing, and best practice enforcement. Essential for teams focused on code excellence.
## Features
- Automated code review and suggestions
- Test generation and coverage analysis
- Code refactoring assistance
- Best practice enforcement
## Use Cases
- Performing comprehensive code reviews
- Improving test coverage across projects
- Refactoring legacy code safely
- Enforcing team coding standards
## TL;DR
This collection bundles three Claude Code resources for a code review workflow: the `code-reviewer-agent` sub-agent and the `generate-tests` and `explain` slash commands.
- `code-reviewer-agent` reviews code and flags issues
- `generate-tests` creates tests for your code
- `explain` walks through how existing code works
Install the items in the recommended order to review code, add test coverage, and understand unfamiliar code from inside Claude Code.
## Collection Overview
**Collection Type:** Code Quality & Review
**Focus Area:** Code review, test generation, and code explanation
**Skill Level:** Intermediate
## What's Included
## Collection Contents
The three resources bundled in this collection:
- **code-reviewer-agent** (Agent): a Claude Code sub-agent that reviews code and surfaces bugs, risks, and best-practice issues.
- **generate-tests** (Command): a slash command that generates tests for selected code.
- **explain** (Command): a slash command that explains how existing code works.
## Quick Start
Install `code-reviewer-agent` first, then `generate-tests`, then `explain`. Each item is independently useful but they work well together for a review-and-test workflow.
## Prerequisites
- Existing codebase to review
- Understanding of testing frameworks
- Git repository setup
## Recommended Order
1. `code-reviewer-agent`
2. `generate-tests`
3. `explain`
## Troubleshooting
### Code reviewer agent rejects tests generated by generate-tests
Install code-reviewer-agent first to establish quality standards. Then install generate-tests to create tests matching those standards. Configure test generation to follow reviewer's style guide.
### Generate-tests command missing required testing framework
Install testing framework before collection: npm install -D jest @types/jest or npm install -D vitest. Verify test runner in package.json scripts. Reinstall generate-tests after framework setup.
### Explain command output conflicts with reviewer agent's suggestions
Use explain command for understanding existing code, code-reviewer-agent for improvement suggestions. Install both per installationOrder. They serve complementary purposes, not conflicting ones.
### Collection items cannot find codebase root directory
Ensure Git repository initialized in project root: git init. All collection items detect project root via .git directory. Open Claude Code in repository root, not subdirectory.
### Test generation fails due to TypeScript configuration issues
Verify tsconfig.json includes test files in compilation. Add test directory to include array. Install @types packages for testing framework. Restart Claude Code after TypeScript config changes.Comprehensive suite of tools for maintaining high code quality through automated reviews, testing, and best practice enforcement. Essential for teams focused on code excellence.
This collection bundles three Claude Code resources for a code review workflow: the code-reviewer-agent sub-agent and the generate-tests and explain slash commands.
code-reviewer-agent reviews code and flags issuesgenerate-tests creates tests for your codeexplain walks through how existing code worksInstall the items in the recommended order to review code, add test coverage, and understand unfamiliar code from inside Claude Code.
Collection Type: Code Quality & Review Focus Area: Code review, test generation, and code explanation Skill Level: Intermediate
The three resources bundled in this collection:
Install code-reviewer-agent first, then generate-tests, then explain. Each item is independently useful but they work well together for a review-and-test workflow.
code-reviewer-agentgenerate-testsexplainInstall code-reviewer-agent first to establish quality standards. Then install generate-tests to create tests matching those standards. Configure test generation to follow reviewer's style guide.
Install testing framework before collection: npm install -D jest @types/jest or npm install -D vitest. Verify test runner in package.json scripts. Reinstall generate-tests after framework setup.
Use explain command for understanding existing code, code-reviewer-agent for improvement suggestions. Install both per installationOrder. They serve complementary purposes, not conflicting ones.
Ensure Git repository initialized in project root: git init. All collection items detect project root via .git directory. Open Claude Code in repository root, not subdirectory.
Verify tsconfig.json includes test files in compilation. Add test directory to include array. Install @types packages for testing framework. Restart Claude Code after TypeScript config changes.
Code Quality & Review side by side with 2 alternatives on trust, install, platform support, and disclosed safety notes — all from reviewed registry metadata.
| Field | A collection that bundles three Claude Code resources for code review: a code-reviewer sub-agent plus the generate-tests and explain commands. Open dossier | A starter kit for designing, documenting, and testing REST APIs with Claude: bundles an API-builder agent with the docs, generate-tests, and debug commands. Open dossier | Complete debugging toolkit for identifying, analyzing, and resolving complex software issues. Combines AI-assisted debugging with powerful diagnostic commands. Open dossier |
|---|---|---|---|
| Next steps | |||
| Trust | |||
| Review status | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed | ReviewedMaintainer reviewed |
| Package trust | Package not verified | Package not verified | Package not verified |
| Source provenance | Source-backed | Source-backed | Source-backed |
| Submitter | — | — | — |
| Install risk | Review first | Review first | Review first |
| Notes | Safety · Privacy · | Safety · Privacy · | Safety · Privacy · |
| Brand | — | — | — |
| Category | collections | collections | collections |
| Source | source-backed | source-backed | source-backed |
| Author | JSONbored | JSONbored | JSONbored |
| Added | 2025-10-02 | 2025-10-02 | 2025-10-02 |
| Platforms | Claude Code | Claude Code | Claude Code |
| Source repo | — | — | — |
| Safety notes | — missing | — missing | — missing |
| Privacy notes | — missing | — missing | — missing |
| Prerequisites |
|
|
|
| Install | — | — | — |
| Config | — | — | — |
| Citations | |||
| Claim | Unclaimed | Unclaimed | Unclaimed |
Source-backed guides for putting this to work.
Loading live community signals…
A short, calm digest of reviewed Claude resources. Unsubscribe any time.