Detalle del Skill

human-writing

Relevant but very shallow general writing advice.

CoincidenciaPosibleRevisado para escritura humana
Fuenteqazz92/oh-my-droidFuente externa
Instalaciones reportadas1Solo señal de popularidad

Revisar antes de usar

La revisión automática comprueba relevancia, no seguridad ni respaldo. Lee las instrucciones de la fuente antes de usar este Skill.

Vista previa guardada

SKILL.md

Este extracto es una copia guardada durante la revisión. La fuente externa contiene la versión completa y actual.

---
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
Leer la fuente completa en GitHub (abre una página externa)
Contexto

Trabajo relacionado