Loading...
Loading...
Test, commit, and push in one atomic workflow. Runs Go and Python tests, commits with conventional message, pushes to current branch.
npx skill4agent add boshu2/agentops pushgo.modcli/go.modrequirements.txtpyproject.tomlsetup.py.shcd cli && go vet ./...
cd cli && go test ./... -count=1 -shortpython -m pytest --tb=short -qshellcheck <modified .sh files>git add <specific files>git add -Atype(scope): descriptionfeatfixrefactordocstestchorestyleperfgit commit -m "<message>"git pull --rebase origin $(git branch --show-current)git push origin $(git branch --show-current)mainmaster.env**credentials**secret**.key*.pemgit pull --rebase