deployment
Deployment workflow for password generator web applications. Use when deploying, configuring CI/CD, or preparing the application for production.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Deployment workflow for password generator web applications. Use when deploying, configuring CI/CD, or preparing the application for production.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Security validation for password generator applications. Use when reviewing or implementing security measures for password handling.
Guide for testing password generator functionality. Use when creating or running unit tests for password generation, validation, or strength checking.
Comprehensive security validation for password generator applications. Use when auditing, implementing, or reviewing security measures for password handling and generation.
Comprehensive testing workflow for password generator applications. Use when creating, running, or debugging tests for password generation functionality.
| name | deployment |
| description | Deployment workflow for password generator web applications. Use when deploying, configuring CI/CD, or preparing the application for production. |
| license | MIT |
Use this skill when deploying the password generator application, setting up CI/CD pipelines, or preparing for production release.
Build Verification
npm run build
npm test
npm run lint
Security Audit
npm audit --audit-level=moderate
Performance Check
Password generators are client-side only - use static hosting:
npm run build
npx gh-pages -d dist
Connect repository and configure:
npm run builddistSee deploy script for automated verification.