800 results for "github" (Page 6 / 27)
Showing 800 popular results. Full search includes tags and keywords.
Game engine skill from Awesome GitHub Copilot, providing specialized agents, prompts, and instructions for game development workflows with GitHub Copilot.
Generates complete TypeScript MCP server projects with tools, resources, prompts, and full configuration scaffolding.
Automates filling in web forms using Playwright MCP, navigating to target URLs and inputting specified data into form fields.
Reviews C#/.NET code for design pattern implementation including Command, Repository, Factory, and Observer patterns, and suggests architectural improvements.
Reviews code and performs refactoring according to predefined instructions and coding standards.
Provides JUnit 5 best practices for Java unit testing, covering project setup, test structure, assertions with AssertJ, parameterized tests, and mocking with Mockito.
Ensures Java types are documented with Javadoc comments following best practices, including summary descriptions, parameter tags, and proper formatting for public and protected members.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Ensures code contributions follow repository-specific guidelines by searching for CONTRIBUTING.md, README.md, issue templates, and PR templates before creating issues, branches, commits, or pull requests. Provides fallback best practices when no guidance is found.
Updates existing implementation plan files with new requirements while maintaining plan structure and traceability.
Lists your pull requests in the current GitHub repository, highlights PRs awaiting review, describes check failures, and suggests possible fixes.
Generates comprehensive .editorconfig files by analyzing project structure, detecting languages and frameworks, and applying best-practice formatting rules for consistent coding styles across editors.
Generates complete Python MCP server projects with tools, resources, prompts, and full configuration scaffolding.
Guides users through creating high-quality GitHub Copilot prompts with proper structure, context, and best practices.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Reviews codebases for Apple App Store optimizations or rejection reasons.
Lists issues assigned to you in the current GitHub repository and suggests which ones to focus on based on age, comment count, and status.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Creates Product Requirements Documents (PRDs) for new features based on an Epic.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Reviews AI prompts for safety, bias, security vulnerabilities, and effectiveness with improvement recommendations.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Generates production-ready Python code using the PowerPlatform-Dataverse-Client SDK with proper error handling, singleton client pattern, and retry logic with exponential backoff.
CLI interface for interacting with MCP (Model Context Protocol) servers. Provides commands to list available servers and tools, inspect tool JSON schemas, call tools with arguments, and search tools by name with glob patterns.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Converts Markdown files to HTML using marked.js, supporting various Markdown flavors and web templating systems with CLI and Node.js workflows.
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
GitHub Copilot SDK skill for building agentic applications with Copilot's agent runtime in Python, TypeScript, Go, or .NET, covering tool invocation, file edits, streaming responses, and MCP server connections
A community-curated collection of custom agents, prompts, instructions, and skills to enhance GitHub Copilot across different domains, languages, and use cases.
Refactors methods with high cognitive complexity by extracting helper methods and simplifying control flow.