원클릭으로
gnfs-status
Show a concise GNFS repository health snapshot. Use only when the user explicitly invokes this skill or asks for project status.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Show a concise GNFS repository health snapshot. Use only when the user explicitly invokes this skill or asks for project status.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Show a concise GNFS repository health snapshot. Use only when the user explicitly invokes this skill or asks for project status.
Build GNFS or run a requested test mode through the project test runner. Use when the user asks to compile, test, run smoke/gate/E2E, or verify a code change.
Build GNFS or run a requested test mode through the project test runner. Use when the user asks to compile, test, run smoke/gate/E2E, or verify a code change.
| name | gnfs-status |
| description | Show a concise GNFS repository health snapshot. Use only when the user explicitly invokes this skill or asks for project status. |
| argument-hint | [quick|verify] |
Report current facts without presenting cached results as fresh verification.
Use quick mode when $ARGUMENTS is empty or contains quick:
git status --short --branch.git log -1 --oneline --decorate.build/CMakeCache.txt exists. If it does, report the configured CMAKE_BUILD_TYPE; otherwise report that the build is not configured.build/Testing/Temporary/LastTest.log or build/test_report.json exists, report its modification time as historical evidence. Do not call it a current pass.When $ARGUMENTS contains verify, run ./scripts/test.sh smoke after the Git snapshot. This performs a current build and instant-tier verification.
Summarize:
Do not calculate file or line counts; they are not a health signal and become stale immediately.