Skillquality 0.46

sheet-git

Use when a persisted `agent-sheet` workspace needs versioning, review-session workflow, or hosted/origin sync through `sheet-git`, rather than direct workbook editing.

Price
free
Protocol
skill
Verified
no

What it does

sheet-git

sheet-git is the Git-like control plane for persisted agent-sheet workspaces.

Use agent-sheet to create or edit workbook content. Use sheet-git after the workbook changes are already persisted and the task becomes versioning, review, or sync.

Use when

  • capturing persisted workbook changes into repo history
  • inspecting repo state, diff, history, or blame
  • creating or updating a review session
  • publishing a review session to hosted review
  • reading machine-readable review feedback
  • syncing local state with origin

Do not use when

  • the workbook still needs to be edited, attached, or persisted
  • the task is only about agent-sheet authoring workflows
  • you are about to invent Git-like commands that are not in the real command surface

Core model

  • local history is commit-based
  • local history is commit
  • local review attempt is review session
  • hosted thread reuse is decided by push review
  • local durable truth is only review session
  • there is no local approve command
  • hosted review is separate from origin materialization
  • recovery goes through the existing fetch / pull / push origin --resume surface
  • rebase origin is not part of the current command surface

Default flow

  1. Ensure workbook edits are already persisted in agent-sheet.
  2. Run sheet-git status.
  3. Stage with sheet-git stage --entry-id <id> or sheet-git stage --all.
  4. Inspect with sheet-git diff.
  5. Commit with sheet-git commit --message "...".
  6. Create a review session with sheet-git review create.

Common routes

Start from an existing hosted repo

  • sheet-git clone <owner>/<repo> --base-url <base-url>
  • sheet-git clone <host>/<owner>/<repo>
  • sheet-git clone <review-url>

Here {owner}/{repo} is the hosted review scope for this scenario. It does not need to be pre-created; if the scenario has no existing scope yet, choose stable values and reuse them consistently.

Publish for review

  • sheet-git push review <session>

Read review feedback

  • sheet-git review status <session>
  • sheet-git review comments <session>

Sync with origin

  • sheet-git fetch origin <entry-id>
  • sheet-git pull origin <session-or-entry-id>
  • sheet-git push origin <session>
  • sheet-git push origin --skip-review-check <session>
  • sheet-git push origin --resume <replay-run>

By default, sheet-git push origin <session> checks hosted approval before replaying. Use --skip-review-check only when you need the explicit bypass path.

Follow refusal output literally. If sheet-git tells you the next safe command, use that instead of improvising.

Primary commands

TaskCommand
initialize reposheet-git init
bind hosted review scopesheet-git remote add review [<base-url>] --owner <owner-id> --repo <repo-id>
inspect statesheet-git status
inspect diffsheet-git diff
stage changessheet-git stage --entry-id <id> / sheet-git stage --all
commitsheet-git commit --message "..."
inspect historysheet-git history [--limit <n>]
inspect one revisionsheet-git show [<commit-or-checkpoint>]
create review sessionsheet-git review create
inspect review session statesheet-git review status <session>
publish to hosted reviewsheet-git push review <session>
read review commentssheet-git review comments <session>
preview origin materializationsheet-git push origin --dry-run <session>
materialize to originsheet-git push origin <session>
bypass hosted review checksheet-git push origin --skip-review-check <session>
resume interrupted replaysheet-git push origin --resume <replay-run>
inspect remote-ahead statesheet-git fetch origin <entry-id>
pull remote changes locallysheet-git pull origin <session-or-entry-id>
bind an existing origin workbooksheet-git origin bind-existing <remote-workbook-id>
inspect one cellsheet-git blame --entry-id <id> --cell 'Sheet1!A1' [<commit-or-checkpoint>]

Naming discipline

  • the command is history, not log
  • the hosted handoff command is push review
  • use clone and remote add review as documented; do not invent alternate names
  • --owner / --repo define the hosted review scope for this scenario
  • if the scenario has no pre-existing hosted scope, pick stable values and keep reusing them
  • do not ask for or simulate rebase origin

References

Capabilities

skillsource-dream-numskill-sheet-gittopic-agent-skillstopic-claude-code-skillstopic-claude-skillstopic-clitopic-openai-codextopic-openclaw-skillstopic-skillstopic-spreadsheet

Install

Installnpx skills add dream-num/skills
Transportskills-sh
Protocolskill

Quality

0.46/ 1.00

deterministic score 0.46 from registry signals: · indexed on github topic:agent-skills · 11 github stars · SKILL.md body (4,763 chars)

Provenance

Indexed fromgithub
Enriched2026-04-25 01:02:32Z · deterministic:skill-github:v1 · v1
First seen2026-04-23
Last seen2026-04-25

Agent access

sheet-git — Clawmart · Clawmart