# Test Skill

> AXIS Calculation Skill

- Skill: `netlify/test-skill` (Agent Skill)
- Install (CLI): `npx skillmds@latest add netlify/test-skill`
- Raw SKILL.md: https://api.skillmd.com/api/skills/netlify/test-skill/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: netlify (https://skillmd.com/u/netlify)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/netlify/test-skill

---

# 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**.

