ncbi-scraper-change
星标0
分支0
更新时间2026年5月11日 08:30
Use when modifying NCBI E-utilities or NCBI Bookshelf scraping logic in eutils_client.py.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Use when modifying NCBI E-utilities or NCBI Bookshelf scraping logic in eutils_client.py.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when `make ci-local` fails or a GitHub Actions run reports a CI failure.
Use when adding, renaming, or modifying a FastAPI route in genereviews-link.
Use when adding, renaming, or changing GeneReview-Link MCP tools, resources, or schemas.
Use before tagging a release of genereviews-link.
| name | ncbi-scraper-change |
| description | Use when modifying NCBI E-utilities or NCBI Bookshelf scraping logic in eutils_client.py. |
Follow AGENTS.md first.
genereview_link/api/eutils_client.py for the affected scraper
method (_extract_title, _extract_authors, _find_main_content, etc.).RATE_LIMIT_STATE_FILE coordination path intact.defusedxml.ElementTree. Never import
xml.etree.ElementTree directly.tests/fixtures/ that captures the current NCBI page
structure and write a parser test against it.pytest tests/test_scraper_parsers.py tests/test_scraper_integration.py
before claiming the change is complete.make ci-local before handoff.