agentsclimarketplace

Quality check

Skill Liber1917/agent-skill-infra/skills/quality-check

Agent Skill Infrastructure: quality check, behavior test runner, version awareness

Install
npx -y skills add Liber1917/agent-skill-infra --skill quality-check

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Analyze and score Agent Skills using an 8-dimension quality framework (helloandy methodology). Checks trigger accuracy, output structure, error tolerance, token efficiency, and security posture. Use when reviewing, improving, or evaluating SKILL.md files for quality.

SKILL.md

1.8 KB, as published. Nobody here has run it

Skill Quality Check

Evaluate Agent Skills against the helloandy 8-dimension quality framework.

Dimensions

Technical Quality (5 dimensions, 5 points each = 25 total)

  1. Trigger Accuracy — Does the skill activate on the right inputs and ignore irrelevant ones?
  2. Output Structure — Are outputs well-formatted, consistent, and follow expected schemas?
  3. Error Tolerance — Does the skill handle edge cases gracefully without crashing?
  4. Token Efficiency — Is the SKILL.md concise? Does it avoid unnecessary repetition?
  5. Tool Integration — Are tool calls correct, efficient, and properly error-handled?

Output Quality (3 dimensions, 5 points each = 15 total)

  1. Completeness — Does the skill fully address the user's request?
  2. Actionability — Are the outputs immediately usable without further clarification?
  3. Consistency — Are outputs deterministic across similar inputs?

Process

  1. Read the target SKILL.md file
  2. Score each dimension (1-5) with evidence
  3. Calculate total score (max 40)
  4. Provide specific improvement suggestions for any dimension scoring below 3
  5. Output a structured report with scores, evidence, and recommendations

Report Format

## Quality Report: [Skill Name]

| Dimension | Score | Evidence |
|-----------|-------|----------|
| Trigger Accuracy | X/5 | ... |
| Output Structure | X/5 | ... |
| ... | ... | ... |

**Total: XX/40**
**Grade: [A/B/C/D/F]**

### Improvement Suggestions
- [Specific actionable suggestion for low-scoring dimensions]

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.