interactive-choice-mcp: Skill for Claude Code

.github/skills/review-implementing/SKILL.md

review-implementing is a skill for Claude Code, Codex from Sighthesia/interactive-choice-mcp. It costs 35 tokens per session (770 once invoked), scanned A, original, no licence file.

A step-by-step approach for turning code review comments into code changes.

In plain words
What is it for?
Use it to inspect review feedback, plan the required changes, and implement those suggestions in a codebase.
Why use it?
It helps prevent reviewer suggestions from being missed or implemented inconsistently.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

This is Sighthesia/interactive-choice-mcp's own configuration. It tells Claude Code and Codex how to work on interactive-choice-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything interactive-choice-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Sighthesia/interactive-choice-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Sighthesia/interactive-choice-mcp/main/.github/skills/review-implementing/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Sighthesia/interactive-choice-mcp

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/sighthesia/interactive-choice-mcp/review-implementing.svg)](https://agentmods.dev/skills/sighthesia/interactive-choice-mcp/review-implementing)
Your own site
<a href="https://agentmods.dev/skills/sighthesia/interactive-choice-mcp/review-implementing"><img src="https://agentmods.dev/badge/skills/sighthesia/interactive-choice-mcp/review-implementing.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 770 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 unknown 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.00035 $0.00770
Opus 5 $0.00017 $0.00385
Sonnet 5 $0.00007 $0.00154
Haiku 4.5 $0.00003 $0.00077

Measured 6d ago against content hash 110c53375da7, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, 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 6d 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.

.github/skills/review-implementing/SKILL.md · 137 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 6d ago First seen · 137 lines · 35 tokens per session scan A 110c53375da7

Subscribe to this mod's changes

review-implementing is a skill published in the GitHub repository Sighthesia/interactive-choice-mcp (4 stars, last pushed 7mo ago), with no licence file. It adds 35 tokens to every session and 770 once invoked, about $0.0002 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-31.

Related

Other skills, from other repositories

ship-pr

Ship one pull request, monitor hosted CI and review feedback, follow PR policy, and request authorization before merging and cleaning up.

conn-castle/agent-layer · 28 tokens

wcode

Use the wcode plugin and its MCP tools for repository coding, review, debugging, refactoring, architecture, Graph/Design inspection, safe edits, command execution, and verification. Trigger whenever wcode is installed or named, even when its tools are lazily registered or omitted from the host's initial tool list.

francis-du/wcode · 66 tokens

code-review

Review code changes for bugs, regressions, missing tests, and unclear behavior.

coldmint9/Synax · 19 tokens

open-code-review

Performs AI-powered code review on Git changes using the ocr CLI from alibaba/open-code-review. Use when the user asks to review code, review a pull request, review staged/unstaged changes, review a commit, or compare branches for code quality issues. Produces line-level review comments and can automatically apply…

alibaba/open-code-review · 98 tokens

continual-learning

Nightly refinement of an existing per-repo review-style prompt using this reviewer's own finding outcomes. Read confirmed (resolved-by-commit / thumbs-up) and dismissed (thumbs-down) findings, promote the bug patterns the team actually fixes, demote the false-positive patterns, reconcile against the current prompt…

langchain-ai/open-swe · 89 tokens

learn-from-sage

Detection-gap (miss) analysis for Code Review Sage. Learn from shipped fixes, acted-on human comments, and design outcomes to close reviewer blind spots. Inline during review stages a candidate; a human triggers a one-shot AI consolidation into the live ruleset.

kirodotdev/KiroCrew · 56 tokens