基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/netresearch/automated-assessment-skill --skill my-skill-name命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
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.
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.
| 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.
Show test output as evidence before claiming work is complete — never say "try again", "should work now", "tested", "verified", or "all green" without pasted command output.
The checkpoints.yaml shipped with this template enforces this mechanically
(CI-run recency, test-report freshness). The full pattern catalog lives in the
automated-assessment skill's references/verification-patterns.md:
https://github.com/netresearch/automated-assessment-skill/blob/main/skills/automated-assessment/references/verification-patterns.md
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