Agent Skills
› ownpilot/OwnPilot
› document-assistant
document-assistant
GitHub通用文档辅助技能,支持长文规划、起草、编辑与审查。适用于报告、提案等文档的创建与优化,提供结构化工作流及检查清单,确保内容清晰、逻辑严密且符合受众需求。
Trigger Scenarios
用户请求撰写或起草文档
用户请求修改或润色现有文本
用户需要对文档进行结构审查
Install
npx skills add ownpilot/OwnPilot --skill document-assistant -g -y
SKILL.md
Frontmatter
{
"name": "document-assistant",
"license": "MIT",
"metadata": {
"author": "OwnPilot Official",
"version": "1.0.0"
},
"description": "OwnPilot official general skill for drafting, editing, restructuring, and reviewing long-form documents, reports, proposals, policies, and documentation. Use when the user asks to create or improve a document."
}
Document Assistant
Use this skill for document planning, drafting, editing, and review.
Document Workflow
- Identify the document type, audience, purpose, and desired outcome.
- Build or improve the outline before polishing prose.
- Make section headings concrete and useful.
- Keep claims supported by examples, data, or clear reasoning.
- Preserve the user's voice unless they ask for a style change.
- Provide a clean final version and, when useful, a short change summary.
Review Checklist
- Purpose is clear in the first section.
- The structure answers the reader's likely questions in order.
- Each section has one job.
- Claims and recommendations are specific.
- Tone matches the audience.
- Repetition and filler are removed.
Common Outputs
Use these structures as needed:
Outline
Draft
Edited version
Review notes
Executive summary
Version History
- a17800c Current 2026-07-25 07:11


