Check a file for citation quality and GRADE compliance
Scanned 9/3/2026
Install to Claude Code
npx -y skills add jmagly/aiwg --skill citation-check --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Citation Check?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/jmagly-citation-check-aiwg)More formats (shields.io, HTML) on the badges page.
---
namespace: aiwg
name: citation-check
platforms: [all]
description: Check a file for citation quality and GRADE compliance
commandHint:
category: research-quality
---
# Citation Check Command
Quick check of a single file for citation validity and GRADE-appropriate hedging.
## Instructions
When invoked, perform quick citation check:
1. **Parse File**
- Extract all citations (REF-XXX, @-mentions, author-year)
- Map each citation to its GRADE level (from quality assessments)
2. **Check Hedging Compliance**
- For each citation, verify the surrounding language matches GRADE level:
- HIGH: "demonstrates", "shows", "confirms" - OK
- MODERATE: "suggests", "indicates" - OK
- LOW: Must use "limited evidence", "some data"
- VERY LOW: Must use "anecdotal", "exploratory"
3. **Report**
- List each citation with its GRADE level
- Flag violations (overclaiming)
- Suggest fixes for violations
4. **Auto-Fix (--fix)**
- Replace overclaiming language with GRADE-appropriate hedging
- Preserve meaning while adjusting confidence level
## Arguments
- `[file-path]` - File to check (required)
- `--fix` - Automatically fix hedging violations
- `--strict` - Treat all GRADE violations as errors
## References
- @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/rules/citation-policy.md - Citation policy
- @.aiwg/research/docs/grade-assessment-guide.md - GRADE guide
- @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/agents/citation-verifier.md - Verifier agent
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!