Tag: github-actions

Type: All Skills Tools
skill ★ 18,765

Screenpipe Monorepo Release Automation

Automates version bumping, committing, and triggering GitHub Actions for the Screenpipe monorepo components, including the desktop app, CLI, and MCP. It facilitates monitoring build status and managing the transition from draft to published…

screenpipe/screenpipe monorepo release-automation github-actions ci-cd
skill ★ 1,010

Automated git workflows for development delivery

This skill formalises complex, multi-step git delivery workflows, allowing agents to execute structured processes like conventional commits, safe PR creation, and release note generation. It also facilitates isolated worktree analysis and f…

TencentCloudBase/CloudBase-MCP git workflow commits pr
tool

Automated Semantic Version Release Manager

This tool analyzes git commits since the last tag, categorizing changes into features, fixes, and breaking changes to recommend a semantic version bump. It then uses the GitHub MCP to automatically trigger the release pull request workflow.

StacklokLabs/toolhive git release semver version-bump
skill ★ 23

Triage, review, and merge open pull requests

This skill automates the end-to-end management of open pull requests. It assesses merge readiness by running security gates, checking CI status, managing required Opus reviews, and merging eligible changes while flagging release candidates …

markmhendrickson/neotoma pr-triage github-actions merge-requests security-checks
skill

Automating monorepo component releases and publishing

This skill automates the complex release cycle for a monorepo, managing version bumping across multiple components (App, CLI, MCP). It orchestrates GitHub Actions workflows to build, test, and optionally publish artifacts for all integrated…

mediar-ai/screenpipe monorepo release-management ci-cd version-bumping
skill ★ 158

Reliable release tag resolution in workflows

This skill provides robust methods for recovering annotated release tags or version numbers when a GitHub workflow is triggered via workflow_run. It advises developers on using git tag lookups against the head SHA to ensure accurate version…

sbroenne/mcp-server-excel github-actions workflow-run tag-resolution git-api
skill ★ 158

Upgrading GitHub Actions to Node 24

Provides a methodology for upgrading GitHub Actions references from deprecated Node 20 runtimes to Node 24 using the smallest safe major version bumps. It includes patterns for verifying runtime compatibility and inspecting composite action…

sbroenne/mcp-server-excel github-actions node-js dependency-updates devops
skill ★ 372,633

OpenClaw Testing and CI Validation

This skill enables targeted testing and CI validation by identifying the smallest necessary verification path for code changes. It provides procedures for running Vitest suites and managing remote proofs via Crabbox, minimising unnecessary …

openclaw/openclaw testing ci-cd vitest github-actions
skill ★ 3,020

Automated release branch and changelog creation

Automates the creation of release branches by calculating the next semantic version, generating a formatted CHANGELOG.md from git history, and opening a pull request.

grafana/mcp-grafana git semver changelog github-actions
skill

Automated Git Delivery and Workflow Management

Automates git delivery processes including conventional commits, pull request creation, and release note generation. It also provides automated triage and fixes for failed GitHub Actions using isolated worktrees.

TencentCloudBase/CloudBase-AI-ToolKit git-workflows github-actions devops automation
tool ★ 2

GitHub Actions Management via MCP

Manage GitHub Actions workflows, runs, and CI/CD pipelines via the Model Context Protocol. It provides capabilities to inspect logs, re-run failed jobs, and trigger workflow dispatches.

ofershap/mcp-server-github-actions github-actions mcp ci-cd automation
skill ★ 1,806

Automated Flaky Test Detection and Resolution

This skill analyses GitHub Actions failures to identify, rank, and investigate flaky tests. It employs parallel agents to determine root causes and propose remediation strategies.

Stacklok/toolhive flaky-tests github-actions test-automation ci-cd
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