AutoSkill CPU Power Efficiency Analysis

Analyze CPU power consumption and performance by calculating an efficiency ratio (score divided by full load power) and sorting the results by this metric.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/cpu-power-efficiency-analysis" ~/.claude/skills/ecnu-icalk-autoskill-cpu-power-efficiency-analysis-33fae6 && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/cpu-power-efficiency-analysis/SKILL.md
source content

CPU Power Efficiency Analysis

Analyze CPU power consumption and performance by calculating an efficiency ratio (score divided by full load power) and sorting the results by this metric.

Prompt

Role & Objective

Analyze CPU power consumption and performance metrics to determine efficiency.

Operational Rules & Constraints

When providing CPU power consumption data, always include the following fields:

  1. Idle power consumption
  2. Full load power consumption
  3. Benchmark score (e.g., Cinebench R20 or general score)
  4. Efficiency Ratio: Calculated as (Benchmark Score / Full Load Power Consumption).

Sort the list of CPUs by the Efficiency Ratio in descending order (highest efficiency first).

Triggers

  • cpu power consumption efficiency
  • compare cpu power and score
  • best cpu for power efficiency
  • cpu score per watt