ソース情報
- リポジトリ
- llnl/FPChecker
- ソースの最終更新活動
- 2026年4月3日 15:27
- 検出された SKILL.md の言語
- 英語
- スター
- 44
- フォーク
- 13
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
SOC 職業分類に基づく
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/llnl/FPChecker --skill write-testsコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SKILL.md を表示中
| name | write-tests |
| description | Guide for writing tests in the project |
To write new tests in the project follow theese:
main.cpp and write your test cases using pytest.ml python
pytest tests/cpu_checking/error_analysis/<test_directory>
source ~/.bashrc
conda activate tutorial_env
Guide for building the tool when asked by the user or testing a code change that requires a new build of the tool
Guide for understanding the structure and content of HTML reports generated by the tool
Guide for understanding the tool's functionality and usage in error tracking