AgentStack
SKILL unreviewed MIT Self-run

Code Review

skill-mahmoud20138-tradecraft-code-review · by mahmoud20138

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.

No reviews yet
0 installs
15 views
0.0% view→install

Install

$ agentstack add skill-mahmoud20138-tradecraft-code-review

Open-source listing — not yet scanned by AgentStack. Follow the source repository for install instructions.

Security review

⚠ Flagged

1 finding(s); flagged for manual review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures
  • high Pipes remote content directly into a shell (remote code execution).

What it can access

  • Network access Used
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Code Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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:

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.