Adjust Length
Description
# /adjust-length — 调整页数 **作用**: 尝试通过排版微调或受控语义改写逼近目标页数。它是专家快捷入口;普通自然语言如“把正文压到 8 页,尽量不要改语义”也应能触发同类任务。 **用户入口说明**: - 用户表达目标页数与约束即可,不需要手动执行内部命令。 - 长度调整仍然属于视觉闭环任务,不能只看字数或页数数字。 - 语义改写只能在排版手段用尽后受控触发。 ## 工具调用约定 编译、渲染、日志解析等统一见 `CLAUDE.md`「系统架构与运行时边界」:**`paperfit render`**、**`paperfit run scripts/…`**。 ## 用法 ``` /adjust-length ``` 也可以由自然语言触发,例如: ```text 用 PaperFit 把正文压到 9 页 把这篇论文扩到满 8 页,但不要破坏结论与结果表达 ``` ## 执行流程 1. 分析当前页数与目标页数的偏差 2. 若超页:优先压缩浮动体、优化版面结构、精炼表述 3. 若不满页:优先做版面与结构补强,必要时受控扩写结论/讨论 4. 每轮都回到
Installation
Installs to ~/.claude/commands/openraiser-paperfit-adjust-length.md
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/OpenRaiser/PaperFit/HEAD/.claude/commands/adjust-length.md -o ~/.claude/commands/openraiser-paperfit-adjust-length.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