| title | GitHub Copilot Prompts | ||||||
|---|---|---|---|---|---|---|---|
| description | Coaching and guidance prompts for specific development tasks that provide step-by-step assistance and context-aware support | ||||||
| author | Edge AI Team | ||||||
| ms.date | 2026-03-11 | ||||||
| ms.topic | hub-page | ||||||
| estimated_reading_time | 3 | ||||||
| keywords |
|
This directory contains coaching and guidance prompts designed to provide step-by-step assistance for specific development tasks. Unlike instructions that focus on systematic implementation, prompts offer educational guidance and context-aware coaching to help you learn and apply best practices. Prompts are organized by workflow focus areas: onboarding & planning, source control & commit quality, Azure DevOps integration, development tools, documentation & process, and prompt engineering.
Prompts can be invoked in GitHub Copilot Chat using /prompt-name syntax (e.g., /task-research, /git-commit). They provide:
- Educational Guidance: Step-by-step coaching approach
- Context-Aware Assistance: Project-specific guidance and examples
- Best Practices: Established patterns and conventions
- Interactive Support: Conversational assistance for complex tasks
- Task Research - Initiates research for task implementation based on user requirements and conversation context (use
/task-research <topic>to invoke) - Task Plan - Creates implementation plans from research documents (use
/task-planto invoke) - Task Implement - Executes implementation plans with tracking and stop controls (use
/task-implementto invoke)
- Git Commit (Stage + Commit) - Stages all changes and creates a Conventional Commit automatically
- Git Commit Message Generator - Generates a compliant commit message for currently staged changes
- Git Merge - Git merge, rebase, and rebase --onto workflows with conflict handling
- Git Setup - Verification-first Git configuration assistant
- ADO Get My Work Items - Retrieves user's work items and organizes into planning files
- ADO Process My Work Items for Task Planning - Processes planning files for task planning with repository context enrichment
Note: For comprehensive work item task planning, use the two-step workflow: First run
ado-get-my-work-itemsto retrieve and organize work items into planning files, thenado-process-my-work-items-for-task-planningto enrich with repository context and generate task planning handoffs.
- ADO Create Pull Request - Creates Azure DevOps PRs with work item discovery and reviewer identification
- ADO Get Build Info - Retrieves Azure DevOps build information for PRs or specific builds
- GitHub Add Issue - Create GitHub issues with proper formatting and labels
Jira workflow support is available through dedicated prompts in this directory. GitLab support is currently exposed through the local GitLab skill for merge request and pipeline workflows.
- Jira Discover Issues - Discover Jira issues from documents, assigned work, or JQL searches and create planning files when needed
- Jira Triage Issues - Triage Jira issues with bounded JQL, duplicate checks, and controlled execution
- Jira Execute Backlog - Execute a reviewed Jira handoff by creating, updating, transitioning, and commenting on issues
- Jira Skill - Configure local Jira access and use the underlying CLI commands directly when prompt orchestration is not needed
- GitLab Skill - Inspect merge requests, comments, pipelines, jobs, and logs for GitLab-hosted delivery workflows
- Security Review - OWASP vulnerability assessment against the current codebase with configurable mode, scope, and skill selection
- Security Review - Web - OWASP Top 10 web vulnerability assessment without codebase profiling (target-skill fast-path)
- Security Review - LLM - OWASP LLM and Agentic vulnerability assessments with codebase profiling for context
- Incident Response - Incident response workflow for Azure operations with triage, diagnostics, mitigation, and RCA phases
- Risk Register - Generate qualitative risk assessment with P×I matrix and mitigation plans
- Pull Request - PR description and review assistance
- Prompts (this directory): Coaching and educational guidance for learning
- Instructions: Systematic implementation and automation
- Agents: Specialized AI assistance with enhanced capabilities
- Researching a complex task? Use
/task-research <topic>to investigate with Task Research - Planning implementation? Use
/task-planwith a research file to create actionable plans with Task Plan - Executing a plan? Use
/task-implementto execute plans with Task Implement - Committing changes? Use Git Commit Message Generator or Git Commit
- Handling merge conflicts? Use Git Merge
- Setting up Git? Use Git Setup
- Tracking your work? Run ADO Get My Work Items then ADO Process My Work Items for Task Planning
- Creating Azure DevOps PRs? Use ADO Create Pull Request
- Checking build status? Use ADO Get Build Info
- Creating GitHub issues? Use GitHub Add Issue
- Working on PRs? Use Pull Request
- Responding to Azure incidents? Use Incident Response
- Managing Jira work? Use Jira Discover Issues, Jira Triage Issues, or Jira Execute Backlog
- Need GitLab delivery context? Review the GitLab Skill for setup and command guidance
- Running a security review? Use Security Review for full OWASP assessment
- Contributing Guide - Complete guide to contributing to the project
- Instructions - Comprehensive guidance files for development standards
- Agents - Specialized AI assistance with enhanced capabilities
🤖 Crafted with precision by ✨Copilot following brilliant human instruction, then carefully refined by our team of discerning human reviewers.