← ClaudeAtlas

pushlisted

Execute git push on the current branch after confirmation. Git-only. Use when pushing changes or invoking /push.
tibursocampos/agent-dev-toolkit · ★ 0 · AI & Automation · score 72
Install: claude install-skill tibursocampos/agent-dev-toolkit
## STOP - Read before ANY tool call 1. Read `{{GUARDRAILS_PATH}}` 2. Read `{{TOOLKIT_ROOT}}/skills/_shared/sdd-artifacts/SESSION.md`; load session-state for `$Cwd` 3. If the relevant gate is not approved: **STOP** - ask user **(pt-BR)** - do **NOT** Write/Shell 4. SDD/develop skills: after **ONE** step/task, **STOP** session - handoff only 5. This skill body is **English**; user-facing prompts may be **(pt-BR)** ### Step -1 - Gate check (report in chat before continuing) ``` Gate check: [ ] guardrails.mdc read [ ] SESSION.md read; session-state loaded [ ] PIPELINE.md read (SDD skills only) [ ] User confirmed current action (sim) -> If any unchecked: STOP ``` --- # Skill: push ## Trigger Use for `/push`, `push changes`, or `/push`. ## Outcome Current branch pushed to `origin` with upstream set when needed. No force-push on protected branches. ## Lazy-load | When | Path (after `scripts/sync-cursor.ps1`) | |------|----------------------------------------| | Branch rules | `{{TOOLKIT_ROOT}}/rules/branch-validation.mdc` | | Commit flow | `{{TOOLKIT_ROOT}}/skills/_shared/developer-common/step-4-commits-pr.md` | ## Process ### Caveman Mode **NEVER** - This skill ignores `caveman_mode`. Use clear prose always. Do not load `CAVEMAN.md` for chat compression. Commit/PR text stays normal English. ### -1. Re-check guardrails and session If missing, ask user (pt-BR): ```text Antes do push, confirme: - guardrails.mdc lido - SESSION.md carregado Posso seguir? (sim / ajustar