Calculate SaaS health metrics (ARR, MRR, churn, CAC, LTV, NRR) and benchmark against industry standards. Usage: /saas-health <metrics|quick-ratio|simulate> [options]
60
71%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.gemini/skills/saas-health/SKILL.mdCalculate SaaS financial health metrics from raw business numbers, benchmark against industry standards, and project forward.
/saas-health metrics --mrr <amount> [--customers <n>] [--churned <n>] [--json]
/saas-health quick-ratio --new-mrr <amount> --churned <amount> [--expansion <amount>]
/saas-health simulate --mrr <amount> --growth <pct> --churn <pct> --cac <amount> [--json]/saas-health metrics --mrr 80000 --customers 200 --churned 3 --new-customers 15 --sm-spend 25000
/saas-health quick-ratio --new-mrr 10000 --expansion 2000 --churned 3000 --contraction 500
/saas-health simulate --mrr 50000 --growth 10 --churn 3 --cac 2000finance/skills/saas-metrics-coach/scripts/metrics_calculator.py — Core SaaS metrics (ARR, MRR, churn, CAC, LTV, NRR, payback)finance/skills/saas-metrics-coach/scripts/quick_ratio_calculator.py — Growth efficiency ratiofinance/skills/saas-metrics-coach/scripts/unit_economics_simulator.py — 12-month forward projection→ finance/skills/saas-metrics-coach/SKILL.md
/financial-health — Traditional financial analysis (ratios, DCF, budgets)19392f7
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.