s
GitHub将技术文档、代码变更或长对话转化为非专家易懂的简明摘要。支持指定长度限制,保留核心事实与细节,简化语言表达,适用于总结、简化或解释复杂内容。
Trigger Scenarios
用户要求总结长文本或技术内容
需要将专业术语转化为通俗语言
请求对PR、Issue或对话进行简要概述
Install
npx skills add RyanCodrai/turbovec --skill s -g -y
SKILL.md
Frontmatter
{
"name": "s",
"description": "Write a short, plain-English summary of the previous message, or with `all` of the whole conversation, issue, pull request, or diff. One or two paragraphs in everyday language, aimed at a non-expert. Use when asked to summarize, simplify, or explain something simply."
}
Summary (plain English)
Summarize the previous message. Use this to restate something that was too long or too technical.
Arguments (combinable):
all— summarize everything in view: the whole conversation so far, or the whole issue, pull request, or diff this is attached to.w N— cap the summary at roughly N words.l N— write the summary as N lines.p N— write the summary as N paragraphs.
Style:
- Write flowing prose, one or two short paragraphs by default.
- Use plain English a non-expert can follow. Cover what the thing does and why it matters.
- Stay direct and matter-of-fact.
- Describe turbovec on its own terms.
- Keep every fact from the source, including its caveats, numbers, and uncertainty. Simplify the language and preserve the substance.
Version History
- ccab9f3 Current 2026-08-19 21:49


