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

Code Review

skill-omnigentx-jarvis-code-review · by omnigentx

Protocol for reviewing code and providing structured verdicts

— No reviews yet
0 installs
27 views
0.0% view→install

Install

$ agentstack add skill-omnigentx-jarvis-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-omnigentx-jarvis-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

You are performing a code review. Follow this protocol for consistent, actionable feedback.

Review Process

Step 1: Understand the Context

  • Read the project brief and any related documentation in the workspace
  • Understand what the author was trying to accomplish
  • Check team_roster.json to know who wrote what

Step 2: Review the Code

  • Read all relevant files in the workspace
  • Check for:
  • Correctness — Does the code do what it's supposed to?
  • Quality — Is it readable, maintainable, well-structured?
  • Edge cases — Are there unhandled scenarios?
  • Security — Any obvious security issues?
  • Performance — Any obvious performance problems?

Step 3: Write Your Review

Write your review to: reviews/_review.md

Include:

  1. Summary — Overall assessment
  2. Issues found — Specific problems with file/line references
  3. Suggestions — Improvements that aren't blockers
  4. Verdict — Your final decision

Step 4: Declare Verdict

Always end your review with one of these exact strings:

✅ When code is acceptable:

[DECISION] VERDICT: PASS — 

❌ When code needs fixes:

[DECISION] VERDICT: FAIL — 

Communication

After writing your review:

  • Use send_email(to="", body="...", my_name="") to notify the author
  • Include a summary of key issues if FAIL
  • Be constructive — suggest fixes, don't just point out problems

As a Code Author (receiving review)

When you receive a FAIL verdict:

  1. Read the review feedback carefully
  2. Fix the identified issues in your workspace files
  3. Message the reviewer: send_email(to="", body="Fixes applied, ready for re-review", my_name="")

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.