CtrlK
BlogDocsLog inGet started
Tessl Logo

a0-review-plugin

Full audit of Agent Zero plugins in usr/plugins/. Reviews manifest validity, directory structure, code patterns (Store Gating, notifications, imports), security, and duplicate detection against the community index. Use when asked to review, audit, validate, or check an existing plugin before using or contributing it.

76

Quality

96%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Low

Low-risk findings worth noting

SKILL.md
Quality
Evals
Security

Quality

Content

92%

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is an exceptionally lean, actionable, well-sequenced audit checklist with strong feedback loops, but its progressive disclosure is undermined by a dangling reference to a non-existent checklists.md file.

Suggestions

Create the referenced checklists.md (in this skill directory) or remove the two 'read checklists.md when needed' lines so no progressive-disclosure pointer is dangling.

If the detailed pattern checklists are meant to live in a references/ bundle, move them there and link with a real relative path (e.g. references/checklists.md).

Verify each path under ## References resolves to an existing file at review time, not just the checklists.md reference.

DimensionReasoningScore

Conciseness

A dense, lean checklist where every line is an actionable check, with no explanations of concepts Claude already knows; the only padding is a few minor parenthetical asides like '(standard directory)' that don't rise to verbosity.

3 / 3

Actionability

Provides fully concrete, copy-paste-ready guidance — the Store Gate HTML block, exact import paths, get_plugin_config("plugin-name", agent=agent), the regex ^[a-z0-9_]+$, the index URL, and a reporting-format template.

3 / 3

Workflow Clarity

Four phases sequenced in order with per-item PASS/FAIL/WARN marking and a gated READY/NEEDS WORK/OPTIONAL IMPROVEMENTS decision that acts as an explicit validation checkpoint, satisfying the feedback-loop requirement for batch/review operations.

3 / 3

Progressive Disclosure

The body is well-organized into phases with a one-level-deep References section, but it twice instructs 'read checklists.md in this skill directory when needed' and that file does not exist — a broken reference that prevents clean navigation.

2 / 3

Total

11

/

12

Passed

Description

100%

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is specific, trigger-rich, complete, and clearly niched — it names concrete audit actions and gives an explicit 'Use when' clause with natural user terms. No significant weaknesses.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — 'Reviews manifest validity, directory structure, code patterns (Store Gating, notifications, imports), security, and duplicate detection against the community index' — going well beyond naming a domain plus a few actions.

3 / 3

Completeness

Explicitly answers both what it does (manifest/structure/code/security/duplicate review) and when to use it, via a clear 'Use when...' trigger clause.

3 / 3

Trigger Term Quality

'Use when asked to review, audit, validate, or check an existing plugin' covers the natural terms a user would actually say, with common variations rather than just one keyword.

3 / 3

Distinctiveness Conflict Risk

Niched to 'Agent Zero plugins in usr/plugins/' review with distinct review/audit/validate/check triggers, making it unlikely to fire for unrelated skills.

3 / 3

Total

12

/

12

Passed

Validation

93%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation15 / 16 Passed

Validation for skill structure

CriteriaDescriptionResult

frontmatter_unknown_keys

Unknown frontmatter key(s) found; consider removing or moving to metadata

Warning

Total

15

/

16

Passed

Repository
agent0ai/agent-zero
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.