Skill Performance Metrics

Summarize Skill execution duration, success rate, and available run evidence — use when measuring Skill performance from logs and records.

quantumquirkxyz Updated

File contents

Contract

  • Input: problem or task defined by the skill body.
  • Output: Markdown artifact or structured result with completion criteria met.
  • Side effects: none (design/review/documentation only unless explicitly stated).
  • Dependencies: none (self-contained unless linked to other skills).
  • Stop condition: all process steps completed; artifact saved; criteria checked.
  • Risk: low.
  • Boundary: produces reasoning or documentation artifacts; does not modify external systems unless explicitly instructed.

Skill Performance Metrics

Contract

  • Input: an execution-record directory.
  • Output: sample count, explicit duration availability, average duration, success rate, and cognitive-complexity estimates.
  • Boundary: report only available evidence; missing duration data is not zero.

Run node .agents/skills/platform/skill-lab.mjs metrics. Use enough execution records to avoid drawing conclusions from one run; report missing duration data instead of treating it as zero.

quantumquirkxyz/skills-quirk/tree/main/.agents/skills/skill-dev/skill-performance-metrics commit 549333facd

Frequently asked questions

npx skillmds@latest add quantumquirkxyz/skill-performance-metrics