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


