Best use case
citation-check is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
It is a strong fit for teams already working in Codex.
Check a file for citation quality and GRADE compliance
Teams using citation-check should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/citation-check/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How citation-check Compares
| Feature / Agent | citation-check | Standard Approach |
|---|---|---|
| Platform Support | Codex | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Check a file for citation quality and GRADE compliance
Which AI agents support this skill?
This skill is designed for Codex.
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
Cursor vs Codex for AI Workflows
Compare Cursor and Codex for AI coding workflows, repository assistance, debugging, refactoring, and reusable developer skills.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
SKILL.md Source
# 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 agentRelated Skills
eslint-checker
Run ESLint for JavaScript/TypeScript code quality and style enforcement. Use for static analysis and auto-fixing.
verify-citations
Verify all citations in a document against the research corpus
traceability-check
Verify bidirectional traceability from requirements to code to tests and identify coverage gaps and orphan artifacts
regression-check
Compare current behavior against baseline to detect regressions
quality-checker
Validate skill quality, completeness, and adherence to standards. Use before packaging to ensure skill meets quality requirements.
project-health-check
Analyze overall project health and metrics
link-check
Verify @file references in AIWG skills and agents against the linking contract — per-file or corpus-wide, with optional auto-fix
flow-handoff-checklist
Orchestrate handoff validation between SDLC phases and tracks (Discovery→Delivery, Delivery→Ops, phase transitions)
flow-gate-check
Orchestrate SDLC phase gate validation with multi-agent review and comprehensive reporting
citation-guard
Verify citations against the research corpus to prevent hallucinated references and enforce GRADE compliance
citation-backfill
Rebuild bidirectional citation edges across the research corpus. Scans outgoing citation tables, computes the inverse map, and rewrites all incoming tables to match. Fixes one-directional citation graphs after batch inductions.
checkpoint
Create, list, or recover mid-workflow checkpoints so interrupted work resumes from a known-good position