analyze-performance
Evaluation framework for analyzing decision-making quality across five dimensions.
npx skills add majiayu000/claude-skill-registry --skill analyze-performance --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# 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
- Evaluation Framework
- 1. Consistency
- 2. Intuitivity
- 3. Describability
- 4. Agility
- 5. Density
- Output Format
- Guidelines
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.
