ci-failure-triage
星标0
分支0
更新时间2026年5月11日 08:30
Use when `make ci-local` fails or a GitHub Actions run reports a CI failure.
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Use when `make ci-local` fails or a GitHub Actions run reports a CI failure.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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 when modifying NCBI E-utilities or NCBI Bookshelf scraping logic in eutils_client.py.
Use before tagging a release of genereviews-link.
| name | ci-failure-triage |
| description | Use when `make ci-local` fails or a GitHub Actions run reports a CI failure. |
Follow AGENTS.md first.
make ci-local locally and identify which sub-target failed
(format-check, lint-ci, typecheck-fast, or test-fast).make format and re-check.make lint-fix and address remaining manual issues.# type: ignore. Use # type: ignore[specific-code]
only for legitimate library typing gaps.tests/fixtures/ only if scraper logic intentionally changed.make ci-local until green.