将当前分支部署到测试环境。当用户要求部署、发布到测试或在 staging 环境测试时使用
97
Quality
95%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Quality
Discovery
89%Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.
This is a well-structured skill description that clearly communicates its purpose and includes explicit trigger guidance. The description uses proper third-person voice and provides good coverage of natural trigger terms in Chinese. The main weakness is that it only describes a single action rather than listing multiple specific capabilities the skill can perform.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (deployment to test environment) and a specific action (deploy current branch), but only describes one concrete action rather than multiple specific capabilities. | 2 / 3 |
Completeness | Clearly answers both what ('将当前分支部署到测试环境' - deploy current branch to test environment) AND when ('当用户要求部署、发布到测试或在 staging 环境测试时使用' - explicit trigger clause with multiple scenarios). | 3 / 3 |
Trigger Term Quality | Includes natural trigger terms users would say: '部署' (deploy), '发布到测试' (release to test), 'staging 环境' (staging environment), '测试' (test). Good coverage of common variations in Chinese. | 3 / 3 |
Distinctiveness Conflict Risk | Clear niche focused specifically on test/staging deployment with distinct triggers. Unlikely to conflict with production deployment or other CI/CD skills due to explicit 'test environment' and 'staging' qualifiers. | 3 / 3 |
Total | 11 / 12 Passed |
Implementation
100%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-crafted deployment skill that exemplifies good practices: concise executable commands, clear sequential workflow with validation gates, proper error handling with recovery options, and logical organization. The skill assumes Claude's competence while providing all necessary specifics for the deployment process.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Content is lean and efficient with no unnecessary explanations. Every section serves a clear purpose and assumes Claude understands basic concepts like git, npm, and deployment workflows. | 3 / 3 |
Actionability | Provides fully executable commands throughout - git status, npm test, npm run build:staging, deploy scripts, curl health check, and rollback commands are all copy-paste ready. | 3 / 3 |
Workflow Clarity | Clear sequential workflow with explicit validation checkpoints (test before deploy, health check after deploy). Includes error handling with feedback loops (save logs, suggest rollback) and pre-condition checks that gate the process. | 3 / 3 |
Progressive Disclosure | Well-organized sections with clear headers. For a deployment skill of this scope (~50 lines), the content is appropriately structured without needing external file references. Each section is focused and navigable. | 3 / 3 |
Total | 12 / 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.
Validation — 11 / 11 Passed
Validation for skill structure
No warnings or errors.
b1b2fe0
Table of Contents
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.