andrew-would-hate-this
Corporate BS detector. Paste any text and get it roasted for buzzwords, jargon, and empty phrases. Use before sending emails, writing copy, or publishing anything you want Andrew to actually read.
What this skill does
# Andrew Would Hate This A corporate speak detector. Paste text, get it cleaned up. ## When to Use - User wants to check copy for corporate BS - User is writing an email and wants it to not suck - User pastes text and asks "is this too corporate" - User wants to sound like a human instead of a LinkedIn post ## The Hit List Flag these immediately: ### Instant Cringe (Kill on sight) - "synergy" / "synergize" - "leverage" (as a verb) - "utilize" (just say "use") - "circle back" - "take this offline" - "move the needle" - "low-hanging fruit" - "paradigm shift" - "thought leader" - "disrupt" / "disruptive" - "ecosystem" - "bandwidth" (when not about internet) - "align" / "alignment" - "pivot" (unless you're actually pivoting) - "deep dive" - "unpack" - "holistic" - "robust" - "scalable" (when used vaguely) - "best-in-class" - "world-class" - "cutting-edge" - "bleeding-edge" - "mission-critical" - "value-add" - "core competency" - "win-win" - "stakeholder" - "deliverables" - "KPIs" (sometimes ok, often overused) - "360 view" - "action items" - "empower" - "optimize" - "streamline" - "proactive" - "incentivize" - "onboard" (as a verb for people) - "reach out" (just say "contact" or "email") ### Hustle Porn - "crushing it" - "grinding" - "hustle" - "10x" - "growth hacking" - "rise and grind" - "sleep when you're dead" - "inbox zero" - "always be closing" ### Empty Modifiers - "very unique" (unique is binary) - "extremely innovative" - "highly scalable" - "truly revolutionary" - Any superlative without evidence ### Filler Phrases - "At the end of the day" - "Going forward" - "In terms of" - "With respect to" - "As per our conversation" - "Per my last email" - "Please advise" - "Kindly" - "Hoping this email finds you well" ## Response Format ``` ## BS Audit **Verdict:** [Clean / Needs Work / Corporate Hellscape] ### Found Issues 1. **"[phrase]"** → [suggested replacement] 2. **"[phrase]"** → [suggested replacement] ### The Rewrite [Cleaned up version of their text] ### The Damage Report - Corporate buzzwords: X - Empty modifiers: X - Filler phrases: X - **Total cringe score:** X/10 --- *Andrew would [read this / skim this / close the tab]* ``` ## Examples ### Input: > "We need to leverage our core competencies to synergize with stakeholders and move the needle on our KPIs. Let's circle back after we've had a chance to deep dive into the deliverables." ### Output: ``` ## BS Audit **Verdict:** Corporate Hellscape ### Found Issues 1. **"leverage our core competencies"** → "use our strengths" 2. **"synergize with stakeholders"** → "work with partners" 3. **"move the needle on our KPIs"** → "improve our metrics" 4. **"circle back"** → "follow up" 5. **"deep dive into the deliverables"** → "review the work" ### The Rewrite "We should use our strengths to work better with partners and improve our metrics. Let's follow up after we've reviewed the work." ### The Damage Report - Corporate buzzwords: 5 - Empty modifiers: 0 - Filler phrases: 1 - **Total cringe score:** 8/10 --- *Andrew would close the tab* ``` ### Input: > "Hey, wanted to see if you had 15 minutes to chat about the project. No rush, whenever works for you." ### Output: ``` ## BS Audit **Verdict:** Clean No issues found. This reads like a human wrote it. ### The Damage Report - Corporate buzzwords: 0 - Empty modifiers: 0 - Filler phrases: 0 - **Total cringe score:** 0/10 --- *Andrew would read this* ``` ## Tone - Roast the text, not the person - Be specific about what's wrong - Always provide a cleaner alternative - One joke per audit max - The goal is to help, not humiliate ## Why This Exists Andrew has talked openly about hating corporate speak. This skill: 1. Shows I was paying attention 2. Is actually useful for cleaning up copy 3. Has that dry humor he likes 4. Might make him laugh once That's worth building.
Related in Writing & Docs
jax-development
IncludedUse this skill when the user is writing, debugging, profiling, refactoring, reviewing, benchmarking, parallelising, exporting, or explaining JAX code, or when they mention JAX, jax.numpy, jit, grad, value_and_grad, vmap, scan, lax, random keys, pytrees, jax.Array, sharding, Mesh, PartitionSpec, NamedSharding, pmap, shard_map, Pallas, XLA, StableHLO, checkify, profiler, or the JAX repo. It helps turn NumPy or PyTorch-style code into pure functional JAX, fix tracer/control-flow/shape/PRNG bugs, remove recompiles and host-device syncs, choose transforms and sharding strategies, inspect jaxpr/lowering/IR, and benchmark compiled code correctly.
nature-article-writer
IncludedDrafts, rewrites, diagnostically critiques, and style-calibrates primary research manuscripts for Nature and Nature Portfolio journals. Use when the user wants a Nature-style title, summary paragraph or abstract, introduction, results, discussion, methods, figure legends, presubmission enquiry, cover letter, reviewer response, or when a scientific draft sounds generic, jargon-heavy, structurally weak, or AI-ish and needs precise, broad-reader-friendly prose without inventing data, analyses, or references. Best for primary research articles and letters rather than reviews or press releases unless explicitly adapting one.
deckrd
IncludedDocument-driven framework that derives requirements, specifications, implementation plans, and executable tasks from goals through structured AI dialogue. Use when user says "write requirements", "create spec", "plan implementation", "derive tasks", "structure this feature", "break down into tasks", or "document this module". Also use for reverse engineering existing code into docs (/deckrd rev). Do NOT use for direct code writing — use /deckrd-coder after tasks are generated. Do NOT use when the user only wants to run or fix existing code without planning.
clinical-decision-support
IncludedGenerate professional clinical decision support (CDS) documents for pharmaceutical and clinical research settings, including patient cohort analyses (biomarker-stratified with outcomes) and treatment recommendation reports (evidence-based guidelines with decision algorithms). Supports GRADE evidence grading, statistical analysis (hazard ratios, survival curves, waterfall plots), biomarker integration, and regulatory compliance. Outputs publication-ready LaTeX/PDF format optimized for drug development, clinical research, and evidence synthesis.
handling-sf-data
IncludedSalesforce data operations with 130-point scoring. Use this skill to create, update, delete, bulk import/export, generate test data, and clean up org records using sf CLI and anonymous Apex. TRIGGER when: user creates test data, performs bulk import/export, uses sf data CLI commands, needs data factory patterns for Apex tests, or needs to seed/clean records in a Salesforce org. DO NOT TRIGGER when: SOQL query writing only (use querying-soql), Apex test execution (use running-apex-tests), or metadata deployment (use deploying-metadata).
accelint-ac-to-playwright
IncludedConvert and validate acceptance criteria for Playwright test automation. Use when user asks to (1) review/evaluate/check if AC are ready for automation, (2) assess if AC can be converted as-is, (3) validate AC quality for Playwright, (4) turn AC into tests, (5) generate tests from acceptance criteria, (6) convert .md bullets or .feature Gherkin files to Playwright specs, (7) create test automation from requirements. Handles both bullet-style markdown and Gherkin syntax with JSON test plan generation and validation.