Tag: github-api
Managing automated PR review cycles
This skill automates the entire PR review lifecycle, monitoring bot feedback, fetching inline comments, and guiding the developer through fixing real bugs and providing reasoned dismissals for speculative feedback. It ensures all bot commen…
Interactive PR comment resolution workflow
This skill systematically addresses all unresolved pull request review comments by fetching thread details via GitHub GraphQL API. It guides the user through reviewing the issue, researching documentation, and applying local code fixes or r…
Automates PR polishing to merge-ready status
This skill iteratively runs PR review and address actions, ensuring the pull request meets strict mergeability criteria. It continues until there are zero new findings, all threads are resolved, CI is stable, and two consecutive quiet polls…
Generates expert-reviewed GitHub release notes
This skill analyzes all PRs merged between two version tags, cross-referencing linked issues and PR metadata. It classifies changes and dispatches specialized agents to assess breaking changes, producing a polished, publication-ready GitHub…
Automated GitHub issue triage and SLA reporting
This skill generates a comprehensive, prioritized triage report for open GitHub issues, evaluating SLA compliance against defined tiers. It classifies issues, identifies critical candidates, and includes a mandatory safety scan for untruste…
Automated PR Review and Comment Resolution Loop
This skill automates the entire PR lifecycle, starting with an initial code review and fixing findings, followed by committing and creating the PR. It then enters an iterative loop, fetching and automatically addressing all code review comm…
OpenClaw Release CI Validation Orchestrator
This skill orchestrates comprehensive release validation for OpenClaw, managing full CI matrices, provider secret preflights, and live gate checks. It provides structured workflows for debugging failures and ensuring controlled, auditable r…
Manage OpenClaw GHSA Security Advisories
This skill manages the end-to-end lifecycle of OpenClaw GHSA security advisories. It allows developers to inspect, patch, validate, and publish advisories by interacting with the GitHub API, ensuring adherence to specific publishing guardra…
Automated Release Notes and Version Tagging
Automates release note generation by analysing merged pull requests and manages version tagging or release PR creation.
triage github codeql security scanning alerts
This skill automates the process of triaging CodeQL security findings by interacting with the GitHub Code Scanning API via the `gh` CLI. It allows developers to list, inspect, and manually dismiss alerts with specific reasons, such as false…
GitHub Gist Management MCP Server
An MCP server providing programmatic access to GitHub Gists for creating, retrieving, and managing public or secret snippets. It enables operations such as listing, starring, and updating file contents using a GitHub token.
GitHub Repository Information Agent
An agent that retrieves and presents key statistics for specified GitHub repositories, including stars, forks, language, and recent activity.