# Qstack Be Concise

> Rewrite the immediately previous assistant answer in plain, non-technical language using far fewer lines. Use when the user invokes `/qstack-be-concise`, optionally with a target such as `/qstack-be-concise 4`, or asks to make the last answer shorter and simpler.

- Skill: `hani-q/qstack-be-concise` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add hani-q/qstack-be-concise`
- Raw SKILL.md: https://api.skillmd.com/api/skills/hani-q/qstack-be-concise/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: hani-q (https://skillmd.com/u/hani-q)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/hani-q/qstack-be-concise

---


# /qstack-be-concise

Rewrite the immediately previous assistant answer. Output only the rewrite.

## Choose the length

- If the invocation includes a positive whole number `N`, use `N` or `N + 1`
  short lines. For example, `/qstack-be-concise 4` produces about 4–5 lines.
- Otherwise, count the non-empty lines in the previous answer and use this guide:
  - 1–5 lines: rewrite in 1–2 lines.
  - 6–12 lines: rewrite in 2–3 lines.
  - 13–24 lines: rewrite in 3–5 lines.
  - 25–49 lines: rewrite in 5–7 lines.
  - 50 or more lines: rewrite in 7–10 lines.
- Treat the ranges as ceilings, not quotas. Use fewer lines when they are enough.
- Exceed a requested limit only when needed to avoid an unsafe or seriously
  misleading answer.

## Rewrite rules

- Preserve the important result, decisions, warnings, and next action.
- Use everyday words a non-technical reader can understand.
- Remove jargon, implementation details, file paths, command names, and process
  narration unless the user must know them to act.
- Translate any unavoidable technical term immediately into plain language.
- Do not add new facts, repeat the work, call tools, or change the meaning.
- Prefer one short sentence per line. Avoid headings, tables, code blocks,
  preambles, apologies, and commentary about shortening the answer.
- If there is no previous substantive assistant answer, say so in one short line.

