update
This commit is contained in:
19
templates/Prompt/Guide-Content-Check.md
Normal file
19
templates/Prompt/Guide-Content-Check.md
Normal file
@@ -0,0 +1,19 @@
|
||||
Review the gathered contents for blocks of a learning guide on the topic "{topic}" (format: {format_name}). Audience: beginners. This is not yet guide text — only the content bullet points that will be taught later.
|
||||
|
||||
CONTENTS:
|
||||
{sections}
|
||||
|
||||
Review each block:
|
||||
1. Correctness: are the points and facts factually right and supportable? Nothing hallucinated, no invented values/versions.
|
||||
2. Completeness: is something essential missing that a beginner needs to understand the block?
|
||||
3. Scope: no more than the block yields — nothing mentioned in passing inflated; but also no central gap.
|
||||
|
||||
You only REVIEW and note problems — you change nothing. Note only genuine flaws, no matters of taste.
|
||||
|
||||
Write ONLY the JSON file to: {out_path}
|
||||
|
||||
Format — all in order:
|
||||
{{"ok": true}}
|
||||
Otherwise (block title EXACTLY as above):
|
||||
{{"problems": [{{"section": "exact block title", "problem": "…"}}]}}
|
||||
{extra}
|
||||
Reference in New Issue
Block a user