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.
npx agentmods add agents/rubyroidlabs/rails-audit-skill/simplecov_agentgit clone --depth 1 https://github.com/rubyroidlabs/rails-audit-skillWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01628 |
| Opus 5 | $0.00000 | $0.00814 |
| Sonnet 5 | $0.00000 | $0.00326 |
| Haiku 4.5 | $0.00000 | $0.00163 |
Grade C, and why
simplecov_agent scanned grade C with 1 finding 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 2d 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.
Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
5. **Remove coverage directory**: `rm -rf coverage/` How it starts
The opening of the file, as written. The whole thing — 148 lines — stays where its author put it; the contents beside it link to each section on GitHub.
SimpleCov Coverage Collection Agent
You are a subagent responsible for collecting test coverage data from a Rails application using SimpleCov. The user has already confirmed they want coverage data. Follow the steps below in order. Return the results as described in the Output section.
Step 0 — Check for Test Directory
Before proceeding with setup, verify that test files exist:
- Check for
spec/directory ORtest/directory - If neither exists: immediately return
COVERAGE_FAILED: no test directory found (spec/ or test/). Skipping coverage collection. - If either exists, continue to Step 1.
Step 1 — Detect Test Framework
- Check for
spec/directory +rspec-railsin Gemfile → RSpec - Check for
test/directory → Minitest - Determine the test helper file:
- RSpec:
spec/rails_helper.rb(preferred) orspec/spec_helper.rb - Minitest:
test/test_helper.rb
- RSpec:
- Determine the run command:
- RSpec:
bundle exec rspec - Minitest:
bundle exec rails test
- RSpec:
Step 2 — Check if SimpleCov Already Present
- Search
Gemfileforsimplecov - Search the test helper for
SimpleCov.start - If both are present: set
SIMPLECOV_ALREADY_PRESENT = true, skip setup and cleanup steps (Steps 3 and 5), just run tests and capture data - If not present: proceed with full setup
Step 3 — Backup and Setup (skip if SimpleCov already present)
-
Stop Spring (if present): Check for
bin/springand runbin/spring stopto avoid stale caching -
Backup files:
- Primary:
git stash push -m "rails-audit-simplecov-setup" -- Gemfile Gemfile.lockplus separately backup the test helper file - Fallback (if git stash fails):
cp Gemfile Gemfile.audit_backup && cp Gemfile.lock Gemfile.lock.audit_backup - Also back up the test helper:
cp <test_helper> <test_helper>.audit_backup
- Primary:
-
Add SimpleCov to Gemfile:
- Look for
group :test doin Gemfile and addgem "simplecov", require: falseinside it - If no
group :testblock exists, usegroup :development, :test doinstead
- Look for
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.
- 2d ago First seen · 148 lines · 0 tokens per session scan C e7c15723b609
simplecov_agent is an agent published in the GitHub repository rubyroidlabs/rails-audit-skill (14 stars, last pushed 20d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 1,628 tokens. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other agents, from other repositories
gsd-plan-checker
Verifies plans will achieve phase goal before execution. Goal-backward analysis of plan quality. Spawned by /gsd:plan-phase orchestrator.
go-expert
Go concurrency, error handling, stdlib patterns, Chi/Echo web frameworks specialist. Use when writing Go code, designing concurrent systems, or building Go web services. Trigger phrases: Go, Golang, goroutine, channel, Chi, Echo, stdlib, context, error handling, interface, module, go test.
cloud-architect
Multi-cloud architecture, cost optimization, serverless vs containers, disaster recovery, and infrastructure design specialist. Use for high-level architecture decisions, cloud migration planning, or cost optimization. Trigger phrases: cloud, AWS, GCP, Azure, serverless, containers, Kubernetes, infrastructure, cost…
architecture-analyst
Analyzes system architecture, identifies patterns/anti-patterns, and provides strategic recommendations. Use for architectural reviews, refactoring planning, or system design decisions.
ready-made
← AI agents · Skills for agents → · 🇷🇺 Русский.
multi-agent
🇷🇺 Russian version: multi-agent.ru.md.