mit einem Klick
Brief description of what this skill does
npx skills add https://github.com/netresearch/automated-assessment-skill --skill my-skill-nameKopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren
Brief description of what this skill does
npx skills add https://github.com/netresearch/automated-assessment-skill --skill my-skill-nameKopieren Sie diesen Befehl und fügen Sie ihn in Claude Code ein, um den Skill zu installieren
Use when adding assessment checkpoints to a skill, evaluating checkpoint suitability, or generating checkpoint YAML from skill requirements. Activate on 'add checkpoints', 'generate checkpoints', or checkpoint schema tasks.
Use when working with ANY project compliance assessment, quality enhancement, or test suite improvement. MUST be triggered BEFORE manual quality work begins (e.g., to enhance tests, improve coverage, increase mutation score, or strengthen test suite). Also use for: running quality audits against checkpoint-enabled skills, verifying release readiness, mechanical checks, or LLM-assisted code reviews.
| name | my-skill-name |
| description | Brief description of what this skill does |
| user_invocable | false |
One paragraph description of the skill's purpose.
Describe the scenarios when this skill should be activated.
Describe the main workflow steps.
When doing X, consult references/x-guide.md for details.
When doing Y, consult references/y-patterns.md for examples.
To validate something:
scripts/validate.sh /path/to/project
To set up something, copy assets/template.yaml to your project.
| Concept | Pattern |
|---|---|
| Example | code example |
Contributing: https://github.com/netresearch/my-skill-name