call-analysis-framework

31 stars 7 forks
28
D

Use to score calls, capture highlights, and convert insights into actions.

Marketplace
Also in: image

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install gtmagents/gtm-agents/call-analysis-framework
skilz install gtmagents/gtm-agents/call-analysis-framework --agent opencode
skilz install gtmagents/gtm-agents/call-analysis-framework --agent codex
skilz install gtmagents/gtm-agents/call-analysis-framework --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/gtmagents/gtm-agents
2. Copy the agent skill directory:
cp -r gtm-agents/plugins/sales-calls/skills/call-analysis-framework ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Repository
gtm-agents
Stars
31
Forks
7
Type
Non-Technical
Meta-Domain
development
Primary Domain
github
Market Score
28

Agent Skill Grade

D
Score: 60/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
15/30
Ease of Use
16/25
Writing Style
7/10
Utility
10/20
Modifiers: +1

Areas to Improve

  • Description needs trigger phrases
  • Missing Reference Files
  • No Procedural Workflow

Recommendations

  • Focus on improving Pda (currently 15/30)
  • Focus on improving Utility (currently 10/20)
  • Address 2 high-severity issues first

Graded: 2026-01-24

Developer Feedback

I found your call-analysis-framework and noticed you're tackling the pretty complex problem of analyzing sales calls systematically—that's the kind of thing that usually requires some careful architectural thinking. At 60/100, there's real potential here, but the execution could be tightened up in a few key areas to make it significantly more useful.

Links:

The TL;DR

You're at 60/100, solid D-grade territory. This is based on Anthropic's best practices for skill architecture. Your Spec Compliance (11/15) is actually pretty strong—the YAML is clean and structure is valid. But Utility (10/20) and Progressive Disclosure Architecture (15/30) are dragging the score down significantly. You've got conceptual bones here, but they need flesh on them.

What's Working Well

  • Valid metadata structure – Your frontmatter is properly formatted with required fields; no technical debt there
  • Clear framework concept – The five-step structure (Section Definition → Scoring Rubric → Signal Tags → Templates → Routing) shows solid thinking about call analysis
  • Objective tone – No marketing fluff, purely instructional; you're focused on functionality, not hype
  • Problem awareness – You identified a real need (call analysis for sales) that actually matters

The Big One: Missing Reference Files and Implementation Details

Here's what's killing your utility score: everything is 31 lines of conceptual description with zero implementation details. You list "Scoring Rubric – 1-5 scale" but don't show what that actually looks like. You mention "templates" but provide zero actual templates.

Concrete fix: Create a references/ directory structure:

  • references/scoring-rubric.md – Actu...

Report Security Issue

Found a security vulnerability in this agent skill?