一键导入
validate-changes
Run full validation — build, test, and lint — to verify changes before pushing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run full validation — build, test, and lint — to verify changes before pushing
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Set up a separate polling loop for the Group PM with message pruning and wake/sleep management
Return to the standby branch and prepare for the next task
Prepare a beta prerelease by analyzing commits since the last tag, classifying changes, proposing version + release notes, and opening a version bump PR for the preview channel
Prepare a new release by analyzing commits since the last tag, classifying changes, proposing version + release notes, and opening a version bump PR
Build the project using the configured build command
Create a pull request for the current branch using the project's configured source control provider
| name | validate-changes |
| description | Run full validation — build, test, and lint — to verify changes before pushing |
Run the full validation pipeline to ensure your changes are ready to push.
npm run build
npm test
npm run lint
If any step fails, fix the issues and re-run the full pipeline. Do not proceed until all steps pass.