一键导入
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 页面并帮你完成安装。
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.
基于 SOC 职业分类
| 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.