Agent skill · Code Review & Quality

analyze-performance

Evaluation framework for analyzing decision-making quality across five dimensions.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill analyze-performance --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
Path: skills/analysis/analyze-performance/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

# Analyze Performance Evaluate a development branch's decision-making quality. ## Evaluation Framework Evaluate the developer's decision-making across five dimensions. For each, provide: - A rating: Strong / Adequate / Needs Improvement - 1-2 sentences of evidence-based analysis ### 1. Consistency Did decisions follow established patterns? Were similar problems solved similarly? Did pivots converge toward better solutions rather than oscillate indecisively? ### 2. Intuitivity Were solutions obvious and easy to understand? Did decisions align with common expectations? Would another developer find the choices natural? ### 3. Describability Did final names land well? Were naming improvements made when better options were discovered? Did terminology avoid semantic conflicts and support future extension? ### 4. Agility How well did the developer respond to unexpected issues? Did they iterate effectively, incorporating lessons learned into subsequent work? Were course corrections made quickly when needed? ### 5. Density Does the code express meaning economically? Is the ratio of conceptual value to textual surface area high? Does the solution achieve its purpose without verbose scaffoldi

What's inside
Steps it walks through
  1. Evaluation Framework
  2. 1. Consistency
  3. 2. Intuitivity
  4. 3. Describability
  5. 4. Agility
  6. 5. Density
  7. Output Format
  8. Guidelines
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the analyze-performance skill do?

Evaluation framework for analyzing decision-making quality across five dimensions.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill analyze-performance --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