ワンクリックで
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.