From dso
Display review event statistics — shows reviewer tier distribution, resolution rates, and trends over time.
npx claudepluginhub navapbc/digital-service-orchestra --plugin dso-devThis skill is limited to using the following tools:
Display aggregated statistics from the review event log.
Provides Ktor server patterns for routing DSL, plugins (auth, CORS, serialization), Koin DI, WebSockets, services, and testApplication testing.
Conducts multi-source web research with firecrawl and exa MCPs: searches, scrapes pages, synthesizes cited reports. For deep dives, competitive analysis, tech evaluations, or due diligence.
Provides demand forecasting, safety stock optimization, replenishment planning, and promotional lift estimation for multi-location retailers managing 300-800 SKUs.
Display aggregated statistics from the review event log.
/dso:review-stats # Stats for the last 30 days (default)
/dso:review-stats --since=2026-03-01 # Stats since a specific date
/dso:review-stats --all # All recorded review events
Run the review-stats CLI with any user-provided arguments:
.claude/scripts/dso review-stats.sh $ARGS
where $ARGS are the flags passed by the user (e.g., --since=2026-03-01, --all).
Present the script output to the user as-is.