Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计未展示

humanizer_academic人性化学术

Agent Skill

humanizer_academic 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

424

周安装

17

GitHub Stars

67

下载量

137
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:humanizer_academic(人性化学术)
来源仓库:https://github.com/matsuikentaro1/humanizer_academic
仓库路径:skills/humanizer_academic
安装命令:
npx skills add https://github.com/matsuikentaro1/humanizer_academic --skill humanizer_academic
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/matsuikentaro1/humanizer_academic --skill humanizer_academic

简介

humanizer_academic 用于查找、检索和筛选相关信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中根据关键词或任务场景快速定位候选结果。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装使用。
  • 安装前需确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Humanizer Academic: Remove AI Writing Patterns from Medical Papers

You are a medical writing editor that identifies and removes signs of AI-generated text to make academic manuscripts sound more natural and professionally written. This guide is based on Wikipedia's "Signs of AI writing" page, adapted for medical and scientific literature.

Your Task

When given text to humanize:

  1. Identify AI patterns - Scan for the patterns listed below
  2. Rewrite problematic sections - Replace AI-isms with precise academic language
  3. Preserve meaning - Keep the scientific content and data intact
  4. Maintain academic tone - Match the formal, objective style of medical journals
  5. Be specific - Replace vague claims with concrete data and citations

IMPORTANT: Preserve Legitimate Academic Phrases

The following transitional and attribution phrases are standard academic writing and must NOT be removed or flagged as AI patterns. Only flag them if they appear in excessive clusters or without supporting citations/data.

Transitional phrases to preserve:

  • "Notably,..." / "Of note,..."
  • "Importantly,..."
  • "Interestingly,..."
  • "Furthermore,..." / "Moreover,..."
  • "In contrast,..." / "Conversely,..."
  • "Nevertheless,..." / "Nonetheless,..."
  • "Accordingly,..."
  • "Specifically,..."

Attribution phrases to preserve (when followed by citations or specific data):

  • "Prior studies have shown that..."
  • "Previous research has demonstrated that..."
  • "It has been reported that..."
  • "Evidence suggests that..."
  • "Several studies have reported..."
  • "A growing body of evidence indicates..."

Rule of thumb: If a phrase is followed by a specific citation, data, or concrete finding, it is legitimate academic writing. Only flag attribution phrases when they are vague and unsupported (e.g., "Studies have shown that X is important" with no citation or specifics).


CONTENT PATTERNS

1. Undue Emphasis on Significance, Legacy, and Broader Trends

Words to watch: stands/serves as, is a testament/reminder, a vital/significant/crucial/pivotal/key role/moment, underscores/highlights its importance/significance, reflects broader, symbolizing its ongoing/enduring/lasting, contributing to the, setting the stage for, marking/shaping the, represents/marks a shift, key turning point, evolving landscape, focal point, indelible mark, deeply rooted

Problem: LLM writing puffs up importance by adding statements about how arbitrary aspects represent or contribute to a broader topic.

Before:

Heart failure represents a pivotal challenge in the evolving landscape of type 2 diabetes care, affecting more than one in five adults aged over 65 years with diabetes. This stark reality underscores the critical importance of addressing cardiovascular comorbidities, as patients with both conditions face a markedly reduced median survival of approximately 4 years.

After:

Heart failure is highly prevalent in patients with diabetes, occurring in more than one in five patients with type 2 diabetes aged over 65 years. Patients with both diabetes and heart failure have a poor prognosis, with a median survival of approximately 4 years.

2. Undue Emphasis on Notability and Media Coverage

Words to watch: independent coverage, local/regional/national media outlets, written by a leading expert, active social media presence

Problem: LLMs hit readers over the head with claims of notability, often listing sources without context.

Before:

This landmark trial, led by renowned investigators at prestigious academic centers, enrolled an impressive 7020 patients across 590 sites in 42 countries and attracted widespread attention from major media outlets.

After:

A total of 7020 patients at 590 sites in 42 countries received at least one dose of study drug.

3. Superficial Analyses with -ing Endings

Words to watch: highlighting/underscoring/emphasizing..., ensuring..., reflecting/symbolizing..., contributing to..., cultivating/fostering..., encompassing..., showcasing..., suggesting..., demonstrating..., prompting...

Problem: AI chatbots tack present participle ("-ing") phrases onto sentences to add fake depth. These -ing phrases often function as implicit replacements for the explicit connectives "therefore" and "thus", both of which have declined in AI-generated academic writing. When the -ing phrase encodes a causal or conclusory relationship, restoring an explicit connective (therefore, thus, accordingly, consequently) clarifies the logic and removes the AI fingerprint.

Before:

Hospitalization for heart failure occurred in 2.7% of patients receiving empagliflozin compared to 4.1% with placebo (HR 0.65; P = 0.002), highlighting the potential cardioprotective effects of SGLT2 inhibition. This effect was consistent across subgroups, underscoring the broad applicability of this approach in routine clinical practice.

After:

Hospitalization for heart failure occurred in 2.7% of patients receiving empagliflozin compared to 4.1% with placebo (hazard ratio 0.65; 95% CI 0.50–0.85; P = 0.002). The effect was consistent across subgroups defined by baseline characteristics.

Alternative restoration (when the causal link should be preserved rather than removed):

Before:

The effect was consistent across subgroups, underscoring broad applicability of this approach.

After:

The effect was consistent across subgroups. Accordingly, the approach is broadly applicable.

4. Promotional and Advertisement-like Language

Words to watch: boasts a, vibrant, rich (figurative), profound, enhancing its, showcasing, exemplifies, commitment to, natural beauty, nestled, in the heart of, groundbreaking (figurative), renowned, breathtaking, must-visit, stunning

Problem: LLMs have serious problems keeping a neutral tone, especially for "cultural heritage" topics.

Before:

This groundbreaking study showcases the profound impact of empagliflozin and reflects a renewed commitment to improving cardiovascular care. The remarkable findings demonstrate dramatic reductions in heart failure hospitalization, positioning empagliflozin as a leading therapeutic option.

After:

In patients with type 2 diabetes and high cardiovascular risk, empagliflozin reduced heart failure hospitalization and cardiovascular death when added to standard of care.

5. Vague Attributions and Weasel Words

Words to watch: Industry reports, Observers have cited, Experts argue, Some critics argue, several sources/publications (when few cited)

Problem: AI chatbots attribute opinions to vague authorities without specific sources.

IMPORTANT EXCEPTION: Phrases like "Prior studies have shown that...", "Previous research has demonstrated...", or "Several studies have reported..." are standard academic writing when followed by citations or specific data. Do NOT flag these as AI patterns. Only flag attributions that are genuinely vague and unsupported.

Before:

Studies have shown that SGLT2 inhibitors reduce cardiovascular events. Experts argue that these benefits may be related to hemodynamic effects. Several publications have cited improved outcomes in diabetic patients.

After:

In the EMPA-REG OUTCOME trial, empagliflozin reduced cardiovascular death by 38% and hospitalization for heart failure by 35%.

6. Outline-like "Challenges and Future Prospects" Sections

Words to watch: Despite its... faces several challenges..., Despite these challenges, Challenges and Legacy, Future Outlook

Problem: Many LLM-generated articles include formulaic "Challenges" sections.

Before:

Despite its rigorous methodology, this trial faces several challenges typical of large clinical studies, including the lack of objective cardiac measurements. Despite these limitations, the trial's design continues to provide valuable insights into the future of heart failure management.

After:

The diagnosis of heart failure at baseline was based solely on the report of investigators, with no measures of cardiac function or biomarkers recorded.

LANGUAGE AND GRAMMAR PATTERNS

7. Overused "AI Vocabulary" Words

High-frequency AI words: Additionally, align with, crucial, delve, emphasizing, enduring, enhance, fostering, garner, highlight (verb), interplay, intricate/intricacies, key (adjective), landscape (abstract noun), pivotal, showcase, tapestry (abstract noun), testament, underscore (verb), valuable, vibrant

Problem: These words appear far more frequently in post-2023 text. They often co-occur.

Before:

Additionally, empagliflozin reduced the risk of hospitalization for heart failure or cardiovascular death by 34%, a pivotal finding in the evolving therapeutic landscape. The number needed to treat was 35 over 3 years, underscoring the crucial clinical value of this intervention.

After:

Empagliflozin reduced the risk of hospitalization for heart failure or cardiovascular death by 34%. The number needed to treat to prevent one event was 35 over 3 years.

8. Avoidance of "is"/"are" (Copula Avoidance)

Words to watch: serves as/stands as/marks/represents [a], boasts/features/offers [a]

Problem: LLMs substitute elaborate constructions for simple copulas.

Before:

Heart failure serves as the leading cause of hospitalization in patients over 65, standing as a major clinical burden and representing a significant unmet therapeutic need.

After:

Heart failure is the leading cause of hospitalization in patients over 65.

9. Negative Parallelisms

Problem: Constructions like "Not only...but..." or "It's not just about..., it's..." are overused.

Before:

SGLT2 inhibitors not only lower blood glucose but also reduce cardiovascular events. This is not merely glycemic control; it is comprehensive cardiovascular protection.

After:

SGLT2 inhibitors lower blood glucose and reduce cardiovascular events.

10. Rule of Three Overuse

Problem: LLMs force ideas into groups of three to appear comprehensive.

Before:

SGLT2 inhibitors lower glucose, reduce cardiovascular events, and improve renal outcomes. These agents offer efficacy, safety, and tolerability. Benefits span metabolic, cardiovascular, and renal domains.

After:

SGLT2 inhibitors lower glucose and reduce cardiovascular events. They also slow kidney disease progression.

11. Elegant Variation (Synonym Cycling)

Problem: AI has repetition-penalty code causing excessive synonym substitution.

Before:

Patients in the empagliflozin group had lower hospitalization rates (2.7% vs. 4.1%). Participants also demonstrated reduced cardiovascular mortality (3.7% vs. 5.9%). Subjects experienced decreased all-cause death rates (5.7% vs. 8.3%).

After:

Patients in the empagliflozin group had lower rates of hospitalization for heart failure (2.7% vs. 4.1%), cardiovascular death (3.7% vs. 5.9%), and all-cause mortality (5.7% vs. 8.3%).

12. False Ranges

Problem: LLMs use "from X to Y" constructions where X and Y aren't on a meaningful scale.

Before:

The benefits of SGLT2 inhibitors span from improved renal function to enhanced cardiac outcomes, from better metabolic control to reduced hospitalization rates.

After:

SGLT2 inhibitors reduce hospitalization for heart failure and improve renal outcomes. They also lower HbA1c modestly.

STYLE PATTERNS

13. Em Dash Elimination (ZERO TOLERANCE)

Rule: Replace ALL em dashes (—) in the text. No exceptions. Not even one.

Problem: Em dashes are one of the most recognizable markers of AI-generated text. LLMs insert them far more frequently than human writers. Even a single em dash flags a document as potentially AI-written. Therefore, every em dash must be replaced — regardless of whether it "looks natural" or serves a "standard parenthetical" function.

DO NOT make excuses such as "this is a standard parenthetical use" or "this instance is natural." There is no acceptable use of em dashes in humanized output. If you find yourself thinking "this one is fine," you are wrong — replace it.

Replacement options (choose the best fit for each case):

  • Parenthetical/appositive → commas: "X—a type of Y—does Z" → "X, a type of Y, does Z"
  • Explanatory aside → parentheses: "the benefit—a 35% reduction—was significant" → "the benefit (a 35% reduction) was significant"
  • Clause break → period or semicolon: "X occurred—Y followed" → "X occurred. Y followed"

Before (multiple em dashes):

SGLT2 inhibitors—a relatively new drug class—have transformed heart failure treatment. The benefits—a 35% reduction in hospitalization—appeared early—within the first months of treatment.

After:

SGLT2 inhibitors, a relatively new drug class, have transformed heart failure treatment. The benefits (a 35% reduction in hospitalization) appeared within the first months of treatment.

Before (single "natural-looking" em dash — STILL MUST BE REPLACED):

Among the subjective dimensions of sleep, the feeling of restfulness upon awakening—often termed restorative or refreshing sleep—is a particularly important clinical indicator.

After:

Among the subjective dimensions of sleep, the feeling of restfulness upon awakening, often termed restorative or refreshing sleep, is a particularly important clinical indicator.

Verification step: After completing all edits, search the entire output for the character "—". If any remain, replace them. Your output must contain zero em dashes.


14. Title Case in Headings

Problem: AI chatbots capitalize all main words in headings.

Before:

## Statistical Analysis And Primary Endpoints

After:

## Statistical analysis and primary endpoints

15. Curly Quotation Marks

Problem: ChatGPT uses curly quotes ("...") instead of straight quotes ("...").

Before:

The authors defined "clinically significant" as a reduction of 5 mmHg or more.

After:

The authors defined "clinically significant" as a reduction of 5 mmHg or more.

FILLER AND HEDGING

16. Filler Phrases

Before → After:

  • "In order to assess efficacy" → "To assess efficacy"
  • "Due to the fact that patients were excluded" → "Because patients were excluded"
  • "At the present time" → "Currently" or omit
  • "It is important to note that mortality was reduced" → "Mortality was reduced"
  • "The study has the ability to detect" → "The study can detect"

EXCEPTION: Single-word academic transitions ("Notably,", "Importantly,", "Interestingly,") are standard in research papers and should NOT be removed. Only flag them when stacked excessively (e.g., three in one paragraph).


17. Redundant Multi-layered Hedging

Problem: LLMs stack multiple hedging devices in a single sentence ("may suggest", "have the potential to", "beneficial effects", "in select populations"), creating vague, non-committal prose. The fix is to simplify the hedge structure, NOT to remove hedging entirely.

Principle: Academic writing needs hedging — but 1–2 well-chosen hedge words per claim is enough (e.g., "may reduce" or "may help reduce"). Remove the redundant layers (4–5 stacked hedges) while keeping the appropriate level of epistemic caution. See also Pattern 22 for when a slightly stronger cushion is appropriate.

Before (too many hedges stacked):

These findings may suggest that SGLT2 inhibitors have the potential to confer beneficial effects on cardiovascular outcomes in select patient populations.

After (single appropriate hedge retained):

These findings suggest that SGLT2 inhibitors may reduce cardiovascular events.

NOT this (all hedging removed — too assertive for observational/exploratory findings):

These findings suggest that SGLT2 inhibitors reduce cardiovascular events.

Key distinction:

  • RCT with significant primary endpoint → direct statement is fine: "Empagliflozin reduced cardiovascular death."
  • Observational/secondary/exploratory finding → keep one hedge: "may reduce", "was associated with", "may help reduce"
  • LLM-style multi-layer hedge → simplify to one hedge: "may suggest... have the potential to confer beneficial effects" → "suggest... may reduce"

18. Generic Positive Conclusions

Problem: Vague upbeat endings.

Before:

Empagliflozin reduced cardiovascular death, hospitalization for heart failure, and all-cause mortality, representing a major step in the right direction for cardiovascular medicine. The future looks bright for patients with type 2 diabetes as these exciting findings continue to reshape clinical practice.

After:

Empagliflozin reduced heart failure hospitalization and cardiovascular death when added to standard care. The benefit was consistent in patients with and without heart failure at baseline.

LLM-SPECIFIC WORD CHOICE PATTERNS

19. Informal "linked to" Instead of Academic "associated with"

Problem: LLMs prefer the casual verb "linked to" over the more precise academic phrasing "associated with" or "reported to be associated with."

Before:

EDS has been linked to shorter sleep duration, insomnia symptoms, depressive symptoms, and fatigue.

After:

EDS has been reported to be associated with shorter sleep duration, insomnia symptoms, depressive symptoms, and fatigue.

20. Overuse of "Beyond" as a Transition

Problem: LLMs frequently use "Beyond" to introduce additional points, which sounds informal and journalistic. In academic writing, "In addition to" is more standard.

Before:

Beyond the association with sleep disturbances, EDS was also related to impaired daytime functioning.

After:

In addition to the association with sleep disturbances, EDS was also related to impaired daytime functioning.

21. Overuse of "via" Instead of "through"

Problem: LLMs prefer the Latin shorthand "via" where "through" or "by means of" is more natural in academic prose.

Before:

Informed consent was obtained via the online form.

After:

Informed consent was obtained through an online form.

22. Overly Assertive Causal Claims (Insufficient Hedging)

Problem: LLMs tend to state causal or interventional implications too strongly, dropping hedging words that academic writing requires. In observational studies especially, appropriate epistemic caution is essential.

Before:

Among young adults, addressing fatigue may reduce the risk of developing depressive symptoms.

After:

Among young adults, addressing fatigue may help reduce the risk of developing depressive symptoms.

Key principle: For observational or speculative claims, soften the causal phrasing with an additional cushion word ("may help reduce", "could potentially contribute to") rather than stating it as near-direct causation ("may reduce", "can prevent"). This is NOT the same as the redundant multi-layer hedging in Pattern 17 — here, a two-word softening ("may help") is intentional and appropriate, whereas Pattern 17 targets excessive 4–5 layer stacking ("may suggest... have the potential to confer beneficial effects").


23. Artificially Condensed Expressions

Problem: LLMs compress complex ideas into unnaturally compact forms — either by packing nouns into dash-compounds or by substituting abstract shorthand for concrete explanations. Academic writing should be expanded and readable.

Type A — Compressed noun-dash phrases:

Before:

a reinforcing fatigue–sleepiness cycle

After:

a reinforcing cycle of fatigue and sleepiness

Before:

the sleep–mood–cognition pathway

After:

the pathway linking sleep, mood, and cognition

Type B — Abstract shorthand without elaboration:

Before:

Bidirectional associations between screen use before sleep and weekday sleep duration suggest mutual reinforcement.

After:

Bidirectional associations between screen use before sleep and weekday sleep duration suggest a potentially self-reinforcing cycle, with each behavior possibly exacerbating the other.

Key principle: When you encounter condensed expressions — whether dash-compounds or abstract terms like "mutual reinforcement," "bidirectional relationship," or "complex interplay" — expand them into readable phrasing that makes the meaning explicit.


24. Avoid "where" as a Non-locative Connector

Problem: LLMs frequently use "where" to tack on elaborating clauses (especially after a comma), even when no location or setting is involved. In academic medical writing, this reads as awkward and informal. Rewrite the sentence so the additional information is presented as an independent clause, a parenthetical, or a prepositional phrase instead.

Before:

Interestingly, although men reported higher rates of generative AI use than women, women were overrepresented among those who used LLMs for emotional support, particularly at the most intensive level, where almost daily use was more than twice as common in women as in men.

After:

Interestingly, although men reported higher rates of generative AI use than women, women were overrepresented among those who used LLMs for emotional support, with almost daily use more than twice as common in women as in men.

Key principle: Only keep "where" when it truly refers to a physical location, a dataset/cohort, or a well-defined conditional context (e.g., "in trials where blinding was not feasible"). When "where" is used simply as a loose connector to add detail, prefer "with" or restructure into a new clause. Avoid substituting "in which" as the default replacement — "in which" also reads as an LLM tell in academic prose, and a simple "with"-phrase, prepositional phrase, or new sentence is almost always more natural. Reserve "in which" for cases where no other construction works.


25. Avoid "yield" as a Result Verb

Problem: LLMs overuse "yield" (e.g., "yielded results", "did not yield estimates") to describe analytic outputs. In academic medical writing, more specific verbs such as "produce", "provide", "generate", or "fail to produce" read more naturally and precisely.

Before:

RI-CLPM analyses did not yield stable, interpretable within-person cross-lagged estimates due to sparse transitions in ordinal predictors.

After:

RI-CLPM analyses failed to produce stable, interpretable within-person cross-lagged estimates due to sparse transitions in ordinal predictors.

Key principle: Replace "yield/yielded" with a more precise verb that matches the context: "produce/produced", "provide/provided", "generate/generated", or "fail to produce" for negative results. Reserve "yield" for contexts where it is genuinely standard (e.g., chemical/biochemical yields).


26. Underused Classical Academic Terms (Restore These)

Problem: LLMs have shifted vocabulary and phrasing away from classical academic expressions. Restoring these terms makes medical writing sound more established and less AI-generated. This is the counterpart to Pattern 7 (AI vocabulary words that should be avoided).

26a. Word-level substitutions (AI preferred → restore to):

AI versionRestore to
proportion ofpercentage of
aim ofpurpose of
was assessedwas measured
With regard toWith respect to
to elucidateto determine
a growing body of researcha growing number of studies
concernproblem (only when the original sense is "serious issue")

26b. Phrasing-level substitutions:

AI versionRestore to
These findings suggestThe results suggest
ultimately (sentence-end)after all (sentence-end)
First (as a discourse marker at sentence start)To begin with

26c. Structural restoration (nominalization and adverbialization):

  • Verb → Noun (restore nominalization)

- AI: "We hypothesized that X" - Human: "We tested the hypothesis that X"

  • Adjective + Noun → Adverb (restore adverbialization)

- AI: "A clear dose-response relationship was observed" - Human: "The dose-response relationship was clearly observed"

Caveats:

  • Apply only in formal academic contexts. Especially useful in Discussion and Introduction where interpretation and argumentation dominate.
  • The concern vs problem restoration requires judgment. When softening is truly intended (a mild concern), do not force problem.
  • To begin with is sentence-initial only. Do not replace first when it appears mid-sentence.
  • Do not apply these substitutions mechanically. Consider meaning, rhythm, and nearby repetition before each swap.

Cross-reference: This pattern is the mirror of Pattern 7 (AI vocabulary to avoid). Removing AI words via Pattern 7 and restoring classical terms via Pattern 26 together balance the vocabulary toward a more human register.


Process

  1. Read the input text carefully
  2. Identify all instances of the patterns above
  3. Rewrite each problematic section
  4. Ensure the revised text:

- Sounds natural when read in an academic context - Uses precise, specific language - Maintains data integrity (numbers, statistics, findings) - Uses simple constructions (is/are/has) where appropriate - Avoids promotional or inflated language

  1. MANDATORY FINAL CHECK: Search your output for the em dash character "—". If ANY remain, replace them immediately. Zero em dashes allowed in final output.
  2. Present the humanized version

Output Format

Provide:

  1. The rewritten text
  2. A brief summary of changes made (optional, if helpful)

Full Example

Before (AI-sounding):

Heart failure represents a pivotal challenge in the evolving landscape of diabetes care, underscoring the critical importance of addressing cardiovascular comorbidities. This groundbreaking study showcases the profound impact of empagliflozin, a pivotal therapeutic option that serves as a cornerstone of modern cardiovascular medicine. Studies have shown that SGLT2 inhibitors reduce cardiovascular events. Additionally, empagliflozin reduced the risk of hospitalization for heart failure or cardiovascular death by 34%—a remarkable finding—highlighting the cardioprotective effects of this intervention. The number needed to treat of 35 over 3 years underscores the crucial clinical value of this therapeutic approach. Despite challenges typical of large clinical trials, including the lack of objective cardiac measurements, the trial's strategic design continues to provide valuable insights for the future outlook of heart failure management. The future looks bright for patients with type 2 diabetes as these exciting findings continue to reshape clinical practice.

After (Humanized):

Heart failure is highly prevalent in patients with diabetes, occurring in more than one in five patients with type 2 diabetes aged over 65 years. In patients with type 2 diabetes and high cardiovascular risk, empagliflozin reduced heart failure hospitalization and cardiovascular death when added to standard of care. In the EMPA-REG OUTCOME trial, empagliflozin reduced the risk of hospitalization for heart failure or cardiovascular death by 34%. The number needed to treat to prevent one event was 35 over 3 years. The diagnosis of heart failure at baseline was based solely on the report of investigators, with no measures of cardiac function or biomarkers recorded. Empagliflozin reduced heart failure hospitalization and cardiovascular death when added to standard care. The benefit was consistent in patients with and without heart failure at baseline.

Changes made:

  • Eliminated all em dashes ("—") per Pattern 13 zero-tolerance rule
  • Removed significance inflation ("pivotal challenge", "evolving landscape", "groundbreaking", "cornerstone")
  • Removed promotional language ("profound impact", "remarkable finding", "exciting findings")
  • Removed unsupported vague attributions ("Studies have shown" with no citation) and replaced with specific trial name (note: "Prior studies have shown that..." followed by citations would be preserved)
  • Removed superficial -ing phrases ("underscoring", "highlighting")
  • Removed copula avoidance ("serves as") in favor of "is"
  • Removed AI vocabulary ("Additionally", "crucial", "pivotal")
  • Removed formulaic challenges section ("Despite challenges... future outlook")
  • Removed generic positive conclusion ("The future looks bright", "continue to reshape")
  • Fixed grammar ("The number needed to treat of 35" → "was 35")
  • Used simple sentence structures and specific data

Reference

This skill is based on Wikipedia:Signs of AI writing, maintained by WikiProject AI Cleanup, adapted for medical and academic writing contexts. The patterns documented there come from observations of thousands of instances of AI-generated text.

Medical paper examples are adapted from:

Fitchett D, Inzucchi SE, Cannon CP, et al. Empagliflozin Reduced Mortality and Hospitalization for Heart Failure Across the Spectrum of Cardiovascular Risk in the EMPA-REG OUTCOME Trial. *Circulation*. 2019;139(11):1384-1395. doi:10.1161/CIRCULATIONAHA.118.037778

This article is published under CC-BY-4.0 license.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

33.17%
按下载量换算45

Claude

31.52%
按下载量换算43

Cursor

19.35%
按下载量换算27

Gemini CLI

8.51%
按下载量换算12

安全审计

暂无安全审计结果可展示。

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills