# Measure

> Run the full measurement suite defined in .claude/autoimprove/config.md and report the current codebase quality score (0-100). Use this to check your baseline before running the improve loop, or to spot-check at any time.

- **Type:** Skill
- **Install:** `agentstack add skill-benmarte-autoimprove-measure`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [benmarte](https://agentstack.voostack.com/s/benmarte)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [benmarte](https://github.com/benmarte)
- **Source:** https://github.com/benmarte/autoimprove/tree/main/skills/measure

## Install

```sh
agentstack add skill-benmarte-autoimprove-measure
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Measure Skill

Run the project's quality measurement suite and report the composite score.

## Steps

1. Read `.claude/autoimprove/config.md`. If it doesn't exist, say: "Run /autoimprove:setup first."

2. Run each command defined in the config's measurement sections, in order:
   - Type check / compile
   - Build
   - Tests
   - Lint

3. Parse results using the error patterns and success patterns defined in the config.

4. Calculate composite score using the weights in the config.

5. Report:

```
📊 Codebase Quality Score: XX/100

  [Type check label]:  X errors  → XX/40 pts
  [Build label]:       ✅/❌      → XX/20 pts
  [Test label]:        X/X pass  → XX/30 pts
  [Lint label]:        X errors  → XX/10 pts

💡 Lowest area: [label] — [one specific actionable suggestion]
```

6. If any command fails unexpectedly (not just returns errors but actually crashes), report the raw output so the user can debug their tooling.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [benmarte](https://github.com/benmarte)
- **Source:** [benmarte/autoimprove](https://github.com/benmarte/autoimprove)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-benmarte-autoimprove-measure
- Seller: https://agentstack.voostack.com/s/benmarte
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
