Tag: automation

Type: All Skills Tools
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
skill ★ 184,429

Automated Pull Request Polishing Skill

This skill automates the iterative process of reviewing and addressing pull request feedback, CI failures, and unresolved threads until the PR is merge-ready. It continuously polls for stability to ensure no late-arriving bot comments or CI…

Significant-Gravitas/AutoGPT github pull-request automation ci-cd
skill ★ 184,429

Automated Pull Request Review Resolution

Automates the identification and resolution of GitHub Pull Request review comments by navigating GraphQL and REST API pagination. It implements a robust workflow to address inline threads and top-level reviews through a fix-commit-reply cyc…

Significant-Gravitas/AutoGPT github-automation pull-request code-review git-workflow
skill ★ 184,429

Agent Fleet Supervisor for Claude Code

A meta-agent supervisor designed to manage a fleet of Claude Code agents within individual tmux windows and worktrees. It automates agent spawning, monitors progress via checkpoints, and handles the lifecycle of worktrees and integration te…

Significant-Gravitas/AutoGPT agent-orchestration tmux multi-agent claude-code
tool

XcodeBuildMCP CLI for Apple Development

A command-line interface that abstracts xcodebuild, xcrun, and simctl to streamline Apple platform development workflows. It facilitates automated building, testing, debugging, and UI automation for iOS, macOS, and other Apple operating sys…

cameroncooke/xcodebuildmcp xcode apple-development cli automation
skill

Automated Project Change Proposal Generation

Automates the generation of complete change proposals by scaffolding directories and creating design, specification, and task artifacts in a single step. It manages artifact dependencies and follows structured templates using the openspec C…

gregario/onepiece-oracle project-management automation software-design specification-generation
skill ★ 3

Archive completed openspec changes

Finalises and archives completed changes within the openspec experimental workflow. The process includes verifying artifact and task completion, assessing delta spec synchronisation, and moving the change directory to a dated archive folder…

gregario/mtg-oracle openspec workflow-management archiving automation
skill ★ 28

Bulk Update Notion Database Pages

Perform safe, large-scale updates to Notion database properties using pagination, dry-run verification, and robust error recovery.

n24q02m/better-notion-mcp notion bulk-update database-management automation
skill ★ 17,110

Automated PR Review Feedback Resolution

An agentic skill that identifies, triages, and resolves unresolved GitHub pull request comments by applying code fixes and managing thread replies via the GitHub CLI and API.

pydantic/pydantic-ai github pr-management code-review automation
skill

Automated Change Proposal Generation

Automates the creation of comprehensive change proposals by scaffolding directories and sequentially generating design documents, specifications, and implementation tasks.

gregario/lorcana-oracle openspec automation software-design scaffolding
skill ★ 2

Archive completed openspec changes

Finalises and archives completed changes within the experimental workflow by verifying artifact completion, task status, and synchronising delta specs. It automates the movement of change directories to a dated archive folder after ensuring…

gregario/dnd-oracle openspec workflow-management archiving automation
skill ★ 1

Vibe Board Audit and Remediation Skill

Audits Firebase Firestore task boards for stale, orphaned, or duplicate tasks and identifies referential integrity issues. Automatically generates remediation tasks to maintain board hygiene and process compliance.

HuntsDesk/ve-kit firebase-firestore task-management audit mcp
skill ★ 1

Claude Agent Configuration Auditor

Automates the audit of .claude/agents/ markdown files to ensure accuracy, model assignment efficiency, and compliance with Anthropic best practices. The skill identifies stale references, merge/split candidates, and gap analysis opportuniti…

HuntsDesk/ve-kit agent-auditing claude-agents llm-ops configuration-audit
skill ★ 1

ve-kit project bootstrap protocol

An interactive protocol for setting up or upgrading projects within the ve-kit framework. It automates directory structure creation, rule generation, hook installation, and MCP server configuration.

HuntsDesk/ve-kit ve-kit project-setup automation mcp
tool ★ 8

WebPeel: Clean Web Content Extraction

Extracts clean, structured markdown from any URL while significantly reducing token usage for LLM agents. It handles JavaScript rendering, bot protection, and provides specialised extractors for platforms like YouTube and GitHub.

webpeel/webpeel web-scraping mcp llm content-extraction
skill ★ 100

Automated subproject release workflows

Automates the building and publishing of subprojects to PyPI and Docker Hub via GitHub Actions. It manages the release lifecycle for various Memgraph-related packages and integrations.

memgraph/ai-toolkit github-actions ci-cd pypi docker-hub
skill ★ 2,421

Google Workspace Tool Router

An orchestrator for managing Google Workspace services including Gmail, Drive, and Calendar via MCP or CLI. It provides tool routing, parameter guidance, and automated OAuth authentication workflows for developers.

taylorwilsdon/google_workspace_mcp google-workspace mcp automation google-api
skill ★ 1

Google Workspace Operations Tool Router

An orchestration layer for managing Google Workspace services via MCP or CLI. It provides unified tool routing and parameter guidance across Gmail, Drive, Calendar, and other core services.

HuntsDesk/ve-gws google-workspace mcp automation google-api
tool ★ 11

Unity Editor Remote Control Bridge

Provides a file-based IPC mechanism to remotely control the Unity Editor through a collection of 65 tools. It enables programmatic manipulation of scenes, game objects, assets, and scripts, as well as performance profiling and package manag…

butterlatte-zhang/unity-ai-bridge unity-editor ipc mcp game-development
tool ★ 8

Mureo: AI Ad Operations Control Plane

A local-first control plane for AI-driven advertising operations that provides a unified layer for strategy enforcement, security rules, and auditable decision logs. It extends existing ad-platform MCPs with standardised authentication and …

logly/mureo ad-ops mcp google-ads meta-ads
tool ★ 8

Mureo: AI Ad Operations Control Plane

A local-first control plane for managing AI-driven advertising operations across Google and Meta Ads. It provides an MCP server and CLI to enforce strategy, manage authentication, and maintain auditable decision logs.

logly/mureo ad-ops mcp google-ads meta-ads
skill ★ 26,383

Automated Pull Request Draft Generator

Automatically generates structured pull request drafts including branch suggestions, titles, and descriptions by analysing git diffs and commit history. It identifies change types and assesses backward compatibility risks based on modified …

openai/openai-agents-python git pull-request automation devops
skill ★ 26,383

Automated Python Example Runner

Automates the execution of Python examples using uv, providing background process management, detailed logging, and automated re-running of failed tests.

openai/openai-agents-python python automation uv testing