Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

shipping-products运输产品

Agent Skill

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

总安装

672

周安装

28

GitHub Stars

3

下载量

224
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/oldwinter/skills --skill shipping-products

简介

用于查找、检索和筛选相关信息,支持产品相关研究任务。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中的关键词驱动型搜索场景。
  • 通过 GitHub 仓库安装,使用 npx skills add 命令进行集成。
  • 建议在使用前核实权限范围和是否涉及外部网络调用。
  • shipping-products 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

Shipping Products

Scope

Covers

  • Turning “we need to ship” into a concrete release plan with owners, dates, and a rollout strategy
  • Building a Shipping & Launch Pack that makes the release decision-ready (Go/No-go)
  • Shipping in small, frequent increments to improve both speed and stability
  • Defining a reusable Product Quality List (PQL) and iterating it based on escapes
  • Planning measurement, monitoring, rollback, and post-launch learning

When to use

  • “We’re launching / releasing / deploying / going live—make a plan and ship.”
  • “Create a go/no-go checklist and rollout plan for this release.”
  • “We need to ship faster without breaking trust—set up small-batch shipping.”
  • “Write release notes + comms + enablement for an upcoming launch.”

When NOT to use

  • You don’t yet agree on the problem or target user (use problem-definition)
  • You need to right-size scope to hit a date/appetite (use scoping-cutting)
  • You need a decision-ready PRD (use writing-prds) or build-ready spec/design doc (use writing-specs-designs)
  • You’re setting long-term strategy/vision (use defining-product-vision) or choosing among initiatives (use prioritizing-roadmap)

Inputs

Minimum required

  • What you’re shipping (feature/change), target users, and where it will be available (platforms, regions, plans)
  • Desired ship date/timebox + constraints (compliance, privacy, brand, uptime windows)
  • Success metric(s) + guardrails (trust/safety, performance, reliability, support load)
  • Rollout context (flags? staged rollout? beta? migration?) + key dependencies
  • Stakeholders + DRI (who decides go/no-go) + who is on point during the launch

Missing-info strategy

  • Ask up to 5 questions from references/INTAKE.md.
  • If answers aren’t available, proceed with explicit assumptions and list Open questions that would change the ship decision.

Outputs (deliverables)

Produce a Shipping & Launch Pack in Markdown (in-chat; or as files if the user requests):

  1. Release brief (what/why now/who/when; DRI; scope + non-goals)
  2. Rollout plan (phases, eligibility, flags, sequencing, kill switch, rollback)
  3. Quality plan (PQL) (tests/acceptance, “must be true”, known risks, sign-offs)
  4. Measurement + monitoring plan (success metrics, dashboards, alerts, owner)
  5. Comms + enablement plan (internal/external messaging, docs, support readiness)
  6. Launch day runbook (timeline, checkpoints, go/no-go criteria, escalation)
  7. Post-launch review plan (what we’ll learn, retro prompts, follow-ups)
  8. Risks / Open questions / Next steps (always included)

Templates: references/TEMPLATES.md Expanded guidance: references/WORKFLOW.md

Workflow (8 steps)

1) Intake + define “what does shipped mean?”

  • Inputs: User request; references/INTAKE.md.
  • Actions: Clarify the change, target users, ship date, DRI, constraints, and what “live” means (where/for whom).
  • Outputs: Release brief (draft).
  • Checks: You can state the release in one sentence: “We will ship to by via.”

2) Choose the ship strategy (small batches by default)

  • Inputs: Release brief; constraints; dependency map.
  • Actions: Decide: internal → beta → GA (or phased rollout), flag strategy, and how to keep changes small. Identify the smallest safe increments.
  • Outputs: Rollout plan (draft) + incremental release slices.
  • Checks: Each increment has a clear user-visible outcome and a rollback path.

3) Run the “maximally accelerated” forcing function

  • Inputs: Rollout plan (draft); slice list; blockers.
  • Actions: Ask: “If we had to ship tomorrow, what would we do?” Use this to identify critical path vs non-essential work. Convert into a realistic plan.
  • Outputs: Critical path list + cut/defer list + open questions.
  • Checks: Every blocker is categorized: remove, work around, accept risk, or change scope.

4) Define the Product Quality List (PQL) + acceptance bar

  • Inputs: Known risks; guardrails; product surface area.
  • Actions: Create/extend a PQL (tests, UX states, security/privacy, reliability, performance). Explicitly list “must be true” to ship.
  • Outputs: Quality plan (PQL) + go/no-go criteria (draft).
  • Checks: PQL items are measurable/verifiable, not vibes; owners are assigned.

5) Measurement, monitoring, rollback

  • Inputs: Success metrics/guardrails; rollout plan.
  • Actions: Define dashboards/queries, alert thresholds, and on-call/escalation. Write the rollback and “stop-the-line” triggers.
  • Outputs: Monitoring plan + rollback plan + launch runbook skeleton.
  • Checks: If the metric moves the wrong way, you know who acts, how fast, and what they do.

6) Comms + enablement (internal first)

  • Inputs: Release brief; target audiences; launch tier (minor/major).
  • Actions: Draft internal announcement, release notes, help docs updates, sales/support enablement, and external messaging (if any).
  • Outputs: Comms + enablement plan.
  • Checks: Every audience has: what changed, why it matters, what to do next, where to get help.

7) Go/No-go + launch execution

  • Inputs: Full pack draft; PQL; checklists.
  • Actions: Run a go/no-go review, finalize the runbook timeline, confirm roles, and ensure dependencies are ready.
  • Outputs: Final Shipping & Launch Pack (ready to execute).
  • Checks: references/CHECKLISTS.md passes with no open “stop-ship” items.

8) Post-launch review + iterate the system

  • Inputs: Launch outcomes; incident notes; feedback.
  • Actions: Run a short retro, capture learnings, update the PQL based on escapes, and define next iteration(s).
  • Outputs: Post-launch review notes + PQL updates + next steps.
  • Checks: At least 1 process improvement is identified and owners/dates are assigned.

Quality gate (required)

Examples

Example 1 (B2B SaaS release): “We’re launching role-based access control for admins next month. Create a Shipping & Launch Pack with a staged rollout, go/no-go criteria, and support enablement.” Expected: a phased rollout with clear eligibility, a PQL including permission edge cases, and a launch runbook + comms plan.

Example 2 (Consumer app iteration): “Ship ‘saved searches’ to 10% of users behind a flag next week; define monitoring and rollback triggers.” Expected: a small-batch rollout plan, dashboards/alerts tied to guardrails, and explicit stop-the-line thresholds.

Boundary example: “Decide what we should build this quarter.” Response: use prioritizing-roadmap (and/or defining-product-vision) first; then apply this skill to the chosen initiative’s release.

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

展示第三方安全扫描或审计结果

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

平台分布

Codex

36.25%
按下载量换算81

Claude

27.15%
按下载量换算61

Cursor

19.87%
按下载量换算45

Gemini CLI

9.79%
按下载量换算22

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

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

来源信息

继续浏览同类 Skills