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

Code Review

skill-neha-rn-developer-skills-code-review · by Neha

Audit entry point for reviewing React Native code. Routes each concern to a focused skill and defines the review output format. Use when reviewing a PR, auditing a screen, or running a pre-merge quality gate.

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

Install

$ agentstack add skill-neha-rn-developer-skills-code-review

✓ 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-neha-rn-developer-skills-code-review)

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 Review? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Code Review Skill

Applicability

  • Platforms: iOS and Android
  • React Native: 0.76+ (New Architecture interop assumed unless a checklist item says otherwise)

When to Use

  • Reviewing a pull request or code change
  • Auditing an existing screen or feature for issues
  • Running a pre-merge quality gate
  • Investigating the root cause of a production bug

This skill is the entry point for a full review. It does not restate every check — each concern lives in its own focused skill. Work through the relevant skills below, then report findings in the output format.

Prerequisites

  • Access to the code being reviewed
  • An understanding of the feature's intended behaviour
  • Knowledge of which data is user-sensitive or business-critical

How to Conduct a Review

Review each concern using its focused skill. Each link resolves to that skill's checklist, examples, and pitfalls — apply those there rather than duplicating them here.

| Concern | Focused Skill | What it covers | |---|---|---| | Architecture | [architecture](../architecture/SKILL.md) | Folder structure, navigation, deep linking, rendering safety, error boundaries, code quality | | Performance | [performance](../performance/SKILL.md) | Re-renders, list virtualisation, images, animations, memory and resource cleanup | | Accessibility | [accessibility](../accessibility/SKILL.md) | Labels, roles, touch targets, focus order, colour, dynamic type | | Testing | [testing](../testing/SKILL.md) | Unit, component, and E2E coverage; edge cases; test quality | | State & Data | [state-and-data](../state-and-data/SKILL.md) | Server state, caching, offline, network transitions, transactions, loading/empty/error states | | Security | [security](../security/SKILL.md) | Secrets, secure storage, transport, PII in logs, deep-link validation, privacy compliance |

For each concern: open the focused skill, apply its checklist to the code under review, and collect anything that fails into the output format below. If a concern does not apply to the change, note it as not applicable.

Output Format

Structure every review as:

  1. Summary — overall assessment (solid / needs work / significant issues)
  2. Must-Fix — crashes, data loss, security or compliance issues (block merge)
  3. Should-Fix — performance problems, architecture violations, missing tests
  4. Consider — alternative approaches, future-proofing, style
  5. What's Good — well-implemented patterns worth reinforcing

Pitfalls

  • Reviewing only the happy path — the focused skills exist to make sure offline, error, empty, and accessibility states get checked too.
  • Restating a focused skill's checklist here instead of linking to it causes drift; keep the detail in one place.
  • Skipping the "What's Good" section removes the positive reinforcement that makes reviews land well.

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.