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 페이지를 검토하고 설치를 진행할 수 있습니다.
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.
SOC 직업 분류 기준
| 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.