fit-framework: Command for Claude Code

.codex/commands/fit-test.md

fit-test is a command for Claude Code, Codex from ModelEngine-Group/fit-framework. It costs 5 tokens per session (519 once invoked), scanned A, original, MIT.

A command that runs the FIT Framework's full test workflow, including unit tests, a build, service startup, and interface checks. Unit tests check small pieces of code in isolation.

In plain words
What is it for?
Use it to build the project, run unit tests, start FIT, check its plugin and API documentation endpoints, and verify the overall result.
Why use it?
It combines the main verification steps into one repeatable process and produces a test report with cleanup afterward.

Command for Claude CodeCodex

Written for Codex and Claude Code: installed under .codex/, but also a Claude Code command (commands/*.md). Also seen: mentions Claude Code; mentions Codex; mentions Gemini CLI.

This is ModelEngine-Group/fit-framework's own configuration. It tells Claude Code and Codex how to work on fit-framework itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything fit-framework configures →

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is ./.agents/scripts/run-test.sh.

About the project

FIT is an enterprise AI development framework with a multilingual function engine, a flow orchestration engine, and Java tools for connecting language models, knowledge bases, and external tools. It is for Java-oriented teams building AI applications that can run locally or in distributed deployments with plugins. The catalogue add-ons provide commands, skills, instructions, and settings for working with FIT.

ModelEngine-Group/fit-framework · 2,115 stars · on GitHub · modelengine-ai.net

Reuse

Borrowing it

Nothing to install: this file belongs to ModelEngine-Group/fit-framework. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ModelEngine-Group/fit-framework/main/.codex/commands/fit-test.md
Clone the repo
git clone --depth 1 https://github.com/ModelEngine-Group/fit-framework

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fit-test

README.md
[![agentmods](https://agentmods.dev/badge/commands/modelengine-group/fit-framework/fit-test.svg)](https://agentmods.dev/commands/modelengine-group/fit-framework/fit-test)
Your own site
<a href="https://agentmods.dev/commands/modelengine-group/fit-framework/fit-test"><img src="https://agentmods.dev/badge/commands/modelengine-group/fit-framework/fit-test.svg" alt="Measured on agentmods" height="20"></a>
Per session 5 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 519 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00005 $0.00519
Opus 5 $0.00003 $0.00260
Sonnet 5 $0.00001 $0.00104
Haiku 4.5 $0.00001 $0.00052

Measured 3d ago against content hash c3459254fed9, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

fit-test scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.codex/commands/fit-test.md · 58 lines

What it actually says

Test Command

使用前:自动识别仓库

命令会默认使用当前工作目录所在的 Git 仓库作为目标,无需传入仓库参数。若当前目录不在 Git 仓库内,请先 cd 到目标仓库根目录后再执行。

文中所有路径示例默认以仓库根目录为基准。

功能说明

执行完整的测试流程,包括单元测试、构建验证和集成测试。

用法:

  • /test - 执行完整测试流程

执行方式:

使用自动化测试脚本执行完整的测试流程:

./.agents/scripts/run-test.sh

测试流程包括:

  1. 清理构建产物 - 删除之前的 build 目录
  2. 执行单元测试和构建 - 运行 mvn clean install 执行全量单元测试
  3. 创建动态插件目录 - 创建 dynamic-plugins 目录
  4. 启动 FIT 服务 - 使用 build/bin/fit start 启动服务
  5. 验证健康检查接口 - 访问 /actuator/plugins 接口
  6. 验证 Swagger 文档 - 访问 /openapi.html 页面
  7. 清理测试环境 - 停止服务并删除构建产物

测试报告:

脚本会自动生成测试报告,包含:

  1. ✅/✗ 单元测试结果
  2. ✅/✗ 构建状态
  3. ✅/✗ FIT 服务启动状态
  4. ✅/✗ 健康检查接口响应
  5. ✅/✗ Swagger 文档页面可访问性

下一步: 测试通过后,使用以下命令提交代码:

  • Claude Code / OpenCode: /commit
  • Gemini CLI: /fit:commit
  • Codex CLI: /prompts:fit-commit

注意事项:

  1. 端口冲突:确保 8080 端口未被占用
  2. 权限配置:如需自动授权,请在本地 Codex 配置中放行相关命令
  3. 完全自动化:整个测试流程无需手动确认,自动执行所有步骤
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 3d ago First seen · 58 lines · 5 tokens per session scan A c3459254fed9

Subscribe to this mod's changes

fit-test is a command published in the GitHub repository ModelEngine-Group/fit-framework (2,115 stars, last pushed 5mo ago), licensed MIT. It adds 5 tokens to every session and 519 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.