Install
$ agentstack add skill-yha9806-academic-writing-toolkit-evidence-review ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
/evidence-review - Evidence-Controlled Review Skill
Purpose
Create literature-review and review-paper workflows that are traceable from evidence to claim. This skill extends the toolkit's read-note-map-integrate pipeline with stricter evidence-status control, gap mapping, citation-role planning, paragraph-level claim traceability, and overclaim auditing.
Trigger Words
This skill activates on: evidence review, gap review, gap map, claim traceability, overclaim audit, review paper, scoping review, systematic narrative review, /evidence-review.
Core Rules
- Keep the central review scope explicit.
- Separate direct evidence, background evidence, methodological support, workflow/governance support, candidate-only records, unpublished work, and in-progress work.
- Do not fabricate references, DOI, PMID, sample size, venue, abstracts, results, or claims.
- Do not treat candidate-only, metadata-only, abstract-only, generated-stub, or manual-review records as full-text evidence.
- Do not treat adjacent-domain evidence as direct validation of the target domain.
- Preserve uncertainty and boundary language.
- Use the project's citation style or placeholder convention. If the project uses review placeholders, preserve
[CITE: CitationKey]. - Draft section by section. Do not assemble a final chapter or paper until section-level controls are clean.
Workflow
1. Scope And Boundary Setup
Create a short scope statement with:
- central review question
- direct evidence domain
- adjacent background domains
- methodological support domains
- excluded topics
- key overclaim risks
2. Evidence Inventory
Inspect existing project files before drafting. Common locations include:
literature/reading_notes/summaries/evidence/outputs/references_master.csvoutputs/search_log.md
Classify each source using references/evidence_status_schema.md.
3. Gap Map
Create or update:
evidence/evidence_matrix.csvevidence/claim_register.csvevidence/citation_plan.csvevidence/remaining_gap_notes.csvevidence/overclaim_risk_register.csv
Map each source to what it can legitimately support. If direct evidence is sparse, state that as a gap instead of filling the gap with background literature.
4. Section Drafting
For each section:
- Create an input-check report.
- Draft first-pass prose.
- Create paragraph-level claim traceability.
- Create citation usage audit.
- Create overclaim audit.
- Create revision notes.
- Revise into second-pass prose only after controls are clean.
5. Assembly Readiness
Before merging sections:
- check every section has compatible draft maturity
- check traceability and audit files exist
- check CSV files import cleanly
- audit cross-section flow
- audit repetition and boundary-language duplication
- audit integrated citation consistency
- audit integrated overclaim risks
6. Export Or Sharing
Use /export only after the review has passed assembly and overclaim checks. Export is packaging, not revision.
Reading Notes Bridge
When the review starts from source reading, use the template in references/reading_notes_template.md. Every source note should record:
- citation key or provisional source ID
- source provenance
- evidence status
- relevance
- key arguments
- detailed notes
- review connections
- claim candidates
- limitations and boundary cautions
- follow-up questions
Output Templates
Use references/review_workflow_templates.md for recommended CSV columns and report structures.
Minimum section controls:
reports/_input_check.mddocs/_first_pass_draft.mdorchapters/_first_pass_draft.mdevidence/_claim_traceability.csvevidence/_citation_usage_audit.csvreports/_overclaim_audit.mdreports/_revision_notes.md
Optional Package Check
If Python is available, run:
python {skill_dir}/scripts/check_review_package.py
This checks common directories, common evidence-control files, and CSV readability. It does not judge scientific validity.
Stop Conditions
Stop and report a blocker if:
- the user prohibits searching but the requested claim requires new evidence
- only candidate or abstract evidence exists for a central claim
- a clinical, causal, deployment, or outcome claim lacks direct evidence
- unpublished or in-progress work cannot be separated from published literature
- citation provenance is missing for a source being used as evidence
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: yha9806
- Source: yha9806/academic-writing-toolkit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.