Client performance review
Skill intelligems-io/intelligems-mcp-skills/skills/client-performance-review
Use when preparing a monthly or quarterly Intelligems performance review for an agency client, customer, account, or stakeholder meeting.From its SKILL.md
npx -y skills add intelligems-io/intelligems-mcp-skills --skill client-performance-reviewAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.7 KB, 327 tokens by cl100k_base, as published. Nobody here has run it
Client Performance Review
Use this skill to turn completed and active Intelligems tests into a meeting-ready performance review.
Steps
- Resolve organization, review period, and audience for the review.
- Search for completed tests in the period with
search_experiencesorsearch_experimentsusingstatus: "ended". - Include running tests only if the user asks or they materially affect the review.
- Analyze each completed test with
get_experience,get_experience_metrics_config, andanalyze_experience. - Pull segment breakdowns only for tests where they change the story.
- Summarize revenue, profit, and learning impact separately.
Review Structure
Return:
- Executive summary.
- Completed tests: winners, losers, inconclusive tests.
- Estimated revenue or profit impact where supported by data.
- Strategic learnings by theme.
- Tests that should be implemented, repeated, extended, or retired.
- Recommended next tests.
- Appendix with organization, dates, experience IDs, and caveats.
Quality Bar
- Explain what happened, why it matters, and what the client should do next.
- Keep the narrative honest if the data is inconclusive.
- Do not hide tests with negative results. Convert them into learnings when possible.
Data Safety
Use only the user's authenticated MCP or API context. Do not save raw responses, exports, graph URLs, order data, customer data, or private store identifiers to the repository. Summarize findings and include experience IDs only when needed for the user's workflow.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.