Tag: git-worktree

Type: All Skills Tools
skill

Set up isolated git worktrees for development

This skill provisions a dedicated git worktree, ensuring parallel development environments are isolated from the main repository. It handles copying necessary environment files, installing dependencies via poetry and pnpm, and generating th…

Significant-Gravitas/Auto-GPT git-worktree development-setup environment-isolation backend-setup
skill

Automated Git Worktree Repository Setup

Automates the creation of a git worktree-based development layout including main, reviews, and multiple parallel work branches. It handles environment variable configuration, dependency installation via poetry and pnpm, and branchlet config…

Significant-Gravitas/Auto-GPT git-worktree repository-setup automation development-environment
skill

Automated Codebase Audit and Repair

Performs a comprehensive codebase review to identify security, logic, and quality issues, then automatically creates GitHub issues and submits fixes via isolated git worktrees.

TencentCloudBase/CloudBase-AI-ToolKit codebase-audit github-automation git-worktree security-audit
skill ★ 184,429

Automated Git Worktree Environment Setup

Automates the creation of Git worktrees for parallel development by configuring environment files, installing dependencies via Poetry and pnpm, and generating the Prisma client.

Significant-Gravitas/AutoGPT git-worktree automation devops git
skill ★ 184,429

Automated Git Worktree Repository Setup

This skill automates the initialisation of a multi-worktree development environment by setting up parallel branches, configuring environment files, and installing dependencies. It streamlines parallel development by managing separate worktr…

Significant-Gravitas/AutoGPT git-worktree repository-setup automation devops