用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ThomasMoreAI/legal-skills-open --skill quality-checker命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | quality-checker |
| title | Quality Checker |
| description | Run the 8-item legal research quality gate and decide pass/fail with remediation steps. |
| author | kipeum86 |
| author_url | https://github.com/kipeum86/game-legal-research/tree/main/.claude/skills/quality-checker |
| license | Apache-2.0 |
| version | 0.1.0 |
| execution_mode | open |
| jurisdiction | general |
| practice | general |
| language | en |
Use this skill at Step 9 against the Step 8 draft before citation audit and final delivery.
primary-authority source citation. A secondary source (law-firm memo, academic article, practitioner guide) does not satisfy this requirement regardless of its grade.[Secondary Commentary] marking.{
"quality_gate": "pass|fail",
"failed_items": [1, 4],
"remediation_plan": [
"Re-enter Step 3 for issue X",
"Patch section Y with new source Z"
]
}
[Unverified] tags.Evaluate the analysis result against the five source-level items below. Items #3 and #6 from the full 8-item checklist (which require the formatted output to exist) are deferred to Step 9.
| Pre-flight # | Full checklist # | Check |
|---|---|---|
| 1 | #1 | Every key conclusion has at least one Grade A or B primary-authority source citation. Secondary sources (regardless of grade) do not satisfy this. |
| 2 | #2 | Legal hierarchy is not conflated — statute, regulation, guidance, and secondary sources are correctly distinguished. |
| 3 | #4 | Jurisdiction level is accurate — federal, state/province, EU-level, and member-state rules are not mixed. |
| 4 | #5 | No uncertain claim is stated as certain — all unconfirmed points use hedged language or [Unverified]. |
| 5 | #7 | No D-grade source is cited as a basis (sole or partial) for any conclusion. |
| 6 | #8 | No source laundering — every factual or legal claim presented as primary-source-backed is traceable to a directly fetched/verified primary text, not paraphrased from a secondary source. |
{
"preflight": "pass|fail",
"failed_items": [1, 5],
"failing_issues": [
{
"issue_id": "KR-D1-I1",
"failed_item": 1,
"reason": "No primary source found for probability-disclosure requirement",
"retry_keywords": ["게임산업진흥에 관한 법률 시행령 확률형 아이템", "문화체육관광부 고시"]
}
]
}
If preflight is "pass", proceed immediately to Step 8.
If preflight is "fail", execute targeted Step 3 retry for failing_issues only, then re-run
the affected portions of Step 6 before re-running this pre-flight check.