From anomalyarmor-agents
Analyze monitoring coverage, tiers, and gaps. Handles what am I monitoring, what tier am I at, coverage gaps, monitoring status, unmonitored tables, how do I improve coverage.
How this skill is triggered — by the user, by Claude, or both
Slash command
/anomalyarmor-agents:coverageBashpython ${CLAUDE_PLUGIN_ROOT}/scripts/ensure-auth.pyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Analyze what is being monitored, view your coverage tier, and identify gaps in your data observability.
Analyze what is being monitored, view your coverage tier, and identify gaps in your data observability.
Every asset earns a coverage score (0-100) based on 6 monitoring features:
| Tier | Score | What You Catch |
|---|---|---|
| Monitored | 10-29 | Schema changes that break pipelines |
| Protected | 30-49 | Pipeline failures, data disappearing |
| Verified | 50-69 | Stale data, value corruption |
| Intelligent | 70+ | AI-powered anomaly detection |
Score weights: Schema Drift (25%), Freshness (25%), Metrics (20%), Alert Routing (15%), Validity (10%), Intelligence (5%).
Use client.coverage.get(asset_id) to get score, tier, and breakdown.
Use client.coverage.company() for company rollup with per-asset scores.
Use client.coverage.gaps(asset_id) for prioritized recommendations.
Use client.coverage.apply(asset_id) to batch-apply all recommendations.
Guides reception of code review feedback: verify before implementing, avoid performative agreement, push back with technical reasoning when needed.
Design banners for social media, ads, website heroes, and print with multiple art direction options and AI-generated visuals.
npx claudepluginhub joshuarweaver/cascade-ai-ml-agents-misc-2 --plugin anomalyarmor-agents