github▌
97 indexed skills · max 10 per page
github-actions-workflow
aj-geddes/useful-ai-prompts · Productivity
Create powerful GitHub Actions workflows to automate testing, building, security scanning, and deployment processes directly from your GitHub repository.
github-ops
daymade/claude-code-skills · Productivity
This skill provides comprehensive guidance for GitHub operations using the gh CLI tool and GitHub REST/GraphQL APIs. Use this skill when performing any GitHub-related tasks including pull request management, issue tracking, repository operations, workflow automation, and API interactions.
github-issue-creator
google-gemini/gemini-cli · Productivity
This skill guides the creation of high-quality GitHub issues that adhere to the repository's standards and use the appropriate templates.
github-actions
bobmatnyc/claude-mpm-skills · Productivity
GitHub Actions is GitHub's native CI/CD platform for automating software workflows. Define workflows in YAML files to build, test, and deploy code directly from your repository with event-driven automation.
github-pr-review
fvadicamo/dev-agent-skills · Productivity
Resolve PR review comments with severity-based prioritization, fix application, and thread replies. \n \n Fetches inline comments and review bodies from GitHub, classifies by severity (CRITICAL > HIGH > MEDIUM > LOW), and displays a structured summary table before processing \n Parses CodeRabbit review sections (outside diff, duplicate, nitpick) and uses embedded \"Prompt for AI Agents\" context to understand issues and suggested fixes \n Applies fixes with user confirmation, commits functionall
github-actions
dalestudy/skills · Productivity
GitHub Actions workflow creation, security hardening, and version management for CI/CD pipelines. \n \n Covers workflow file authoring (.yml), action version updates via gh release view , and security best practices including secrets management and script injection prevention \n Enforces anti-patterns: outdated action versions, hardcoded credentials, input injection vulnerabilities, misuse of pull_request_target , and redundant tool setup \n Recommends minimal privilege principle, SHA pinning fo
skill-from-github
gbsoss/skill-from-masters · Productivity
Learn from quality GitHub projects to create custom agent skills. \n \n Guides you through searching GitHub for well-maintained projects (100+ stars, recent updates) that solve a specific problem, then presents top candidates for your review \n Walks through a structured deep-dive process: reading READMEs, examining core source files, extracting algorithms and patterns, and identifying best practices \n Encodes learned knowledge directly into a new skill via skill-creator, rather than simply wra
git-city-3d-github-visualization
aradotso/trending-skills · Productivity
Skill by ara.so — Daily 2026 Skills collection.
github-triage
code-yeongyu/oh-my-opencode · Productivity
Read-only GitHub issue and PR analyzer that spawns parallel background tasks for evidence-backed triage reports. \n \n Fetches all open issues and PRs, classifies each by type (bug, feature, question, etc.), and spawns one quick background subagent per item for parallel analysis \n Every factual claim in reports requires a GitHub permalink to specific code lines or commits; unverifiable statements are marked [UNVERIFIED] and carry no weight \n Generates individual markdown reports to /tmp/{datet
github
steipete/clawdis · Productivity
GitHub repository operations via gh CLI for issues, PRs, CI runs, and API queries. \n \n Covers PR and issue workflows: list, create, view, comment, merge, and close operations \n Includes CI/workflow run inspection with log filtering, status checks, and failed job re-runs \n Supports structured JSON output with --jq filtering for programmatic data extraction and querying \n Requires gh CLI authentication (one-time setup via gh auth login ) and works best within git directories or with explicit