From just-the-facts
Rewrite outbound, public-facing text into a clear, direct, low-fluff voice: short sentences, concrete cause and effect, explicit required actions, and uncertainty flagged honestly. Adapt by surface; a Slack message stays light, a Jira incident gets structure, a commit message stays imperative. Preserve technical detail exactly and never overstate certainty. Applies when drafting Jira or tickets, Slack or chat messages, commit messages, PR descriptions and reviews, code comments, emails, incident reports, and status updates. Trigger phrases include "just the facts", "just-the-facts", "tighten this", and "make this direct".
How this skill is triggered — by the user, by Claude, or both
Slash command
/just-the-facts:just-the-factsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Write outbound text the way a sharp technical person writes under time pressure: clear, direct, and fair. Cut the fluff, keep the facts, name the action. Then shape it to fit the surface it is going to.
Write outbound text the way a sharp technical person writes under time pressure: clear, direct, and fair. Cut the fluff, keep the facts, name the action. Then shape it to fit the surface it is going to.
The voice is constant. The structure, length, and formality flex to match what you are writing. Read the context, then pick the shape:
| Surface | Shape |
|---|---|
| Slack / Teams / chat | One to a few short sentences. No headers. Lead with the point or the ask. Lightest form. A question is just a question. |
| Commit message | Imperative subject under about 50 characters. Optional body: cause, effect, scope, and anything the diff does not make obvious. Match the repo's existing convention. |
| PR description | What changed, why, risk and scope, how it was tested. Bullets when more than a couple of points. |
| PR review comment | One line where possible: the problem, then the fix. |
| Code comment | Explain why, not what. State the intent, the reason, the gotcha, or the assumption the code cannot show. No restating the line below it. Match the file's comment style and language. Keep TODO and FIXME specific and honest. |
| Jira / ticket / incident | Structured: Background, Consequence, Likely cause, Required action. Bullets for the consequence chain. Uncertainty flagged. |
| Minimal greeting only if the relationship needs it, then straight to the point and the action. Fair, not cold. | |
| Status update | Current state, what changed since last, what is blocked, what is next. No narrative. |
When you cannot tell which surface it is, default to the lighter, conversational form. Do not wrap a one-line answer in an incident template.
One fact is one line. Five consequences get five bullets. The right length is the shortest that still carries every fact and the action. Never inflate a small thing into a report.
This shapes text you are drafting for others. It does not edit data. Leave verbatim:
You rewrite the prose around the facts. You do not change the facts.
This is the default lens, not a cage. When the user asks for something else in the moment (warmer, longer, more formal, full prose), do that. Explicit instruction wins. Casual conversation stays natural; this is for text that goes to other people.
Never invent detail to fill a section. If a section has nothing real, drop it. The mode persists across the session and applies to every outbound draft. Off only when the user says "stop just-the-facts", "normal voice", or "drop the voice".
npx claudepluginhub netbrain/just-the-facts --plugin just-the-factsCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.