CtrlK
BlogDocsLog inGet started
Tessl Logo

add-permission

为 FastGPT 新资源接入权限管理。当用户需要为新资源(如 AgentSkill、Plugin 等)添加权限支持时触发。

60

Quality

70%

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 ./.agents/skills/support/permission/add-permission/SKILL.md
SKILL.md
Quality
Evals
Security

Quality

Content

65%Weight 40%Scale 1-3

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-structured as a navigational overview with concrete file-location pointers, but its progressive disclosure is broken: all four referenced guide/checklist/reference files are missing from the bundle, and the executable workflow steps and validation checkpoints are deferred to those absent files.

Suggestions

Add the missing bundle files referenced by the body (guides/quick-start.md, guides/full-integration.md, checklist.md, reference/README.md) so the progressive-disclosure navigation actually resolves.

Inline a short, concrete integration sequence with explicit validation checkpoints (e.g., a verify step after adding PerResourceTypeEnum and the auth function) so the workflow is actionable without the external guides.

Include at least one copy-paste-ready code snippet (e.g., the PerResourceTypeEnum entry and an auth.ts function signature) so the body meets the actionability level 3 bar even before users open the guides.

DimensionReasoningScore

Conciseness

The body is lean — a decision flowchart, a quick-links table, and a key-code-locations table — with no conceptual padding or explanations of what permissions are, so every token earns its place, matching the 'lean and efficient; assumes Claude's competence' anchor; it is not the padded level 2.

3 / 3

Actionability

The key-code-locations table gives concrete, specific file paths with their purpose (e.g., 'packages/service/support/permission/{resource}/auth.ts — 鉴权函数'), but the actual executable steps live in referenced guide files, and no copy-paste code or complete instructions appear inline, fitting 'some concrete guidance but incomplete'; it falls short of the fully executable level 3.

2 / 3

Workflow Clarity

The resource-type decision flowchart sequences the initial routing clearly, but the actual multi-step integration workflow and any validation checkpoints are deferred to the guide files rather than shown, so checkpoints are missing/implicit, matching the 'steps listed but validation gaps' anchor; it is not the unclear level 1, nor the checkpointed level 3.

2 / 3

Progressive Disclosure

The body is well-organized as an overview with clearly signaled one-level-deep references (quick-start, full-integration, checklist, reference README), but none of those referenced files actually exist in the bundle, so the disclosure structure is promised but non-functional, fitting 'some structure but could be better organized'; it avoids level 1 because the signaling and organization are genuinely clear rather than monolithic or nested 2+ levels.

2 / 3

Total

9

/

12

Passed

Description

75%Weight 40%Scale 1-3

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 well-targeted: it explicitly answers both what it does and when to trigger, and carves out a clear, distinctive niche tied to concrete FastGPT resource types. Its main weakness is limited keyword variation and only a general (not multi-action) statement of capabilities.

DimensionReasoningScore

Specificity

It names the domain ('为 FastGPT 新资源接入权限管理') and a general action ('添加权限支持') but does not list multiple specific concrete actions, matching the 'names domain and some actions, but not comprehensive' anchor; it is not the vague level 1, nor the multi-action level 3.

2 / 3

Completeness

It explicitly states what it does ('为 FastGPT 新资源接入权限管理') and when to use it with an explicit trigger ('当用户需要为新资源...添加权限支持时触发'), clearly answering both what AND when, matching the level 3 anchor with an explicit trigger clause.

3 / 3

Trigger Term Quality

The trigger phrase '当用户需要为新资源(如 AgentSkill、Plugin 等)添加权限支持时触发' uses relevant natural terms and concrete resource types, but the keyword set is narrow (only 权限管理/权限支持 plus resource names) and lacks common variations, fitting 'some relevant keywords but missing common variations' rather than the rich level 3 coverage.

2 / 3

Distinctiveness Conflict Risk

The niche is specific — FastGPT permission management scoped to particular resource types (AgentSkill, Plugin) — giving distinct triggers unlikely to overlap with unrelated skills, matching the 'clear niche with distinct triggers' anchor.

3 / 3

Total

10

/

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

relative_links

Relative link issues: 7 missing

Warning

Total

15

/

16

Passed

Repository
labring/FastGPT
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.