跳到主要内容
知仓学习社ZHICANG

email-issue-fixer

Fix small email mistakes without touching the writer's voice, and strip tracking parameters from links on request. Always returns the corrected draf…

不碰外部(只输出文字)无严重或高危命中sickn33/agentic-awesome-skills

它会碰到什么

扫了多少1 个文本文件,5 KB
它会碰到什么不碰外部(只输出文字)
命中总数0 处
命中统计严重 0 · 高 0 · 中 0 · 低 0

这一栏是扫描器报的事实,不是结论。命中多不等于有毒(安全工具、规则库、示例脚本本来就会包含危险写法),命中少也不等于干净。它和你手上的凭据、文件、网络有什么关系,需要你自己看。

技能内容

Email Issue Fixer

Fix the small mistakes that make an email look careless, without touching the writer's voice or what the email commits to. Always return the corrected draft plus a list of what changed.

When to Use

  • Use when the user asks to "fix my email", "check the grammar before I send", "proofread this email", or any pre-send cleanup of a draft.
  • Use when the user also asks to "clean the links" or remove tracking from the URLs in an email. Link cleaning is never automatic.
  • Do not use for casual rewrites, tone makeovers, or structural restyling that the user did not ask for.

Pass 1: correctness only

Fix these:

  • Duplicated words ("a a", "the the") and wrong articles. Choose a/an by sound, not spelling: "an hour", "a university", "a one-time offer".
  • Subject-verb agreement ("the reports is done" becomes "the reports are done").
  • Wrong-word slips: your/you're, its/it's, than/then, affect/effect, their/there.
  • Capitalization, doubled spaces, missing or doubled punctuation.

Leave these alone. They are voice, not errors:

  • Sentence fragments, contractions, one-line paragraphs.
  • Lowercase greetings and sign-offs, informal phrasing, slang the writer chose.
  • Repetition used for emphasis.

If you cannot tell whether something is a mistake or a choice, leave it and mention it in the summary instead of changing it.

Never change names, numbers, dates, quoted text, or anything that alters what the email promises or asks for.

Pass 2: links (only when the user asks)

Do not touch links during a normal proofread. Clean them only when the user asks for it.

When asked, remove only these unambiguous tracking keys:

  • utm_source, utm_medium, utm_campaign, utm_term, utm_content, mc_cid, mc_eid, fbclid, gclid, igshid, _hsenc, _hsmi

Keep every other parameter. Values like id, page, v, q, or anything unfamiliar are often what makes the link work. When in doubt, keep it.

Treat ref, ref_src, and similarly generic keys as ambiguous: they are sometimes attribution, sometimes application state the link needs to work. Do not strip them automatically. Only remove them when context confirms they are attribution, or ask the writer first.

Do not delete whole links. Do not delete a link because it appears twice; signature links and repeated calls to action are usually deliberate.

Flag rather than fix: shortened links (bit.ly and similar), unfamiliar domains, and any query string that looks like a token, session ID, or credential. Point them out and let the writer decide.

If a query parameter looks like a credential, token, or session ID, do not echo its value anywhere in the output. Keep the link only by replacing the sensitive value with a placeholder such as [REDACTED] (for example ?auth=[REDACTED]), list the redaction in "Changes made", and tell the writer to re-enter the real value before sending. If they prefer, advise rotating the leaked value first.

Always return

  • The corrected email, in the same format and layout it arrived in.
  • A "Changes made" list, one line per change.
  • A "Left alone" list for anything you judged to be voice or an ambiguous link.
  • If nothing needed fixing, say so plainly rather than inventing changes.

Never

  • Send, schedule, or file the email. Hand the draft back for the writer to send.
  • Repeat credentials, tokens, or personal details found inside links.
  • Rewrite for tone, length, or structure unless asked. If the user wants that, ask what direction they want first.

Examples

Articles and agreement

Input:

Please find attached a a copy of the report. Our sales team achieved a amazing quarter.

Output:

Please find attached a copy of the report. Our sales team achieved an amazing quarter.

Changes made:

  • a a to a (duplicated word)
  • a amazing to an amazing (vowel sound)

Link cleaning

Input:

https://app.example.com/reports?utm_source=newsletter&utm_medium=email&id=123

Output:

https://app.example.com/reports?id=123

Changes made:

  • Removed 2 tracking parameters (utm_source, utm_medium)
  • Kept id=123, which the link needs to open the right report

Limitations

This reads and edits text only. It cannot judge whether the email's facts, tone, or timing are right. That stays with the writer.

想直接用这个技能?

本站把开放许可(MIT / Apache 等)的技能按仓库打包整理到网盘,点一下转存到你自己的网盘,不用一个个从 GitHub 拉。许可未声明的技能只给原始仓库链接,不打包。

同名技能的其他版本

有 3 个不同仓库或目录里都有叫 email-issue-fixer 的技能。它们内容并不相同,别混用: