# Checkpoint Skill 1. Run `go build ./...` abort if errors 2. Run `go test ./...` abort if failures 3. Run `go vet ./...` 4. Run `git add -A && git status` show user what will be committed 5. Ask user for commit message 6. Run `git commit -m ""` and verify with `git log -1`