AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Zoo Rebase

skill-andreyvit-zoo-zoo-rebase · by andreyvit

Rebase completed trackable Zoo workflow changes onto the upstream branch, resolve conflicts, rerun validation when incoming changes could affect tests, write a Bureau rebase report, and decide whether the repo is safe to push. Use automatically during Zoo Heavy, Zoo Lite, Zoo Zero, and other Zoo workflow closeout after all docs updates and commits are finished but before the final report; also us…

No reviews yet
0 installs
33 views
0.0% view→install

Install

$ agentstack add skill-andreyvit-zoo-zoo-rebase

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-andreyvit-zoo-zoo-rebase)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Zoo Rebase? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Zoo Rebase

Read and follow .zoo/zoo.md if it exists. Read and follow .zoo/rebase.md if it exists.

Use this after all trackable Zoo workflow changes outside ignored task roots are committed and before zoo-report or zoo-push.

When invoked from final Zoo workflow closeout, .zoo/task-finish.md must be read first. Its instructions take priority over this skill, including instructions to skip or replace zoo-rebase.

If a task root such as .tasks/, _tasks/, or a repo-specific alternate is ignored by git, files under that root are not Zoo workflow changes for rebase or push-safety gates. Never stage, force-add, commit, or push them to satisfy cleanliness checks, including additions, modifications, or deletions of paths that were already tracked.

Workflow

  1. Verify closeout prerequisites:
  • All trackable changes from the Zoo workflow outside ignored task roots are committed.
  • Any remaining uncommitted changes are fully pre-existing and unrelated. Do not stash, edit, or discard unrelated work.
  • There is an upstream branch. If not, write a rebase report that says push safety is unknown and stop.
  1. Open a Bureau report with suffix rebase. Record:
  • starting branch, upstream, HEAD, upstream commit, and git status
  • commands run
  • incoming commits and changed files, if any
  • conflicts encountered and resolutions made
  • validation decision and commands run
  • final git status
  • Rebase result: clean|not clean
  • Safe to push: yes|no|unknown
  1. Run git pull --rebase.
  2. If conflicts occur:
  • Inspect every conflicted file and resolve conflicts directly when the correct integration is clear.
  • Preserve both incoming intent and this workflow's intent; do not blindly prefer either side.
  • Continue the rebase after resolving conflicts.
  • If the correct resolution is unclear, write the report, mark Rebase result: not clean, and stop.
  1. Decide whether validation is required:
  • Validation is required when incoming changes exist and may affect tests.
  • Validation is required when conflicts were resolved in files that may affect tests.
  • Treat everything as test-affecting except clearly non-executable docs, README files, changelogs, .zoo/, .codex/skills/, .claude/skills/, _ai/, or other AI instruction-only updates.
  • When uncertain, rerun validation.
  1. If validation is required, rerun the tests and validation that prove the completed Zoo task. Use the workflow's latest final-state validation reports and .zoo/testing.md to choose commands. If no narrower command is defensible, use the repo's broad quick validation.
  2. If validation fails, investigate before deciding ownership:
  • If recent incoming commits are definitely broken independently of this workflow, record diagnostics and propose a fix approach. Do not fix incoming commits.
  • If this workflow's changes are broken because of incoming commits, route the fix back into the current workflow: in Zoo Heavy or Zoo Lite, add a real subtask for fixing the broken tests and continue the workflow; outside Heavy/Lite, use Zoo Zero to fix this workflow's changes.
  • Mark Rebase result: not clean until the routed fix and validation complete.
  1. If no validation was required, or required validation passed, mark Rebase result: clean.
  2. Report whether the repo is safe to push:
  • yes when rebase is clean and git status has no trackable Zoo workflow changes outside ignored task roots left uncommitted
  • no when validation failed, conflicts remain unresolved, or trackable workflow changes outside ignored task roots are uncommitted
  • unknown when upstream is missing or unrelated dirty work prevents a reliable rebase

Clean Definition

The rebase is clean when no validation run was necessary, or all required validation passed after the rebase. A clean rebase is required before zoo-push may publish changes.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.