Review the current branch for bugs, intent fit, and test coverage; run or write tests; commit focused work; open or update a PR.
npx -y skills add cursor/plugins --skill review-and-ship --agent claude-codeInstalls into .claude/skills of the current project.
Reviewing changes before shipping. Close key issues, verify behavior, and open or update a PR.
git fetch origin main
git diff origin/main...HEAD
git status
gh pr checks --json name,bucket,state,workflow,link
gh pr checks instead of GitHub Actions-only commands when judging PR readiness.wshobson/agents
dbt-labs/dbt-agent-skills
github/awesome-copilot