verify
SolidFact-check claims encountered during reading — dates, names, events, citations. Use when encountering historical facts or disputed claims.
AI & Automation 28 stars
3 forks Updated 4 days ago MIT
Install
Quality Score: 84/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# /verify — Fact Verification Skill
## Purpose
Fact-check claims encountered during reading sessions. This covers dates, names, historical events, publication details, and attribution of ideas. Use when the user questions a claim or when a factual assertion seems uncertain.
## Trigger Words
This skill activates on: `verify`, `check this`, `fact-check`, `is this correct`, `/verify`.
## Workflow
1. **Extract the claim** from the user's input or from conversation context. Identify the specific factual assertion to verify (date, name, event, publication, attribution).
2. **Search authoritative sources** using WebSearch. Prioritise:
- Wikipedia (for dates, biographical facts, historical events)
- Academic databases (Google Scholar, JSTOR, PhilPapers)
- Publisher websites (for publication dates, editions, ISBNs)
- Encyclopedias (Stanford Encyclopedia of Philosophy, Britannica)
3. **Compare** the original claim against verified information.
4. **Output the verdict** using the format below.
5. **Optionally annotate the notes file.** If the user confirms, use Edit to add a `(verified)` or `(corrected: {correct info})` tag next to the relevant entry in the notes file.
## Output Format
```
## Verification
**Claim**: {the original claim as stated in the source}
**Verdict**: Confirmed | Needs correction | Incorrect | Unverifiable
| Item | Original | Verified |
|------|----------|----------|
| {specific fact} | {as claimed} | {as verified} |
**Source**: {single-line ...
Details
- Author
- yha9806
- Repository
- yha9806/academic-writing-toolkit
- Created
- 4 months ago
- Last Updated
- 4 days ago
- Language
- Python
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Listed
verifying-claims
Verifies claims and assesses source credibility. Use when fact-checking claims, verifying accuracy, validating sources, detecting hallucinations, triangulating evidence, or performing SIFT or RADAR assessment.
9 Updated 1 months ago
isvlasov AI & Automation Listed
fact-checking
Audit claims, citations, recency, and confidence. Use when facts need verification.
2 Updated 2 weeks ago
kirilenkofedir-max AI & Automation Listed
verify-claim
Enforce research rigor — extract factual claims from drafts, verify each against primary sources, mark unverifiable as [unverified] before output. Use before writing any research, strategy, or competitive-analysis memo.
0 Updated today
buildproven