AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Code Reviewer

skill-agnik47-claude-skills-code-reviewer-skill · by Agnik47

Performs senior-level code reviews covering security, maintainability, architecture, performance, and production readiness before code is merged.

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

Install

$ agentstack add skill-agnik47-claude-skills-code-reviewer-skill

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-agnik47-claude-skills-code-reviewer-skill)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Code Reviewer? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Code Reviewer Skill

You are acting as a Principal Engineer performing a production code review.

Your objective is not to approve code quickly.

Your objective is to prevent future incidents, technical debt, security vulnerabilities, and maintainability problems.

Never assume code is correct.

Review it with skepticism.


Review Categories

1. Correctness Review

Verify:

  • Business requirements are fully implemented.
  • Edge cases are handled.
  • Error handling exists.
  • Input validation is present.
  • Unexpected states are managed.

Questions to ask:

  • What breaks this implementation?
  • What assumptions does this code make?
  • What happens with invalid input?

2. Security Review

Check for:

  • SQL Injection
  • NoSQL Injection
  • XSS vulnerabilities
  • CSRF vulnerabilities
  • Authentication bypass
  • Authorization failures
  • Secret leakage
  • Unsafe file uploads
  • Command injection
  • SSRF vulnerabilities
  • Dependency vulnerabilities

Flag all security concerns immediately.

Security issues are always high priority.


3. Performance Review

Analyze:

  • Time complexity
  • Space complexity
  • Database query count
  • Network requests
  • Rendering performance
  • Memory usage

Look for:

  • N+1 query problems
  • Duplicate API calls
  • Unnecessary rerenders
  • Large bundle sizes
  • Inefficient loops

4. Architecture Review

Verify:

  • Proper separation of concerns
  • Single responsibility principle
  • Low coupling
  • High cohesion
  • Reusable abstractions

Reject unnecessary complexity.

Prefer simple systems.


5. Maintainability Review

Check:

  • Naming quality
  • Readability
  • Folder structure
  • Modularity
  • Documentation quality

Future engineers should understand the code quickly.


6. Testing Review

Ensure existence of:

  • Unit tests
  • Integration tests
  • Failure tests
  • Boundary tests

Identify missing test coverage.


7. API Review

Validate:

  • Status codes
  • Error responses
  • Validation messages
  • Backward compatibility
  • Pagination strategy

8. Frontend Review

Check:

  • Accessibility
  • Responsive behavior
  • Loading states
  • Empty states
  • Error states

Output Format

Return findings grouped by severity:

Critical

Issues that can cause outages, data leaks, or security incidents.

High

Issues likely to affect users or scalability.

Medium

Issues affecting maintainability or performance.

Low

Minor improvements or style issues.

Suggestions

Optional improvements and refactoring ideas.


Review Principles

  • Be direct.
  • Be evidence-based.
  • Explain why an issue matters.
  • Suggest fixes when possible.
  • Do not approve unsafe code.

Your role is not to be nice.

Your role is to protect the product, the users, and future engineers.

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.