github▌
97 indexed skills · max 10 per page
github-pr-merge
fvadicamo/dev-agent-skills · Productivity
Merges Pull Requests after validating pre-merge checklist and handling post-merge cleanup.
github-actions-templates
wshobson/agents · Productivity
Production-ready GitHub Actions workflow templates for testing, building, and deploying applications. \n \n Includes four core workflow patterns: testing with matrix builds, Docker image building and pushing, Kubernetes deployment, and multi-OS/multi-version matrix builds \n Covers security scanning with Trivy and Snyk, reusable workflows for DRY CI/CD, and deployment approvals with environment protection rules \n Provides best practices including dependency caching, secret management, specific
suggest-awesome-github-copilot-prompts
github/awesome-copilot · Productivity
Analyze current repository context and suggest relevant prompt files from the GitHub awesome-copilot repository that are not already available in this repository.
github
membranedev/application-skills · Productivity
GitHub is a web-based platform for version control and collaboration using Git. Developers use it to host, review, and manage code, as well as to track and resolve issues.
github-issues
github/awesome-copilot · Productivity
Create, update, and manage GitHub issues with full workflow support including types, labels, assignees, and dependencies. \n \n Supports issue creation with type categorization (Bug, Feature, Task, etc.), labels, assignees, and milestones via gh api REST calls \n Read operations via MCP tools for fetching issue details, comments, labels, and cross-repository search \n Handles issue updates (title, body, state, labels, assignees) and includes templates for bug reports, feature requests, and tasks
github-issue-triage
code-yeongyu/oh-my-opencode · Productivity
Automated GitHub issue triage with real-time streaming analysis and background task parallelization. \n \n Launches one independent background task per issue for concurrent analysis, eliminating sequential bottlenecks \n Streams results in real-time as each task completes, providing immediate visibility into critical issues and recommended actions \n Categorizes issues by type (bug, feature, question, invalid) and status (resolved, needs action, can close, needs info) with priority flagging for
github
callstackincubator/agent-skills · Productivity
GitHub workflow automation via gh CLI for pull requests, stacked PRs, and repository management. \n \n Provides stacked PR merge workflow: squash-merge the first PR, then rebase and update base branch for each subsequent PR in the chain \n Includes conflict detection and manual resolution prompts to prevent silent failures during multi-PR merges \n Covers core gh CLI operations: PR creation, status checks, squash/rebase merging, and branch management \n Optimized for low context usage by relying