Paperfit Priority
Description
# /paperfit-priority — 调整当前修复优先级 **作用**: 读取当前状态、视觉重点和修复计划,给出本轮应该先处理什么;若用户明确指定优先顺序,可将该顺序写入 `next_actions` 供后续 `/fix-layout` 直接遵循。 **用户入口说明**: - 这是优先级解释与调整入口,不要求用户理解 repair plan 的底层结构。 - 若用户以自然语言说明“先修第 5 页空洞,再修表格”,也应路由到同类任务。 - 不要把它变成手动操作内部状态文件的流程说明。 **防呆约束**: - 不要调用 `TaskCreate`、`TodoWrite`、`Plan` 之类的任务工具 - 不要在这个命令里直接修改论文源码 - 浮动体位置与尺寸问题未收敛前,不要把文本增删改列为第一优先级 ## 工具调用约定 在论文项目根目录内,优先读取: - `data/state.json` - `data/visual_signal_report.json` - `data/repair_plan.json` 若用户要求把人工优先级写回状态,可执行: ```bash
Installation
Installs to ~/.claude/commands/openraiser-paperfit-paperfit-priority.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/OpenRaiser/PaperFit/HEAD/.claude/commands/paperfit-priority.md -o ~/.claude/commands/openraiser-paperfit-paperfit-priority.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11