health-check이란?
전체 코드베이스에 걸쳐 모든 품질 게이트를 실행하고 결과를 보고합니다. 헤드리스 — 분석이 필요 없으며 실행하고 인쇄만 하면 됩니다. 사전 PR 검증, 단계 완료 또는 일상적인 상태 모니터링에 사용합니다. 출처: acedergren/agentic-tools.
전체 코드베이스에 걸쳐 모든 품질 게이트를 실행하고 결과를 보고합니다. 헤드리스 — 분석이 필요 없으며 실행하고 인쇄만 하면 됩니다. 사전 PR 검증, 단계 완료 또는 일상적인 상태 모니터링에 사용합니다.
명령줄에서 health-check AI 스킬을 개발 환경에 빠르게 설치
출처: acedergren/agentic-tools.
Full codebase diagnostic: typecheck, tests, security scans, dead code, circular deps, package health. Reports a summary table.
This skill is headless. Run each step as a single Bash command, capture the exit code and key output lines, then print the summary table. Do NOT analyze output, suggest fixes, or spawn agents. Just report what passed and what failed.
Run all steps. Capture exit code and summary line from each. Do NOT stop on failure — run everything and report at the end.
전체 코드베이스에 걸쳐 모든 품질 게이트를 실행하고 결과를 보고합니다. 헤드리스 — 분석이 필요 없으며 실행하고 인쇄만 하면 됩니다. 사전 PR 검증, 단계 완료 또는 일상적인 상태 모니터링에 사용합니다. 출처: acedergren/agentic-tools.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/acedergren/agentic-tools --skill health-check전체 코드베이스에 걸쳐 모든 품질 게이트를 실행하고 결과를 보고합니다. 헤드리스 — 분석이 필요 없으며 실행하고 인쇄만 하면 됩니다. 사전 PR 검증, 단계 완료 또는 일상적인 상태 모니터링에 사용합니다. 출처: acedergren/agentic-tools.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/acedergren/agentic-tools --skill health-check 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/acedergren/agentic-tools