什么是 push?
在一个原子工作流程中进行测试、提交和推送。运行 Go 和 Python 测试,使用常规消息提交,推送到当前分支。 来源:boshu2/agentops。
在一个原子工作流程中进行测试、提交和推送。运行 Go 和 Python 测试,使用常规消息提交,推送到当前分支。
通过命令行快速安装 push AI 技能到你的开发环境
来源:boshu2/agentops。
Atomic test-commit-push workflow. Catches failures before they reach the remote.
If ANY test fails: STOP. Fix the failures before continuing. Do not commit broken code.
Stage only the files relevant to the current work. Do NOT use git add -A unless the user explicitly requests it. Review untracked files and skip anything that looks like secrets, temp files, or build artifacts.
在一个原子工作流程中进行测试、提交和推送。运行 Go 和 Python 测试,使用常规消息提交,推送到当前分支。 来源:boshu2/agentops。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/boshu2/agentops --skill push在一个原子工作流程中进行测试、提交和推送。运行 Go 和 Python 测试,使用常规消息提交,推送到当前分支。 来源:boshu2/agentops。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/boshu2/agentops --skill push 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/boshu2/agentops