agentsclimarketplace

Code review

Skill mahmoud20138/Tradecraft/plugins/tradecraft/skills/code-review

102 Claude Code skills across 7 categories -- trading strategies, Azure, VSCode extensions, AI prompts, and custom automation skills

Install
npx -y skills add mahmoud20138/Tradecraft --skill code-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 7 stars7 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Reviews code changes using CodeRabbit AI. Use when user asks for code review, PR feedback, code quality checks, security issues, or wants autonomous fix-review cycles.

SKILL.md

2.1 KB, as published. Nobody here has run it

CodeRabbit Code Review

AI-powered code review using CodeRabbit. Enables autonomous development workflows where you can implement features, review code, and fix issues without manual intervention.

When to Use

When user asks to:

  • Review code changes / Review my code / Review this
  • Check code quality / Code quality check
  • Find bugs or security issues / Check for bugs / Find issues
  • Security review / Security check
  • Get feedback on their code / PR review / Pull request feedback
  • Review staged/uncommitted changes
  • What's wrong with my code / What's wrong with my changes
  • Run coderabbit / Use coderabbit
  • Implement a feature and review it
  • Fix issues found in review

How to Review

1. Check Prerequisites

# Check CLI
coderabbit --version 2>/dev/null

# Check auth
coderabbit auth status 2>&1

If CLI not installed, tell user:

Please install CodeRabbit CLI first:
curl -fsSL https://cli.coderabbit.ai/install.sh | sh

If not authenticated, tell user:

Please authenticate first by running in your terminal:
coderabbit auth login

2. Run Review

coderabbit review --plain

Options:

  • -t all - All changes (default)
  • -t committed - Committed changes only
  • -t uncommitted - Uncommitted changes only
  • --base main - Compare against specific branch

3. Present Results

Group findings by severity and create a task list for issues found.

4. Fix Issues (Autonomous Workflow)

When user requests implementation + review:

  1. Implement the requested feature
  2. Run coderabbit review --plain
  3. Create task list from findings
  4. Systematically fix each issue
  5. Re-run review if needed until critical issues resolved

Documentation

For more details: https://docs.coderabbit.ai/cli/claude-code-integration

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.