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

paw-ps-publish-ready-checkpaw ps 发布准备检查

Agent Skill

paw-ps-publish-ready-check 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

474

周安装

19

GitHub Stars

25

下载量

154
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

skills.shnpx skills
npx skills add https://github.com/pawbytes/skill-suites --skill paw-ps-publish-ready-check

简介

paw-ps-publish-ready-check 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适用于 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态或协作事项进行整理。
  • 通过 npx skills add 命令从 pawbytes/skill-suites 仓库安装。
  • 使用前需检查权限范围、维护状态及是否涉及联网或文件读写。
  • 建议结合原始 SKILL.md 进一步核验具体功能和使用场景。

SKILL.md

Publish Ready Check

Overview

A rigorous quality evaluation workflow that determines whether a product meets the threshold for production, publication, or sale. This workflow protects the suite from overclaiming readiness by applying clear quality bars rather than superficial approval.

Args: Accepts --headless / -H for non-interactive execution.

Output: Readiness report (HTML), gap analysis, final verdict with fix list if applicable.


Pipeline

Stage 1: Load Bundle

Load ./references/01-load-bundle.md

Gather the packaged product bundle and locate all relevant standards and context files. Establish what type of product is being evaluated and which standards apply.

Progression: Proceed when product bundle is located and product type is identified.

Stage 2: Assess Quality

Load ./references/02-assess-quality.md

Apply quality standards systematically across all dimensions: functionality, completeness, clarity, usability, and documentation. Score each dimension against defined criteria.

Progression: Proceed when all quality dimensions have been assessed and scored.

Stage 3: Check Gaps

Load ./references/03-check-gaps.md

Identify what specifically blocks release. Classify gaps as critical (must fix), important (should fix), or minor (nice to have). Generate actionable fix list.

Progression: Proceed when all gaps are documented with severity classification.

Stage 4: Generate Verdict

Load ./references/04-generate-verdict.md

Make final determination: production-ready, publish-ready, sellable-ready, or not-ready. Apply the appropriate threshold based on the target readiness level.

Progression: Complete when verdict is issued and documented.


On Activation

  1. Determine the product workspace root: {project-root}/.pawbytes/prodig-suites/
  2. Identify active product from .pawbytes/prodig-suites/active-product.md if it exists
  3. If no active product and not in headless mode, prompt user to specify:

- Product slug (which product to evaluate) - Target readiness level (production / publish / sellable)

  1. Begin pipeline at Stage 1

Readiness Levels

LevelDefinitionQuality Bar
Production-readyComplete, functional, usable by intended audienceCore functionality works, documentation adequate, no critical bugs
Publish-readyFormatted, polished, ready for publication platformProduction-ready + professional presentation, platform requirements met
Sellable-readyComplete, polished, has all selling assetsPublish-ready + marketing assets, pricing, support materials

Hierarchy: Sellable-ready requires publish-ready, which requires production-ready.


Input Sources

SourceFile PathPurpose
Product Bundle.pawbytes/prodig-suites/products/{product-slug}/bundle/Packaged product files
Output Standards.pawbytes/prodig-suites/memory/paw-ps-sidecar/curated/output-standards.mdQuality criteria
Product Context.pawbytes/prodig-suites/products/{product-slug}/product-context.mdProduct type and requirements
Product Brief.pawbytes/prodig-suites/products/{product-slug}/product-brief.mdScope and promises
Product Decisions.pawbytes/prodig-suites/products/{product-slug}/product-decisions.mdPrior decisions

Minimum Requirement: Product bundle must exist. Standards may be loaded from references if not in workspace.


Output Structure

.pawbytes/prodig-suites/products/{product-slug}/
├── readiness-report.html         # Structured assessment (HTML)
├── readiness-report.md           # Plain text version
├── gap-analysis.md               # Detailed gap breakdown
├── fix-list.md                   # Actionable fixes (if not ready)
└── product-decisions.md          # Appended verdict

Daily log entry at:

.pawbytes/prodig-suites/memory/paw-ps-sidecar/daily/YYYY-MM-DD.md

Reference Lookup Protocol

  1. Read ./references/readiness-criteria.csv — lightweight index of criteria by product type
  2. Match product type to relevant criteria rows
  3. Apply matched criteria during Stage 2 assessment
  4. Reference full standards from ./references/frameworks/ only when needed

Output Contract

Every execution delivers:

  • Action type: Readiness evaluation
  • Verdict: production-ready / publish-ready / sellable-ready / not-ready
  • Files saved:

- readiness-report.html — Structured assessment - readiness-report.md — Plain text version - gap-analysis.md — Gap breakdown - fix-list.md — (If not ready) Actionable fixes

  • Recommendations: Next steps based on verdict
  • File saved to: .pawbytes/prodig-suites/products/{product-slug}/

Headless Mode

When invoked with --headless or -H:

  1. Attempt to read active product from .pawbytes/prodig-suites/active-product.md
  2. If not found, scan for most recently modified product workspace
  3. Default target readiness level to publish-ready unless specified via args
  4. Execute all stages without prompts
  5. Document any assumptions in the report
  6. Exit with status code:

- 0: Ready (verdict matches target) - 1: Not ready (gaps exist) - 2: Error (inputs missing)


Quality Gates

StageGate Condition
Load BundleProduct bundle located, product type identified
Assess QualityAll quality dimensions scored
Check GapsAll gaps documented with severity
Generate VerdictVerdict issued with justification

Non-Negotiables

This workflow must apply clear quality bars, not superficial approval:

  1. No rubber-stamping — Every verdict must be justified with evidence
  2. Gap visibility — All blocking issues documented, none hidden
  3. Honest assessment — Better to delay release than ship broken products
  4. User clarity — Fix list must be actionable and specific
  5. Standards matter — Apply the criteria, don't lower the bar

Escalation Routes

SignalRoutes ToWhy
Quality issues foundpaw-ps-agent-product-builderCoordinate fixes with specialists
Standards unclearpaw-ps-strategistClarify quality requirements
Multiple products to checkpaw-ps-agent-product-builderBatch coordination

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

34.48%
按下载量换算53

Claude

32.5%
按下载量换算50

Cursor

21.31%
按下载量换算33

Gemini CLI

9.57%
按下载量换算15

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

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

安装前确认

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

来源信息

继续浏览同类 Skills