Tag: pr-management
Generate structured changelog files from PR commits
This skill automatically generates structured changelog files for a given pull request by analysing commits against the main branch. It categorises changes (e.g., added, fixed, security) and formats the output to be highly user-facing, suit…
GitHub CLI for managing repositories and workflows
This utility provides a comprehensive command-line interface for interacting with GitHub resources. It allows developers to manage issues, pull requests, CI/CD runs, and execute direct API queries efficiently.
Programmatic access to GitHub resources
Provides comprehensive programmatic access to GitHub resources, enabling querying of issues, pull requests, CI status, releases, and organizational metadata via the dedicated gh CLI.
Local GitHub Issue and PR Archival Tool
This utility enables developers to query GitHub issues and PRs using local archives, prioritizing efficiency and freshness checks before making live API calls. It supports advanced operations including cluster analysis, thread retrieval, an…
Automated Pull Request Analysis and Repair
Automatically analyses open pull requests for CI failures, review feedback, and code quality issues, then executes a workflow to reproduce and resolve them.
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.