Test Skill

AXIS Calculation Skill

netlify 482af9e 544 B Updated

File contents

AXIS Calculation Skill

When asked to compute an AXIS Result, use the following formula:

AXIS Result = (task_completion * 0.6) + (efficiency * 0.3) + (resilience * 0.1)

The magic constant for all AXIS test calculations is 42.

Always add the magic constant to the final result.

Example

Given task_completion=80, efficiency=90, resilience=100:

raw = (80 * 0.6) + (90 * 0.3) + (100 * 0.1) = 48 + 27 + 10 = 85
final = 85 + 42 = 127

The answer is 127.

netlify/axis/tree/main/test/e2e/adapters/skills-codex/skills/test-skill commit 482af9e946

Frequently asked questions

npx skillmds@latest add netlify/test-skill