← Back to list

uexplorer-update
by MengXiangxi
⭐ 0🍴 0📅 Jan 19, 2026
SKILL.md
name: uexplorer-update description: This skill updates the uexplorer bibliography entry with "Just Accepted" status, when the paper is formally published.
uexplorer-bib
Update the uexplorer bibliography entry with "Just Accepted" status, if the paper is formally published.
Tools
- Use
@browsermcpto retrieve full citation details from provided links. If the output is too long, truncate from the beginning. - Use the pubmed tool only if necessary (e.g., to determine PMID).
Process
- Locate the entry in
bibliography/uexplorer.bibusing the provided citekey or other information. - Check the current status of the article using its DOI or PMID.
- If DOI or PMID is missing, try to find it and update if successfully found. Otherwise, if they both present, just go to the next step.
- If the article is now formally published (i.e., has volume, issue, and page numbers), update the entry:
- Change the
yearfield from "Just Accepted" to the actual publication year. - Add
volume,number, andpagesfields with the correct values. - Ensure all other fields are accurate and complete.
- Change the
- If the article is still "Just Accepted", ensure the entry reflects that status correctly.
- Edit the corresponding entry in
bibliography/uexplorer.bibto match the updated BibTeX format. - Return a summary of the changes made.
BibTeX Format
Just Accepted article (original):
@article{citekey,
title={Sentence case title with <sup>18</sup>F tags},
author={Last, First and Last2, First2 M},
journal={Full Journal Name},
year={Just Accepted},
doi={10.xxxx/xxxxx},
pmid={12345678},
institution={Institution Name},
keywords={keyword1; keyword2; keyword3}
}
Updated article:
@article{citekey,
title={Sentence case title with <sup>18</sup>F tags},
author={Last, First and Last2, First2 M},
journal={Full Journal Name},
volume={X},
number={Y},
pages={123--456},
year={2024},
doi={10.xxxx/xxxxx},
pmid={12345678},
institution={Institution Name},
keywords={keyword1; keyword2; keyword3}
}
No leading spaces. Minimal spacing. No tabs.
Score
Total Score
40/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon