Agent skill · Code Review & Quality

team-performance-review

Compare your sales reps side by side on outreach volume, engagement rates, and meetings booked to identify top performers and coaching opportunities.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill team-performance-review --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 12 KB
Bundled scripts: none
Version: 1.0.4
Declared author: amplemarket
Requires: Requires Amplemarket MCP server
Path: skills/analysis/team-performance-review/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Team Performance Review Compare your sales reps side by side on outreach volume, engagement rates, and meetings booked to identify top performers and coaching opportunities. ## Instructions When a user wants to review team performance, query the Amplemarket analytics engine for per-rep metrics, compile a leaderboard, and surface actionable insights. ### Steps 1. **Clarify scope and timeframe.** Ask the user: - "What timeframe would you like to review? (default: last 30 days)" - "Any specific reps to focus on, or the full team?" If the user does not specify a timeframe, default to the last 30 days. 2. **Submit analytics questions** by calling `mcp__claude_ai_Amplemarket__ask_analytics` for each of the following questions (adjust the timeframe to match the user's request): - "How many emails were sent by each rep in the last [timeframe]?" - "What is the reply rate by rep in the last [timeframe]?" - "What is the open rate by rep in the last [timeframe]?" - "How many meetings were booked by each rep in the last [timeframe]?" - "What is the bounce rate by rep in the last [timeframe]?" Store each returned `request_id` for polling in the next step. 3. **Wait approximately 20 seconds**,

What's inside
Steps it walks through
  1. Instructions
  2. Steps
  3. Important Notes
  4. Examples
  5. Example 1: Full Team Review - Last 30 Days
  6. Example 2: Specific Rep Deep Dive
  7. Example 3: Quarterly Comparison
  8. Interpreting the Leaderboard
  9. Troubleshooting
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the team-performance-review skill do?

Compare your sales reps side by side on outreach volume, engagement rates, and meetings booked to identify top performers and coaching opportunities.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill team-performance-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going