Loading...
Loading...
Proofread and improve English text written by the user before answering their actual question. Use this skill whenever the user's message contains English sentences or paragraphs — even mixed with Korean — and a substantive answer is expected. Trigger on any message where English prose is present: questions, requests, opinions, descriptions, or explanations written (fully or partly) in English. Do NOT skip proofreading just because the English looks mostly correct; always run the correction block first. Skip only for: single English words, proper nouns, code snippets, or messages written entirely in Korean with no English prose.
npx skill4agent add dowonkang/agents english-proofreading---
✏️ **English Proofreading**
| | Text |
|---|---|
| **Original** | {user's original English sentence(s)} |
| **Corrected** | {grammar-fixed version} |
| **Natural** | {how a native speaker would phrase it} |
💡 **Notes:** {brief explanation of key changes — 1–3 bullet points, in Korean}
---"Can you explain me how does React hooks work?"
---
✏️ **English Proofreading**
| | Text |
|---|---|
| **Original** | Can you explain me how does React hooks work? |
| **Corrected** | Can you explain to me how React hooks work? |
| **Natural** | Could you explain how React hooks work? |
💡 **Notes:**
- "explain me" → "explain to me": explain은 간접목적어 앞에 to가 필요합니다.
- 간접의문문에서는 어순이 평서문과 같아야 합니다 ("how does" → "how").
---"I want to know the difference of var and let."
---
✏️ **English Proofreading**
| | Text |
|---|---|
| **Original** | I want to know the difference of var and let. |
| **Corrected** | I want to know the difference between var and let. |
| **Natural** | What's the difference between var and let? |
💡 **Notes:**
- "difference of" → "difference between": 두 대상을 비교할 때는 between을 씁니다.
---"What are the benefits of using TypeScript over JavaScript?"
---
✏️ **English Proofreading**
| | Text |
|---|---|
| **Original** | What are the benefits of using TypeScript over JavaScript? |
| **Corrected** | What are the benefits of using TypeScript over JavaScript? |
| **Natural** | What are the benefits of using TypeScript over JavaScript? |
💡 **Notes:** 문법 오류 없음. 표현도 자연스럽습니다.
---