← all publishers

zhengqiuyang

@zhengqiuyang source repo

6 published skills

  1. MCP Test Suite · zhengqiuyang
    Authors test suites for MCP servers using the mcp-test tool: functional YAML assertions, prompt-injection security probes, false-positive tuning, and CI gating. Use when building or maintaining an MCP server that needs more than manual poking in an inspector — especially before exposing it to agent clients you do not control.
    0 installs
  2. Release Hygiene · zhengqiuyang
    Prepares and maintains a public open-source repository: version tags aligned with package versions, GitHub Releases with meaningful notes, Dependabot with a PR decision policy, issue templates, and discovery metadata (topics, badges). Use when publishing a new project, cutting a release, or cleaning up a repo before promoting it.
    0 installs
  3. Deep Tech Article · zhengqiuyang
    Produces verified deep-dive technical articles from a codebase: architecture walkthroughs quoting real source, cookbooks whose every command was actually executed, ADR-style decision stories, and competitive analyses — with diagrams and bilingual output. Use when turning a repository into publishable blog content, documentation, or launch material. Enforces the fact-check protocol that caught 30+ errors in our own first drafts.
    0 installs
  4. TS CLI House Rules · zhengqiuyang bundle
    Hardens a TypeScript CLI project against cross-platform and CI pitfalls with eight battle-tested rules: build-first test scripts, a portable node --test launcher, LF pinning, CRLF tolerance, POSIX process-group kills, CI-runner env stripping, quote-context substitution, and no-network fixtures. Use when scaffolding a new Node CLI tool or when an existing one only "works on my machine". Each rule prevents a real, production-observed bug.
    0 installs
  5. Competitor Research · zhengqiuyang
    Runs verdict-based competitive research for a product or project idea before building it: candidate generation, parallel research agents, a strict empty/weak/strong-incumbent verdict rubric, honest kill decisions, and wedge sharpening for survivors. Use before starting any new project, adding a major feature, or when you suspect an idea is "surely already done" — it usually is, and the research tells you where the exception hides.
    0 installs
  6. Real World Gauntlet · zhengqiuyang bundle
    Validates a tool against real-world third-party inputs instead of self-made fixtures: official servers, real repositories, real PRs, real version drift, and cross-platform CI. Use when unit tests are green but you need evidence the tool works outside the lab — before publishing, after a major refactor, or whenever a security/precision claim needs to hold on data you did not invent. Catches the class of bugs fixtures structurally cannot contain.
    0 installs