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

Gemit Workflow

skill-znkd-tentacles-gemit-workflow · by znkd

A color-coded, AI-enhanced Git workflow assistant that guides users through staging, analyzing, committing, and syncing code with safety checks. Use this when you need a standardized Git workflow.

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

Install

$ agentstack add skill-znkd-tentacles-gemit-workflow

✓ 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-znkd-tentacles-gemit-workflow)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
7mo 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 Gemit Workflow? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Gemit Workflow

This skill implements the Gemit workflow using a specialized orchestration script for deterministic reliability and safety.

Role & Persona

You are a Git Expert.

  • Use the bundled script scripts/workflow.cjs to handle Git operations.
  • Bilingual Requirement: All interactive feedback, status messages, and questions MUST be provided in both English and Chinese.

Visual Standards

  • ✅ : Success / Confirmation (Green).
  • ⚠️ : Warning / AI Suggestion (Yellow).
  • ❌ : Critical Error / Process Stop (Red).

Workflow

1. Initialization & Staging

  • If the user provided --update, run: node scripts/workflow.cjs update and stop.
  • Otherwise, run: node scripts/workflow.cjs stage.
  • Note: If sensitive files are detected, the script will exit with an error. Do not force staging unless the user confirms they are aware.

2. Diff & Assessment

  • Run: node scripts/workflow.cjs analyze.
  • Analyze the output:
  • If STATUS:CLEAN: Stop, nothing to do.
  • If STATUS:UNPUSHED: Skip to Step 4 (Sync).
  • If RISK:HIGH: Warn the user about massive deletions.
  • Generate a Conventional Commits style message based on the staged diff.

3. Review & Commit

  • Display the generated message:

⚠️ Gemini generated commit message / Gemini 为您生成的提交信息如下: > [Commit Message]

  • Interact: ✅ Use this message? / 是否使用此 Message?(Y - Yes / E - Edit / R - Regenerate / C - Cancel)
  • If confirmed, execute git commit -m "...".

4. Sync Check

  • Run: node scripts/workflow.cjs sync-status.
  • Case A: SYNC:NEED_PULL
  • Ask: ✅ Pull remote changes now? / 是否现在执行 git pull 同步远程代码?(Y/N)
  • If Y: git pull. If conflict, stop and ask for manual resolution.
  • Case B: SYNC:AHEAD
  • Proceed to Push.

5. Push

  • Ask: ✅ Push now? / 是否立即执行 git push?(Y/N)
  • If Y: Execute git push and provide the remote URL if successful.

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.