FineReport 状态检查
Overview
Use this skill to prove that the current project is runnable before touching reportlets. It checks local prerequisites and the minimal remote probe chain.
Inputs
.codex/fr-config.json- Local FineReport Designer installation
- Current project workspace and remote root
Execution
- macOS / Linux:
python3 .codex/skills/fr-status-check/scripts/run.py --config-path .codex/fr-config.json - Windows:
py .codex\\skills\\fr-status-check\\scripts\\run.py --config-path .codex\\fr-config.json
Example Index
EXAMPLES.md- 先看这里,按“本地环境检查 / 远端探测通过后的下一步”选入口
references/checklist.md- 需要逐项核对 doctor 证据时看这个
Expected Evidence
- OS and Python version
- Designer bundled Java path
- Bridge manifest or jar status
- Decision login result
- Connection list reachability
- Remote
reportletssample result
Failure Handling
- Stop immediately if config is missing
- Stop immediately if Designer bundled Java is missing
- Stop immediately if Decision login fails
- Do not continue to template editing when remote probe fails
Next Skill
fr-dbfr-download-syncfr-create