一键导入
deploy-check
Run full pre-deployment validation for both frontend and backend
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run full pre-deployment validation for both frontend and backend
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Run local security checks (golangci-lint gosec, go vet) before pushing to catch issues before CI
Guided dependency upgrade workflow for Go or frontend packages with lockstep bumping and CI verification
Development discipline guardrails for Go and Angular work. Use when implementing features, fixing bugs, or writing validation code. Enforces validation-first development, research escalation after repeated failures, real data testing, and comprehensive failure reporting.
Scaffold a new PostgreSQL migration pair (up + down) with sequential numbering
Scaffold a new Angular standalone component following project conventions
| name | deploy-check |
| description | Run full pre-deployment validation for both frontend and backend |
| disable-model-invocation | true |
Run the complete validation checklist for both frontend and backend. Execute each step sequentially and stop on first failure.
npm run lintnpm test -- --watch=falsemise run lintmise run testReport results as a summary:
Deploy Check Results
────────────────────
Frontend lint: PASS / FAIL
Frontend tests: PASS / FAIL
Backend lint: PASS / FAIL
Backend tests: PASS / FAIL
────────────────────
Result: READY / NOT READY
If any step fails, show the error output and stop. Do not continue to subsequent steps after a failure.