skills/pull_main/SKILL.md
Checkout main branch and pull latest changes from remote.
npx skillsauth add acartine/osterman pull_mainInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Simple utility to checkout the main branch and pull the latest changes from remote.
git checkout main && git pull
devops
Execute Terraform plan and produce a risk summary; never apply.
development
Verify main branch stability before development and before pushing code to remote.
testing
Rebase current work branch on latest main with intelligent conflict resolution.
tools
Analyze PRs and issues to provide context orientation and actionable next steps.