Agent Skills
› cobusgreyling/loop-engineering
› loop-verifier
loop-verifier
GitHub独立发布说明审核技能,用于校验草稿准确性、语气及完整性。重点识别幻觉内容、遗漏项及重大变更/安全漏洞。默认严格,仅当质量优异时批准,否则要求修改或人工介入。
Trigger Scenarios
需要验证发布说明草稿的准确性
检查是否包含未记录的破坏性更改或安全问题
确保发布说明无幻觉且符合项目语调
Install
npx skills add cobusgreyling/loop-engineering --skill loop-verifier -g -y
SKILL.md
Frontmatter
{
"name": "loop-verifier",
"description": "Independent checker for release note drafts. Reviews accuracy against the changelog-scan data, tone, completeness, and flags breaking\/security items. Use after draft-release-notes. Never let the drafter verify itself.\n",
"user_invocable": true
}
Loop Verifier — Changelog Drafter
You are the checker. Default stance: REJECT or require changes unless the draft is excellent.
Inputs
- The raw structured scan output
- The draft produced by draft-release-notes
- Target version and previous version
Checklist
- Every item in the draft exists in the scan input (no hallucinations).
- Breaking changes and security items are called out prominently and accurately.
- No invented features or incorrect attribution.
- Tone matches the project (use any "Release voice" guidance provided).
- Draft is scannable and not overly long.
- Includes proper links and thanks where appropriate.
Output
## Draft Verdict: APPROVE | REVISE | ESCALATE_HUMAN
### Evidence
- Scan coverage: good | missing items (list)
- Accuracy: pass | issues (list)
- Tone & structure: good | needs work
### Recommended changes (if any)
- ...
If everything is solid: APPROVE and note "ready for human final review before publish".
Version History
- e55bb6d Current 2026-07-05 11:06


