A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
Skill for Claude Code that provides code review assistance
This is a code review assistant skill and bundled CLI agent. Rather than reviewing the code entirely on its own, it's serving as an intelligent companion to a reviewer, by providing the following:
For a representative example, take a look at this PR comment: https://github.com/pbakaus/code-review-assistant/pull/1#issuecomment-3568698430
npm install
# Copy and edit .env with your API keys
cp .env.example .env
Required API keys:
repo scope)Use the bundled agent for automated reviews on any PR:
# Interactive mode (default) - prompts for actions after review
./agent facebook/react#28000
# Non-interactive mode (for CI/CD)
./agent facebook/react#28000 --non-interactive
# Force diagram generation for all PRs
./agent facebook/react#28000 --force-diagrams
CLI Options:
--non-interactive: Skip prompts (for CI/CD pipelines)--force-diagrams: Always generate visual diagrams, even for simple PRsInteractive Mode (default): After the review, you'll be prompted to:
gh pr editgh pr commentNon-Interactive Mode: Just displays the review and exits (perfect for CI/CD pipelines).
Use the skill directly in Claude Code for quick reviews during development:
Copy skill to your project:
cp -r .claude/skills/code-review-assistant /your/repo/.claude/skills/
In Claude Code, ask:
Review the current PR
Claude will automatically:
gh pr editgh pr commentUse the skill programmatically in your own code:
import { query } from '@anthropic-ai/claude-agent-sdk';
for await (const message of query({
prompt: `Review this PR: ${prData}`,
options: {
settingSources: ["user", "project"], // Load skills from filesystem
allowedTools: ["Skill", "Bash", "Read", "Write", "Grep", "Glob", "WebFetch"],
}
})) {
console.log(message);
}
.claude/skills/code-review-assistant/reference/team-expertise.md
@username)code-standards.md and code-standards-map.mdSKILL.mdApache 2.0 - See LICENSE.txt
1000+ skills curated from Anthropic, Vercel, Stripe, and other engineering teams
Claude Code skill for YouTube creators — channel audits, video SEO, retention scripts, thumbnails, content strategy, Sho
Design enforcement with memory — keeps your UI consistent across a project
AI image generation skill for Claude Code -- Creative Director powered by Gemini