revenue-health-dashboard
Visualization blueprint for revenue KPIs, guardrails, and action callouts.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install gtmagents/gtm-agents/revenue-health-dashboard skilz install gtmagents/gtm-agents/revenue-health-dashboard --agent opencode skilz install gtmagents/gtm-agents/revenue-health-dashboard --agent codex skilz install gtmagents/gtm-agents/revenue-health-dashboard --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/gtmagents/gtm-agents cp -r gtm-agents/plugins/revenue-analytics/skills/revenue-health-dashboard ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
performance-analysis
by ruvnetComprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms
stream-chain
by ruvnetStream-JSON chaining for multi-agent pipelines, data transformation, and sequential workflows
data-quality-frameworks
by wshobsonImplement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing valid...
data-storytelling
by wshobsonTransform data into compelling narratives using visualization, context, and persuasive structure. Use when presenting analytics to stakeholders, creat...
Agentic Skill Details
- Repository
- gtm-agents
- Type
- Technical
- Meta-Domain
- data ai
- Primary Domain
- data analysis
- Market Score
- 28.6
Agent Skill Grade
D
Score: 62/100
Click to see breakdown
Score Breakdown
Areas to Improve
- No trigger phrases
- All content crammed into 31-line SKILL.md; no layered structure with reference files for examples, templates, or detailed implementations
- Description 'Visualization blueprint for revenue KPIs' lacks action-oriented trigger terms
Recommendations
- Focus on improving Ease Of Use (currently 14/25)
- Focus on improving Utility (currently 11/20)
- Address 3 high-severity issues first
Graded: 1/24/2026
Developer Feedback
I've been digging into financial dashboarding skills lately, and I noticed your revenue-health-dashboard takes a pretty opinionated approach to metrics visualization—curious what drove some of those architectural choices, especially given the D-grade landing on utility and polish.
Links:
The TL;DR
You're at 62/100, solidly in D territory. The grading is based on Anthropic's best practices for agentic skills—progressive disclosure, ease of use, spec compliance, writing clarity, and real-world utility. Your Spec Compliance is decent (11/15), but Utility (11/20) and Progressive Disclosure Architecture (18/30) are dragging the score down. Basically, the framework is there conceptually, but it lacks the scaffolding and actionable depth to actually guide someone through building this.
What's Working Well
- Spec-compliant frontmatter – Your YAML structure is clean and valid; the hyphen-case naming follows conventions perfectly
- Clear conceptual framework – The KPI Stack, Segmentation Layer, and Guardrail components make intuitive sense for revenue dashboards
- Relevant terminology consistency – You stick with KPIs, guardrails, and dashboard language throughout, which keeps things cohesive
- Real use cases – The tips section acknowledges practical needs like snapshot-before-remediation tracking
The Big One: Missing Progressive Disclosure Architecture
Here's the thing: you've got 31 lines of content crammed into a single SKILL.md file with zero reference structure. For a dashboard skill, that's leaving a ton of value on the table.
Why it matters: Developers need progressive disclosure—give them the quick framework first, then let them drill down into specifics (examples, templates, implementation guides) without cluttering the main file. Right now, someone reading this has to imagine what a KPI dial config actually looks like or how to set guardrail thresholds in practice.
The fix: Create a references/ directory with:
references/kpi-definitions.md– concrete examples: bookings ($ revenue closed), pipeline coverage (pipeline $ / quota), win rate (won deals / qualified pipeline)references/dashboard-template.md– actual JSON/YAML schema for dashboard configreferences/implementation-guide.md– step-by-step numbered workflow (define KPIs → configure segmentation → set thresholds → build tiles → link drill-downs)
This alone bumps you +7 points and fixes your architecture score from weak to strong.
Other Things Worth Fixing
Trigger phrases missing – Your description says "Visualization blueprint for revenue KPIs" but doesn't tell LLMs when to use this. Add:
Use when asked to "build revenue dashboard", "create KPI dashboard", "visualize revenue health", or "track revenue metrics".→ +2 pointsNo workflow steps – The Framework section lists components but doesn't walk through implementation order. Add numbered steps: 1) Define KPIs, 2) Configure segmentation, 3) Set guardrails, etc. → +3 points
Examples are mentioned but missing – You reference "executive summary slide" and "traffic lights" without actual mockups or config samples. Add these to references. → +3 points
No validation checklist – The "snapshot before/after" tip is good, but it's not operationalized. Add a validation section: check that guardrails trigger correctly, drill-downs navigate properly, metrics update in real-time. → +2 points
Quick Wins
- Add trigger phrases to description (+2 points, 5 min)
- Create references directory with 3 markdown files (+7 points, 30 min)
- Number your implementation steps in Framework section (+3 points, 10 min)
- Add concrete examples/templates to references (+3 points, 20 min)
That's roughly +15 points and 65 minutes of work to land in the B-range territory (77/100).
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
Browse Category
More data ai Agentic SkillsReport Security Issue
Found a security vulnerability in this agent skill?