Improve revenuecat-charts skill#29
Merged
Merged
Conversation
Bring the formats and practices in revenuecat-charts in line with Rico's more recently updated interpreting-data and chart-links skills. Interpretation guidance: - Fix "paid paid plans" typo; make four-forces a bullet list - Add general guidelines, Revenue (default gross), and Analytics comparisons sections - Expand Acquisition with attribution caveats; "Apple Search Ads" -> "Apple Ads" Chart-link formats: - Resolution as numeric 0-4 (drop the incorrect "no numeric" note) - segment_by -> segment; product/offering -> product_id/offering_id - Filters use filter=dimension%3A%3D%3Avalue syntax with OR/AND semantics - Selectors use underscore form (30_days, 7_days) - Project ID sourced via the list_projects tool Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QMWpdU6ABidyHqZkErhwj7
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01QMWpdU6ABidyHqZkErhwj7
nihalgonsalves
approved these changes
Jun 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Corrects issues in
revenuecat-chartsskillInterpretation guidance
Chart-link formats
0–4instead ofday/week/month; removed the contradictory "do NOT pass numeric" notesegment(notsegment_by); valuesproduct_id/offering_idfilter=country%3A%3D%3AUSsyntax (with OR/AND semantics) instead ofcountry=US30_days/7_daysinstead of30+dayslist_projectstoolPreserved (ai-toolkit-specific, not incorrect)
Full
https://app.revenuecat.com/...URL base, the RevenueCat MCP tool intro (get-chart-options-schema/get-chart-data), and preset-name examples likeLast+90+days.Note for reviewers
Removed the "Workflow charts" selectors (
path,workflows_customer_lifetime) — Rico doesn't document them, and they shared the block whose+daysformat was being corrected, so they couldn't be verified against the source of truth. Re-add if known valid.🤖 Generated with Claude Code