rforge:status

A status dashboard for checking the health of a group of related R packages. It can show a quick overview or more detailed information for debugging, optimization, or release work.

In plain words
What is it for?
Use it for daily project check-ins, stand-ups, quick validation, troubleshooting, performance work, or release preparation across an R package ecosystem.
Why use it?
It brings package counts, warnings, tests, CRAN checks, Git state, and update times into one report, so you do not have to inspect each package separately.

Command

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.

agentmods
npx agentmods add commands/data-wise/claude-plugins/status
Clone the repo
git clone --depth 1 https://github.com/Data-Wise/claude-plugins
Per session 16 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 4,144 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00016 $0.04144
Opus 5 $0.00008 $0.02072
Sonnet 5 $0.00003 $0.00829
Haiku 4.5 $0.00002 $0.00414

Measured yesterday against content hash ac13df8efde4, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

rforge:status 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 yesterday.

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.

rforge/commands/status.md · 572 lines

How it starts

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

/rforge:status - Mode-Aware Status Dashboard

Get comprehensive status information for your R package ecosystem with explicit control over detail level.

Mode System

Current Mode: {{mode | default: "default"}}

Mode Selection

Parse the user's request to detect mode:

  • If user explicitly provides "debug", "optimize", or "release" → use that mode
  • Otherwise → use "default" mode (quick dashboard)

Default Mode (2-5 seconds)

Purpose: Daily check-ins, morning stand-up, quick validation

Behavior:

  • Overall health score (0-100)
  • Active warnings (critical severity only)
  • Git status (clean/dirty, branch)
  • Last update timestamp
  • Quick summary of ecosystem state

Data Retrieved:

  • Package count and names
  • Critical issues only
  • Basic test status (pass/fail)
  • CRAN check status (if recent)

Time Budget: MUST complete in < 5 seconds

Output Format:

📊 STATUS: mediationverse ecosystem

Overall Health: 87/100 (B+)

✅ medfit          92/100
⚠️  probmed        78/100  (2 warnings)
✅ medsim          85/100
✅ mediationverse  91/100

Critical Issues: 1
  • probmed: Missing NEWS.md entry

Last Updated: 2 hours ago
Git: Clean, branch: main

Debug Mode (15-30 seconds)

Purpose: Investigating issues, understanding problems, detailed diagnostics

Behavior:

  • Per-package health breakdown
  • All warnings (all severity levels)
  • Dependency tree visualization
  • Test coverage metrics per package
  • Documentation coverage per package
  • Known issues list with details

Data Retrieved:

  • Complete dependency graph
  • All test results with details
  • Documentation completeness per function
  • Recent changes analysis
  • Build logs (if available)
  • Environment diagnostics

Time Budget: SHOULD complete in < 30 seconds

Output Format:

📊 DETAILED STATUS: mediationverse ecosystem

Overall Health: 87/100 (B+)

═══════════════════════════════════════════
Package: medfit v2.1.0
═══════════════════════════════════════════
Health: 92/100 (A-)
Tests: 187/187 passing (94% coverage)
  • R/mediation.R: 98% coverage
  • R/bootstrap.R: 91% coverage
  • R/utils.R: 87% coverage
CRAN: ✅ All checks OK
Docs: 24/25 functions documented (96%)
  • Missing: .internal_helper
Dependencies: 12 direct, 34 total
  ✅ All current versions
Issues: 1 warning
  ⚠️ NEWS.md needs entry for v2.1.1
Last Updated: 2 hours ago

═══════════════════════════════════════════
Package: probmed v1.3.0
═══════════════════════════════════════════
Health: 78/100 (C+)
Tests: 95/98 passing (84% coverage)
  ❌ 3 failures in test-edge-cases.R
  • Low coverage: R/sensitivity.R (67%)
CRAN: ⚠️ 2 NOTEs
  • NOTE: Package size (3.2 MB)
  • NOTE: GNU make required
Docs: 18/20 functions documented (90%)
  • Missing: calc_internal, validate_args
Dependencies: 8 direct, 28 total
  ⚠️ 1 outdated: boot (1.3-28 → 1.3-30)
Issues: 4 warnings
  ⚠️ NEWS.md missing entry
  ⚠️ 3 test failures
  ⚠️ Low coverage on sensitivity.R
  ⚠️ Outdated dependency: boot
Last Updated: 5 hours ago

Dependency Tree:
medfit ← probmed ← medsim ← mediationverse
  └─> boot, MASS, stats

Read the full file on GitHub · 572 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. yesterday First seen · 572 lines · 16 tokens per session scan A ac13df8efde4

Subscribe to this mod's changes

rforge:status is a command published in the GitHub repository Data-Wise/claude-plugins (7 stars, last pushed 5d ago), licensed MIT. It adds 16 tokens to every session and 4,144 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-31.