docs-polish
Applies style guide standards to a documentation page without changing meaning or reorganizing structure. This includes fixing grammar, improving clarity and readability, simplifying complex sentences, using active voice, and standardizing terminology and formatting. Use when the user wants to polish, check style guide compliance, improve language, or clean up documentation while preserving its structure.
DeepseekModel
官方收录技能
质量 优秀 · 78
v1.0.0
获取
https://deepseekmodel.com/api/download.php?id=mendix-docs-claude-skills-docs-polish-skill-md&format=skill
下载 .skill
标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name docs-polish description Applies style guide standards to a documentation page without changing meaning or reorganizing structure. This includes fixing grammar, improving clarity and readability, simplifying complex sentences, using active voice, and standardizing terminology and formatting. Use when the user wants to polish, check style guide compliance, improve language, or clean up documentation while preserving its structure. user-invocable true disable-model-invocation false Skill progression: This does everything /docs-proofread does plus style guide enforcement including clarity improvements. If only grammar and spelling fixes are needed, use /docs-proofread . For deeper reorganization, suggest /docs-enhance . If missing alt text is found, suggest /docs-alt-text . Improve clarity and readability without changing meaning, structure, or paragraph order: docs-polish should : Read Mendix style guides first (in parallel): grammar-formatting.md , terminology.md , and product-naming-guide.md from /content/en/docs/community-tools/contribute-to-mendix-docs/style-guide/ Fix all spelling, grammar, and punctuation errors Check all figure shortcodes for missing alt text. If the alt text parameter is missing, insert alt="" as a placeholder. Ensure required front matter fields are present (title, url, description) and make descriptions concise and action-oriented Fix broken Markdown syntax Fix capitalization and terminology inconsistencies Break up long, complex sentences for better readability Simplify wordy or awkward phrasing Improve word choice (more precise or accessible terms) Change passive voice to active voice where appropriate Remove first-person plural (we, us, our, let's), except in release notes Remove bold and italics used for emphasis (reword or use alert shortcodes if needed) Apply Mendix style guide standards (overrides the Microsoft Writing Style Guide) Apply Microsoft Writing Style Guide standards, unless they conflict with the Mendix style guide standards After completing edits : Report what was changed in a concise summary If any images were found with missing or empty alt text, state "I found [N] image(s) with missing alt text. Consider running /docs-alt-text to generate alt text." docs-polish should NOT : Move paragraphs or restructure sections (that's /docs-enhance ) Change technical meaning or accuracy Significantly increase document length Generate alt text for images Change command syntax, code identifiers, variable names, placeholders, or any other text that appears in code formatting (inline backticks or code blocks). Code-formatted text represents literal technical content that must remain unchanged. If you notice an issue with code-formatted text, flag it in the chat but don't edit it directly. Every edit should serve a clear purpose in making the text easier to read, scan, and understand. Priority order for determining scope: If the user has selected text in a file (check for ide_selection tags), only polish the selected text in that file. Don't polish the entire document. If there's one open file (check for ide_opened_file tags) and no selection, work on the entire file. If there are multiple open files, list them and ask which to process. If no files are open, ask for a file path.
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |