Loading...
Loading...
Pre-flight before creating a pull request: run `greptile review` on the committed branch, VERIFY the review actually matches this branch's diff, triage its findings, apply safe fixes (propose risky ones), and only then `gh pr create`. Runs in repos where greptile is configured. Trigger ONLY on explicit PR-creation intent: "crea el PR", "create the PR", "abrí el PR", "open a PR", or immediately before a `gh pr create`. Do NOT fire on a bare commit.
npx skill4agent add alejandro-cedeno-10/agentic-sdd-kit pre-pr-greptilecli-review--json--agentgreploopghcli-reviewgit rev-parse --show-toplevelcommand -v greptilegreptile whoami--fixgreploopgreptile logingreptile whoamigreptile loginredirect_uriexport GREPTILE_API_KEY=…echo "$GREPTILE_API_KEY" | greptile login --api-keycommand -v greptiletestingmaindevelopfeature|bugfix|hotfix/<ticket>-slug--no-gpg-sign--no-verifymaintestinggreptile review-b <base>greptile review -b <base> --jsonjq 'keys'greptile review -b <base> --agentgit diff <base>...HEAD --name-only.py/.ts/.vue/…sdd_gate- [x]SDD_HOOKS_DISABLED=1docs/.claude/openspec/--fixupgreptile review--resumegh auth statusgh auth switch --user <correct-account>gh pr creategit pushgh pr create --base <base>--no-verifyStoptest_gategreptile whoami # auth check (never `greptile login` from a wrapped shell)
greptile review -b testing --json # primary: machine-readable, explicit base
greptile review -b testing --agent # fallback: plain text for agents
git diff testing...HEAD --name-only # the diff the review MUST match (step 4)
greptile review show <id> # reopen a past review
gh auth switch --user <account> # fix account drift before push / gh pr create