workspace-git

Automates git status, diff, commit, log, stash, search and branch management for SwarmWS workspaces.

36|4|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/xg-gh-25/SwarmAI --skill workspace-git
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workspace-git
Source: https://github.com/xg-gh-25/SwarmAI/tree/main/backend/skills/s_workspace-git
Command: npx skills add https://github.com/xg-gh-25/SwarmAI --skill workspace-git

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

SwarmWS users often need reliable, auditable git-driven workflows to track, stage, and commit workspace changes across sessions. This Skill provides a focused set of git operations scoped to the SwarmWS workspace root to offer deterministic outputs that support reasoning and decision making.

Core Features & Use Cases

  • Status & Diff: view uncommitted changes and see diffs to reason about modifications.
  • Commit & History: stage specific files and create descriptive commits, with access to recent history.
  • Branching & Search: manage branches and search commit messages for traceability.
  • Use Case: maintain a clean SwarmWS workspace by recording daily changes in a structured, auditable way.

Quick Start

Ask me to run a git status at the SwarmWS workspace root to see pending changes.

Frequently Asked Questions about workspace-git

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track uncommitted workspace changes with git?

To track uncommitted workspace changes, you can run a git status and diff operation. This allows you to view pending modifications and reason about file changes before staging them for a commit.

What is the best way to automate git commits for a workspace?

Automating git commits for a workspace involves using structured commands to stage specific files and create descriptive commits. This provides a deterministic, auditable history of your workspace modifications across sessions.

Can I manage git branches and search commit history within a workspace?

Yes, you can manage git branches and search commit history within a workspace. This feature supports branch management and allows you to search commit messages for better traceability of workspace changes.

Does this git workflow require any external dependencies?

No external dependencies are required to run this git workflow. It operates directly within the SwarmWS workspace root using standard git operations to deliver deterministic outputs and safe staging guidance.

When should I use a structured git workflow for workspace version control?

You should use a structured git workflow for workspace version control when you need reliable, auditable tracking of daily changes. It is ideal for maintaining a clean workspace and recording modifications across different sessions.