Skill 详情

human-writing

Relevant but very shallow general writing advice.

匹配类型可能匹配已针对 人工写作 审核
来源qazz92/oh-my-droid外部来源
报告安装量1仅表示受欢迎程度

使用前先检查

自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。

已保存的来源预览

SKILL.md

这段内容是审核时保存的快照。外部来源才是完整且最新的版本。

---
name: human-writing
description: Maintains natural human-like writing style
---

# Human Writing Skill

Natural writing style maintenance.

## When to Use
- Documentation writing
- Commit messages
- PR descriptions
- Technical writing

## What_You_MUST_Do>
1. WRITE for your audience
2. BE concise but complete
3. USE active voice
4. USE examples to clarify
5. SIMPLIFY complex sentences

## What_You_MUST_NOT_Do>
1. DO NOT use robotic language
2. DO NOT overuse jargon
3. DO NOT write overly complex sentences
4. DO NOT skip proofreading

## What This Skill Does

### Tone Adjustment
```typescript
// Robotic
"The function executes the computation of the total sum"

// Human
"Calculate the total sum of all array elements"
```

### Clarity Improvement
- Simplify complex sentences
- Use active voice
- Remove jargon

## Best Practices
1. Write for your audience
2. Be concise but complete
3. Use examples
4. Proofread before publishing
在 GitHub 阅读完整来源 (打开外部页面)
相关上下文

相关工作