Evaluation report
Warningsupdate-optimal-blog · skill14b3566· 2 months ago
Every check MetaHub ran on this artifact, grouped by area. Static checks run on the source at publish time; behavioral checks run the artifact in a sandbox and judge what it actually does.
Structural
6 passed2 warningsVersion is semverwarn
"1.0" doesn't match MAJOR.MINOR.PATCH
Use semver — e.g. `0.1.0`, `1.2.3-beta.1`. The CLI sorts updates by semver.
Version is semverwarn
Version "1.0" is not semver.
Use MAJOR.MINOR.PATCH so consumers can reason about compatibility.
Repository is reachable
https://github.com/adrianco/retort @ 14b3566 — ★ 195 · Python · Apache-2.0 · last push today
Manifest detected
kind=skill slug=update-optimal-blog · path=skills/update-optimal-blog · source=SKILL.md
Slug is URL-safe
"update-optimal-blog" matches /^[a-z0-9][a-z0-9-]{0,62}$/
Slug is unique within kind
No collision found for skill/update-optimal-blog
Manifest present and parseable
Manifest found at SKILL.md.
Name declared and well-formed
Name "update-optimal-blog" is well-formed.
Documentation
7 passed2 warningsTags / topics declaredwarn
No manifest tags and no GitHub repo topics
Add tags to the manifest (or GitHub topics on the repo) so the registry's search and category filters surface this artifact.
Homepage or repository declaredwarn
No homepage or repository declared.
Add a "homepage" or "repository" field to SKILL.md.
Description quality
46 words · 318 chars — "Refresh the data tables in optimal-blog.md from master.db. Checks the data for i…"
README is present and substantial
28,184 chars · 7 sections · 5 code blocks
README has usage / example sections
no labeled section but 5 code blocks document usage
Safety
6 passed1 warning1 queuedLicense declaredwarn
No license found.
Add a LICENSE file at the artifact root, or declare a `license` field in the manifest. MIT and Apache-2.0 are the common choices.
LICENSE file at repo root
LICENSE
No sensitive files in the repo
scanned for .env, credentials.json, *.pem, .ssh/, AWS / GCP configs — none found
No credentials in file contents
No credentials found in 1 files.
Kind-specific
6 passed2 warningsSkill: triggers declaredwarn
No `trigger` phrases in SKILL.md frontmatter
Add `trigger:` lines so Claude knows when to activate this skill — e.g. `when building MCP servers` or `for diagram creation`.
Tool scope declaredwarn
No tool scope declared.
Declare `allowed-tools` with the minimum set the skill actually needs. If it needs none, declare an empty list explicitly.
Skill: SKILL.md present
found at skills/update-optimal-blog/SKILL.md · frontmatter source: SKILL.md
Skill: body content present
803 words · 5,355 chars · 10 sections · 3 code blocks
Skill: allowed-tools scope
no allowed-tools restriction (Claude may use anything)
Maintenance
2 passed1 warning1 queuedCI configuration detectedwarn
no CI config found (looked for GitHub Actions, CircleCI, GitLab CI, etc.)
Add a simple workflow (lint + test on PR) — it tells consumers the artifact is built reproducibly.
Recent activity
last push today
Tests detected
333 test directories · 1578 test files