review-implementing

review-implementing is a skill for Claude Code, Codex from omnigentx/jarvis. It costs 28 tokens per session (380 once invoked), scanned A, original, MIT.

A step-by-step process for applying code-review comments or a failed review result. It groups issues by urgency, fixes them one at a time, tests the changes, and requests another review.

In plain words
What is it for?
Use it after receiving review comments or a failed review, especially when several critical, important, and minor issues must be addressed.
Why use it?
It turns scattered review feedback into an ordered list of changes and checks that nothing important is skipped.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it after receiving review comments or a failed review, especially when several critical, important, and minor issues must be addressed.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/omnigentx/jarvis/review-implementing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add omnigentx/jarvis --skill review-implementing
Clone the repo
git clone --depth 1 https://github.com/omnigentx/jarvis

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for review-implementing

README.md
[![agentmods](https://agentmods.dev/badge/skills/omnigentx/jarvis/review-implementing.svg)](https://agentmods.dev/skills/omnigentx/jarvis/review-implementing)
Your own site
<a href="https://agentmods.dev/skills/omnigentx/jarvis/review-implementing"><img src="https://agentmods.dev/badge/skills/omnigentx/jarvis/review-implementing.svg" alt="Measured on agentmods" height="20"></a>
Per session 28 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 380 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00028 $0.00380
Opus 5 $0.00014 $0.00190
Sonnet 5 $0.00006 $0.00076
Haiku 4.5 $0.00003 $0.00038

Measured 7d ago against content hash 095e80473d23, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

review-implementing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

backend/.fast-agent/skills/review-implementing/SKILL.md · 56 lines

What it actually says

Implementing Review Feedback

Adapted from mhattingpete/claude-skills-marketplace.

When to Use

  • After receiving a FAIL verdict in a meeting
  • When reviewer lists issues to address
  • When code review comments need to be implemented

Systematic Workflow

1. Parse Feedback

  • Extract individual issues from the review
  • Categorize: Critical → Important → Minor
  • Clarify ambiguous items before starting

2. Prioritize

Fix in order:

  1. Critical — Must fix before anything else
  2. Important — Fix before requesting re-review
  3. Minor — Fix if time permits, or note for later

3. Fix Each Issue

For each item:

  1. Locate the relevant code
  2. Understand the reviewer's intent
  3. Make the change — minimal, focused fix
  4. Verify — check syntax, run relevant tests
  5. Report — show what you changed in your speak()

4. Request Re-Review

After fixing Critical and Important issues:

  • Summarize what you fixed
  • Show test results
  • Ask reviewer to re-check

Handling Edge Cases

Conflicting feedback:

  • Ask PM for guidance in the meeting

Breaking changes required:

  • Notify team before implementing

Tests fail after fix:

  • Fix tests before reporting done

Can't reproduce the issue:

  • Ask reviewer for more details
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 56 lines · 28 tokens per session scan A 095e80473d23

Subscribe to this mod's changes

review-implementing is a skill published in the GitHub repository omnigentx/jarvis (36 stars, last pushed 11d ago), licensed MIT. It adds 28 tokens to every session and 380 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.