write-literature-review — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited write-literature-review (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
Use this skill when the user wants a serious literature review rather than a quick paper list. The workflow is intentionally iterative: search broadly, expand by citations, screen with judgment, repeat until saturation, then read deeply and synthesize.
Keep a separate execution log throughout the whole workflow at logs/workflow_log.md. Update it step by step as work happens. The log should record what you did, what inputs you used, what outputs you produced, what you learned, and what decision or next action followed.
Use references/workflow.md as the authoritative workflow.
At a high level, the agent should:
plan/review_plan.md.search/seed_keywords.json.scripts/lit_review_pipeline.py search.review/literature_review.md, render the final deliverables, and finalize logs/workflow_log.md.When there is any ambiguity about step order, stopping conditions, screening rules, or expected intermediate files, defer to references/workflow.md.
Keep only three presentation files at the workspace root:
literature_review.pdfreferences.mdknowledge_graph.pngPut all editable or machine-readable files in shallow named folders:
plan/: scope and planning noteslogs/: step-by-step execution log and audit trailsearch/: keyword drafts, seed set, merged search pool, deduped search poolscreening/: screening queue, filtered set, visited titles, screening logexpansion/: raw backward and forward expansion outputsfulltext/: full-text discovery outputs and reading notesreview/: editable markdown review sourcegraph/: graph markdown, graph JSON, and graph DOT sourcereferences/: ranked reference artifacts and optional machine-readable reference exportsProduce these files unless the user asks for a different format:
plan/review_plan.md: scope, criteria, assumptions, and search boundaries.logs/workflow_log.md: step-by-step record of actions taken, outputs produced, and decisions made.search/seed_keywords.json: up to 10 drafted keywords.search/seed_candidates.jsonl: initial title-and-abstract seed set.screening/screening_queue.jsonl: newly expanded records awaiting LLM screening.screening/visited_titles.jsonl: all already visited article titles, including seeds and candidates.screening/filtered_candidates.jsonl: final title-and-abstract relevant set after iterative screening.references/ranked_references.jsonl: ranked final filtered list.references/ranked_references.md: readable ranking table.fulltext/fulltext_hits.json: discovery results for up to 30 deeper reads.review/literature_review.md: editable review source.graph/knowledge_graph.md: text version of the concept-reference graph.graph/knowledge_graph.json: structured graph nodes and edges.graph/knowledge_graph.dot: Graphviz source used to render the root PNG.literature_review.pdf: final review article at root.references.md: final reference list at root.knowledge_graph.png: final graph image at root.Use code-based subtasks for repeatable operations:
scripts/lit_review_pipeline.py searchscripts/lit_review_pipeline.py expandscripts/lit_review_pipeline.py dedupescripts/lit_review_pipeline.py rankscripts/lit_review_pipeline.py fulltextscripts/build_knowledge_graph.pyUse prompt-based judgment for interpretation-heavy operations:
Read these files before running a substantial review:
references/workflow.md: detailed iterative search, screening, and ranking rules.references/workflow_logging.md: format and expectations for the step-by-step workflow log.references/review_writing.md: template and instructions for the final literature review article.references/citation format/: style examples for common in-text citation and reference-list formats.~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.