Weekly Performance Advisor
Builds a live Monday cockpit from your La Growth Machine outbound data — campaigns to fix, replies to answer, WoW trends.
Test report
- Verdict
- Works with setup
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 942b84a
No LGM account/MCP was available to pull real data, so the fully-specified E1-E12 scoring engine was hand-executed on a synthetic 3-campaign dataset — it correctly downgraded a red-but-secondary LinkedIn leg to a 'leg to fix' chip instead of flagging an otherwise-healthy email campaign as broken, exactly per the documented E5 primary-channel-weighting rule, which a naive baseline read of the same raw numbers gets wrong.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Weekly Performance Advisor does
Pulls a user's own live La Growth Machine (LGM) campaigns and inbox, scores each running campaign against baked 3-zone benchmarks, urgency-sorts untagged replies, and renders a two-tab live artifact refreshed weekly. Triggers on requests for a weekly outbound/campaign-health dashboard or 'how are my campaigns doing this week'; requires a connected LGM MCP (a paid, OAuth-gated outbound SaaS) before it can pull anything.
How to install Weekly Performance Advisor
git clone https://github.com/LaGrowthMachine/gtm-system
cd gtm-system
mkdir -p ~/.claude/skills
cp -r skills/get-qualified-meetings/weekly-performance-advisor ~/.claude/skills/weekly-performance-advisor
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Weekly Performance Advisor
-
/weekly-performance-advisorBuilds a live Monday cockpit from your La Growth Machine outbound data — campaigns to fix, replies to answer, WoW trends.
It also activates on plain-language prompts like these:
-
Which outbound campaigns should I fix this week? -
Build my Monday cockpit from last week's outbound data -
Show me the replies and campaigns that need attention now
Frequently asked questions
- Is the Weekly Performance Advisor skill free?
- Yes. The skill itself is free from LaGrowthMachine/gtm-system. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Weekly Performance Advisor work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Works with setup. No LGM account/MCP was available to pull real data, so the fully-specified E1-E12 scoring engine was hand-executed on a synthetic 3-campaign dataset — it correctly downgraded a red-but-secondary LinkedIn leg to a 'leg to fix' chip instead of flagging an otherwise-healthy email campaign as broken, exactly per the documented E5 primary-channel-weighting rule, which a naive baseline read of the same raw numbers gets wrong.
- What is the Weekly Performance Advisor SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Weekly Performance Advisor?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Weekly Performance Advisor with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.