🎯

jira-cli

🎯Skill

from code-and-sorts/awesome-copilot-agents

VibeIndex|
What it does

jira-cli skill from code-and-sorts/awesome-copilot-agents

jira-cli

Installation

Install skill:
npx skills add https://github.com/code-and-sorts/awesome-copilot-agents --skill jira-cli
19
-
Last UpdatedJan 11, 2026

Skill Details

SKILL.md

Overview

#

Awesome Copilot Instructions

✨ A curated list of awesome GitHub instructions, prompt, skills and custom agent markdown files for enhancing your GitHub Copilot AI experience.

Awesome


πŸ“– Contribution Guide


Contents

  • [Why Copilot Instructions](#why-copilot-instructions)
  • [Instructions](#instructions)

- [Boilerplates & Templates](#boilerplates--templates)

- [Language & Stack](#language--stack)

- [Framework / Library](#framework--library)

- [Tools](#tools)

- [Workflows](#workflows)

  • [Prompts](#prompts)

- [AI Development Tasks](#ai-development-tasks)

  • [Custom Agents](#custom-agents)

- [AI Development Mode](#ai-development-mode)

  • [Agent Skills](#agent-skills)
  • [How to Use](#how-to-use)

Why Copilot Instructions

copilot-instructions.md and *.instructions.md files help guide GitHub Copilot by providing contextual details about your repository such as the type of workflow your team follows, tools and other project specific details such as coding style, frameworks used or project specific rules.

Tip: Learn more about Copilot Instructions in the [VS Code documentation](https://code.visualstudio.com/docs/copilot/copilot-customization).

Instructions

Instructions provides Copilot with repository-specific context, such as coding standards, frameworks, or workflows, to improve code suggestions.

Boilerplates & Templates

#### Templates

  • [General Language](https://github.com/Code-and-Sorts/awesome-copilot-agents/tree/main/instructions/boilerplate-and-templates/standard-language.instructions.md) - Standard language template to build instruction files.

#### Boilerplate

  • [Standard IaC Tools Boilerplate](https://github.com/Code-and-Sorts/awesome-copilot-agents/tree/main/instructions/boilerplate-and-templates/standard-iac-tools.instructions.md) - Standard tool boilerplate for infrastructure-as-code tools.

Language & Stack

#### C

  • [Standard Focus](https://github.com/Code-and-Sorts/awesome-copilot-agents/tree/main/instructions/languages/c/c.instructions.md) - System libraries, CLI tools, and embedded applications with POSIX/GNU libc.

#### C-Sharp

  • [Standard Focus](https://github.com/Code-and-Sorts/awesome-copilot-agents/tree/main/instructions/languages/csharp/csharp.instructions.md) - .NET applications with modern C# patterns and best practices.

#### C++

  • [Standard Focus](https://github.com/Code-and-Sorts/awesome-copilot-agents/tree/main/instructions/languages/cplusplus/cplusplus.instructions.md) - Modern C++ development with STL, RAII, and performance optimization.

#### Go

  • [Standard Focus](https://github.com/Code-and-Sorts/awesome-copilot-agents/tree/main/instructions/languages/go/go.instructions.md) - Go for microservices, CLI tools, and concurrent applications.

#### Java

  • [Standard Focus](https://github.com/Code-and-Sorts/awesome-copilot-agents/tree/main/instructions/languages/java/java.instructions.md) - Enterprise Java development with Spring framework and modern patterns.

#### JavaScript

  • [Standard Focus](https://github.com/Code-and-Sorts/awesome-copilot-agents/tree/main/instructions/languages/javascript/javascript.instructions.md) - Modern JavaScript with ES6+, Node.js, and browser development.

#### Kotlin

  • [Standard Focus](https://github.com/Code-and-Sorts/awesome-copilot-agents/tree/main/instructions/languages/kotlin/kotlin.instructions.md) - Kotlin for Android development and multi-platform projects.

#### Lua

  • [Standard Focus](https://github.com/Code-and-Sorts/awesome-copilot-ag