Test Publish Check
VerifiedTest Publish Check — devops & infrastructure tool. Supports Pre-publish quality checker for code, deployment, versioning, launch review.
$ Add to .claude/skills/ About This Skill
Content available in Chinese
# Test & Publish Checker
发布前的最后一道防线。帮你检查代码质量、API状态、部署配置、版本号、上线清单,确保万无一失。
Commands
- `code` — 代码质量检查清单(代码审查、lint、测试覆盖率、安全扫描)
- `api` — API发布检查(端点测试、认证、限流、文档、版本兼容)
- `deploy` — 部署检查清单(环境变量、数据库迁移、CDN、DNS、SSL)
- `version` — 版本管理指南(语义化版本、CHANGELOG、Git Tag、Release Notes)
- `launch` — 上线日检查清单(回滚方案、监控、告警、灰度、公告)
- `regression` — 回归测试计划(核心流程、边界条件、兼容性、性能基准)
Usage Examples
```bash # 检查代码是否准备好发布 test-publish-check code "React电商项目"
# API上线前检查 test-publish-check api "用户认证API v2.0"
# 完整上线日清单 test-publish-check launch "新版本 v3.2.0" ```
- 发布前至少过一遍 `launch` 清单 — 90%的线上事故可以避免
- 版本号遵循 SemVer — MAJOR.MINOR.PATCH,不要乱来
- 永远有回滚方案 — 没有回滚方案=裸奔上线
- 灰度发布 — 先1%用户,再10%,再100%
- 凌晨发布不如工作日上午发布 — 出问题有人能响应
About
Part of the BytesAgain productivity toolkit. Visit bytesagain.com for more tools. --- 💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com
Use Cases
- Run pre-publish quality checks before deploying code to production
- Validate versioning and changelog completeness before a release
- Check deployment configurations and environment readiness
- Perform launch review checklists to catch common release issues
- Audit code quality metrics before publishing packages or applications
Pros & Cons
Pros
- +Addresses the critical pre-publish gap between development and deployment
- +Covers multiple dimensions — code quality, versioning, and deployment readiness
- +Bilingual support with Chinese and English descriptions
Cons
- -Minimal description — unclear what specific checks are performed
- -No embedded checklists or automation scripts
FAQ
What does Test Publish Check do?
What platforms support Test Publish Check?
What are the use cases for Test Publish Check?
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.
Next Step
Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.