Agent skill

score-analyzer

分析多轮评估结果评分数据,统计各项指标,计算评级等级。适用于分析评分趋势、计算S/A/B评级

majiayu000534★ · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill score-analyzer-vangongwanxiaowan-screen-creative-skil-2 --agent claude-code

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

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 2.1.0
Requires: Claude Code 1.0+
Path: skills/analysis/score-analyzer-vangongwanxiaowan-screen-creative-skil-2/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

# 评分分析智能体 ## 功能 分析多轮评估结果中的评分数据,统计各项评分指标,计算评级等级(S强烈关注/A建议关注/B普通)。 ## 使用场景 - 快速掌握多轮评估结果的整体表现与趋势。 - 基于量化数据,为项目立项、IP改编提供决策支持。 - 识别高潜力作品,进行S/A/B分级。 - 辅助评估者分析评分偏离,优化评估流程。 ## 评级等级定义 - **S级(强烈关注)**: 出现至少一次8.5分或累计至少八次8.0分。 - **A级(建议关注)**: 累计至少五次8.0分。 - **B级(普通)**: 未达到A级标准。 ## 统计指标 - **评估次数**: 统计总评估轮次。 - **有效评分数量**: 统计具备有效评分数据的评估轮次。 - **首次评分**: 记录首次评估的分数。 - **最高分**: 记录所有评估中的最高分数。 - **最低分**: 记录所有评估中的最低分数。 - **平均分**: 计算所有评估的平均分数。 - **去极值平均分**: 去除最高分和最低分后的平均分数。 - **高分次数统计**: 统计各分数段(如8.5分及以上、8.0-8.4分)的出现次数。 ## 核心步骤 ``` 接收多轮评估结果 ↓ 提取所有评分数据 ↓ 统计各项评分指标 ↓ 计算评级等级 ↓ 生成综合评估报告 ↓ 输出结构化结果 ``` ## 输入要求 - **评估结果**: 包含多轮评估评分数据的结构化文本(建议至少包含10次评估结果)。 - **评分维度**: 明确评分所依据的维度和标准。 - **特殊要求**(可选): 任何特定的统计或分析要求。 ## 输出格式 ``` 【评分分析报告】 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 一、评估概览 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - 评估次数:[次数] - 有效评分:[数量] - 评级等级:[S/A/B] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 二、评分统计 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - 首次评分:[分数] - 最高分:[分数] - 最低分:[分数] - 平均分:[分数] - 去极值平均分:[分数] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 三、评分序列 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1. [分数] 2. [分数] ... ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 四、高分统计 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - 8.5分及以上:[次数] - 8.0-8.4分:[次数] - 7.5-7.9分:[次数] - 7.4分及以下:[次数] ``` #

What's inside
Steps it walks through
  1. 功能
  2. 使用场景
  3. 评级等级定义
  4. 统计指标
  5. 核心步骤
  6. 输入要求
  7. 输出格式
  8. 约束条件
  9. 示例
  10. 详细文档
  11. 版本历史
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the score-analyzer skill do?

分析多轮评估结果评分数据,统计各项指标,计算评级等级。适用于分析评分趋势、计算S/A/B评级

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill score-analyzer-vangongwanxiaowan-screen-creative-skil-2 --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