AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Measure

skill-benmarte-autoimprove-measure · by benmarte

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.

No reviews yet
0 installs
20 views
0.0% view→install

Install

$ agentstack add skill-benmarte-autoimprove-measure

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-benmarte-autoimprove-measure)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Measure? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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."
  1. Run each command defined in the config's measurement sections, in order:
  • Type check / compile
  • Build
  • Tests
  • Lint
  1. Parse results using the error patterns and success patterns defined in the config.
  1. Calculate composite score using the weights in the config.
  1. 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]
  1. 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.

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

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.