CtrlK
BlogDocsLog inGet started
Tessl Logo

policy

Define and enforce policies, access controls, and compliance rules over Semantica knowledge graphs.

64

Quality

76%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

Fix and improve this skill with Tessl

tessl review fix ./plugins/skills/policy/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

85%

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

The body is concise and well-organized into clear subcommands with executable code and expected outputs, but the code examples are not fully self-contained, leaving minor gaps in actionability.

Suggestions

Make the `check` example self-contained by deriving `rule_name`/`target` from `$ARGUMENTS` (e.g., argparse or explicit parsing) so the snippet is copy-paste ready.

Show `engine = PolicyEngine()` initialization alongside the `list` snippet, or restructure so each subcommand's example stands alone.

DimensionReasoningScore

Conciseness

The body is lean with no padding or explanation of concepts Claude already knows; every line (usage, args, subcommands, code, output) earns its place.

3 / 3

Actionability

Code is mostly concrete but incomplete: the check example references undefined `rule_name` and `target` without showing how they derive from `$ARGUMENTS`, and the `list` snippet reuses `engine` defined only in the prior section.

2 / 3

Workflow Clarity

A simple, single-purpose skill with two unambiguous subcommands clearly labeled; per the simple-skills note, clarity can score 3 without an explicit multi-step workflow, and neither operation is destructive or batch.

3 / 3

Progressive Disclosure

Under 50 lines with no need for external references and well-organized sections (check, list), meeting the simple-skill threshold for full marks; no bundle files are present or needed.

3 / 3

Total

11

/

12

Passed

Description

67%

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 and distinct, naming concrete actions over a well-scoped domain, but omits any explicit "when to use" trigger guidance, which limits its completeness and trigger-term quality.

Suggestions

Add an explicit 'Use when...' clause (e.g., 'Use when managing Semantica knowledge-graph policies, access controls, or compliance checks') to lift completeness to 3.

Include natural trigger variations users would say (e.g., 'policy rules', 'access control', 'compliance checks', 'governance') to improve trigger-term coverage.

DimensionReasoningScore

Specificity

Lists multiple concrete actions — "Define and enforce policies, access controls, and compliance rules" — over a named domain (Semantica knowledge graphs), matching the multi-action anchor.

3 / 3

Completeness

Clearly states what the skill does, but provides no "Use when..." or equivalent explicit trigger guidance for when to invoke it, capping completeness at 2 per the guidelines.

2 / 3

Trigger Term Quality

"policies, access controls, compliance rules" are relevant keywords, but coverage of natural phrasings a user would say is partial and lacks common variations or an explicit trigger clause.

2 / 3

Distinctiveness Conflict Risk

The "Semantica knowledge graphs" niche plus policy/access-control/compliance scope is a clear, distinct domain unlikely to trigger for unrelated skills.

3 / 3

Total

10

/

12

Passed

Validation

100%

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

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
semantica-agi/semantica
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.