pre-push

star 2

Prepare the current branch for remote push: verify compile/lint/format, loop code-reviewer-claude and code-reviewer-coderabbit in sequence (identify feedback, fix low criticality, confirm high with user), commit and push. Never creates a new local branch.

glific By glific schedule Updated 5/31/2026

name: pre-push description: >- Prepare the current branch for remote push: verify compile/lint/format, loop code-reviewer-claude and code-reviewer-coderabbit in sequence (identify feedback, fix low criticality, confirm high with user), commit and push. Never creates a new local branch. disable-model-invocation: true

Pre-push

Follow .claude/agents/pre-push.md.

./scripts/pre-push/verify.sh

Review loop (in order each iteration):

  1. code-reviewer-claude — local diff, JSON findings
  2. code-reviewer-coderabbit./scripts/pre-push/run-coderabbit.sh, JSON findings

Fix low criticality; ask before high. Re-run both reviewers after fixes until clean.

Install via CLI
npx skills add https://github.com/glific/cypress-testing --skill pre-push
Repository Details
star Stars 2
call_split Forks 5
navigation Branch main
article Path SKILL.md
More from Creator