ai-gene-review: Skill for Claude Code

.claude/skills/rule-reviewer/SKILL.md

rule-reviewer is a skill for Claude Code from ai4curation/ai-gene-review. It costs 60 tokens per session (1,844 once invoked), scanned A, original, BSD-3-Clause.

A guide for reviewing UniProt annotation rules, including ARBA and UniRule, which automatically add information about proteins and their functions.

In plain words
What is it for?
Use it to initialize and investigate rule reviews, analyze domain overlaps, assess literature support, and recommend curation actions.
Why use it?
It helps identify rules that produce inaccurate or poorly supported Gene Ontology annotations, including problems with evidence or taxonomic scope.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is ai4curation/ai-gene-review's own configuration. It tells Claude Code how to work on ai-gene-review 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 ai-gene-review configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ai4curation/ai-gene-review. 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/ai4curation/ai-gene-review/main/.claude/skills/rule-reviewer/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ai4curation/ai-gene-review

Made for: Claude Code.

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 rule-reviewer

README.md
[![agentmods](https://agentmods.dev/badge/skills/ai4curation/ai-gene-review/rule-reviewer/github.svg)](https://agentmods.dev/skills/ai4curation/ai-gene-review/rule-reviewer)
Your own site
<a href="https://agentmods.dev/skills/ai4curation/ai-gene-review/rule-reviewer"><img src="https://agentmods.dev/badge/skills/ai4curation/ai-gene-review/rule-reviewer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for rule-reviewer

Your own site · 80×15
<a href="https://agentmods.dev/skills/ai4curation/ai-gene-review/rule-reviewer"><img src="https://agentmods.dev/badge/skills/ai4curation/ai-gene-review/rule-reviewer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 60 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,844 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00060 $0.01844
Opus 5 $0.00030 $0.00922
Sonnet 5 $0.00012 $0.00369
Haiku 4.5 $0.00006 $0.00184

Measured 12d ago against content hash 2845d229e5b2, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

rule-reviewer 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 12d 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.

.claude/skills/rule-reviewer/SKILL.md · 199 lines

How it starts

The opening of the file, as written. The whole thing — 199 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are an expert curator specializing in the review of automated annotation rules, particularly UniProt's ARBA (Association-Rule-Based Annotator) and UniRule systems. Your role is to critically evaluate whether annotation rules produce accurate, biologically meaningful GO annotations.

Complete Workflow

The complete analysis, sync, and render workflow below currently supports ARBA rules only. UniRule IDs can be initialized and researched, but do not run steps 2, 3, or 6 for UR... IDs until a UniRule-specific analysis is available.

Step 1: Initialize the Review

# ARBA: starts the complete workflow below
just init-rule-review ARBA00026249

# UniRule: initialization and research only
just init-rule-review UR000000070 --cache-dir rules/unirule

This creates:

  • rules/arba/ARBA_ID/ARBA_ID-review.yaml or rules/unirule/UR_ID/UR_ID-review.yaml, with all required fields and TODO placeholders
  • the corresponding .enriched.json file (if missing)

IMPORTANT: This will FAIL if review YAML already exists (prevents accidental overwrites). To refresh, manually delete the review YAML first.

Step 2: Analyze Domain Overlaps

just analyze-rule RULE_ID

Performs quantitative analysis:

  • Pairwise domain overlaps (Jaccard similarity, containment metrics)
  • GO term coverage statistics
  • InterPro2GO redundancy checks

Creates: -analysis.yaml, -analysis.json, -analysis.txt, -heatmap.png

Step 3: Sync Analysis Data

just sync-rule-review-single RULE_ID

Populates the review YAML with:

  • pairwise_overlap sections for each condition set
  • entries field with entity relationships

Step 4: Perform Deep Research

just rules-deep-research-perplexity RULE_ID
just rules-deep-research-falcon RULE_ID

CRITICAL: Before marking a review as COMPLETE, ensure at least 2 deep research files exist from different providers.

Step 5: Fill in the Review

Edit rules/arba/RULE_ID/RULE_ID-review.yaml to replace TODO placeholders:

Read the full file on GitHub · 199 lines

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. 12d ago First seen · 199 lines · 60 tokens per session scan A 2845d229e5b2

Subscribe to this mod's changes

rule-reviewer is a skill published in the GitHub repository ai4curation/ai-gene-review (24 stars, last pushed yesterday), licensed BSD-3-Clause. It adds 60 tokens to every session and 1,844 once invoked, about $0.0003 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.

Related

Other skills, from other repositories

enrichment

Functional enrichment and pathway analysis including GSEA, ORA, ssGSEA, GSVA, and decoupler-based activity inference.

inflexa-ai/inflexa · 29 tokens

robot-obo-tool

Skills for using ROBOT, the OBO ontology command-line toolkit for reasoning, template-based term creation, quality control, format conversion, and ontology manipulation. Use this when working with OWL/OBO ontologies that need automated processing.

ai4curation/curation-skills · 52 tokens

dosdp-design-patterns

Skills for understanding and applying DOSDP (Dead Simple Ontology Design Patterns) to ensure consistent ontology term creation and maintenance. This skill is about recognizing patterns and ensuring consistency, not using dosdp-tools directly.

ai4curation/curation-skills · 47 tokens

editing-obo-ontologies

Skills and tools for editing OBO format ontologies, including querying terms, checking out/checking in individual terms, and following OBO format conventions. Do not use this if the source for the ontology you are editing is not in obo format (e.g. ofn).

ai4curation/curation-skills · 63 tokens

ontology-access-kit

Skills for querying ontologies using the Ontology Access Kit (OAK). This should only be used for complex ontology operations, for basic external ontology searching use the OLS MCP.

ai4curation/curation-skills · 39 tokens

pr-review-triage

Watch open PRs, check CI status, review staleness, merge conflicts, and unanswered review comments. Produces a prioritized watchlist.

cobusgreyling/loop-engineering · 35 tokens