Install
$ agentstack add skill-omnigentx-jarvis-code-review ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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.jsonto 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:
- Summary — Overall assessment
- Issues found — Specific problems with file/line references
- Suggestions — Improvements that aren't blockers
- 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:
- Read the review feedback carefully
- Fix the identified issues in your workspace files
- 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.
- Author: omnigentx
- Source: omnigentx/jarvis
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.