update-cite-count
SkillFiles & storageGuidelines for updating citation counts for papers in the section files using the `update_citation_counts.py` tool. USE FOR: Updating citation counts for papers listed in the section files to keep information current. DO NOT USE FOR: 1) Adding new papers to the section files; 2) Classifying entries into sections.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the update-cite-count skill
What this skill tells your AI
The instructions your AI receives, as published by kimtth/azure-openai-llm-notes in .agent/skills/update-cite-count/SKILL.md and read by ahel’s review.
Workflow: Updating Citation Counts for Papers
To keep the citation counts for papers in the section files up to date, follow these guidelines when using the update_citation_counts.py tool.
- The output count is used for the inline ranked sections in
section/best_practices.md:RAG Research (Ranked by cite count >=100)andAgent Research (Ranked by cite count >=100). - Run
update_citation_counts.pydirectly to fetch the latest Semantic Scholar citation counts for papers already listed in those two sections. Use--dry-runfirst when reviewing a large update. - The script updates citation counts in place when counts changed. It does not add new papers, rebuild section indexes, or update generated pool files.
- After updating, review
section/best_practices.mdto confirm the counts changed correctly and the ranked order is still accurate. If counts change enough to affect ordering, manually reorder the entries.
.venv\Scripts\python.exe code/update_citation_counts.py --dry-run
.venv\Scripts\python.exe code/update_citation_counts.py
Signals
- GitHub stars
- 409
- Forks
- 59
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
update-cite-count- Source
- github.com/kimtth/azure-openai-llm-notes