prd by github | skilld

[Skip to main content](#main-content)

[skilld](https://skilld.dev/)

[Skills](https://skilld.dev/skills) [Collections](https://skilld.dev/collections)

[Sign in](https://skilld.dev/login)

[All skills](https://skilld.dev/skills)

[![github avatar](https://github.com/github.png?size=96)github/awesome-copilot repository](https://skilld.dev/gh/github/awesome-copilot)

# /prd

official

[github](https://skilld.dev/gh/github)/ [awesome-copilot](https://skilld.dev/gh/github/awesome-copilot) 34,852 4,283

Generate high-quality Product Requirements Documents (PRDs) for software systems and AI-powered features. Includes executive summaries, user stories, technical specifications, and risk analysis.

Canonical version available

This appears to be a copy of [github/awesome-copilot/multi-stage-dockerfile](https://skilld.dev/gh/github/awesome-copilot/multi-stage-dockerfile) based on the same skill description.

[View canonical](https://skilld.dev/gh/github/awesome-copilot/multi-stage-dockerfile)

Updated 20 hours ago [ Trust](#receipts "View trust signals: audits, signed commits, source provenance")

[Documentation](https://skilld.dev/skills/tag/documentation "Docs, changelogs, release notes, READMEs") [ prd](https://skilld.dev/skills/tag/prd) [ product-management](https://skilld.dev/skills/tag/product-management) [ requirements](https://skilld.dev/skills/tag/requirements) [ product-planning](https://skilld.dev/skills/tag/product-planning) [ ai-features](https://skilld.dev/skills/tag/ai-features) [ user-stories](https://skilld.dev/skills/tag/user-stories) [ technical-specification](https://skilld.dev/skills/tag/technical-specification)

## Install

skilld

skills.sh

`npx -y skilld add gh:github/awesome-copilot -s prd`

[GitHub](https://github.com/github/awesome-copilot) [skills.sh](https://skills.sh/github/prd) [Raw](https://skilld.dev/api/skills-raw/github/awesome-copilot/prd)

## Files

- [SKILL.md](https://skilld.dev/gh/github/awesome-copilot/prd)

## Skill content

Copy markdown

Preview

Raw

## Product Requirements Document (PRD)

### Overview

Design comprehensive, production-grade Product Requirements Documents (PRDs) that bridge the gap between business vision and technical execution. This skill works for modern software systems, ensuring that requirements are clearly defined.

### When to Use

Use this skill when:

- Starting a new product or feature development cycle
- Translating a vague idea into a concrete technical specification
- Defining requirements for AI-powered features
- Stakeholders need a unified "source of truth" for project scope
- User asks to "write a PRD", "document requirements", or "plan a feature"

---

### Operational Workflow

#### Phase 1: Discovery (The Interview)

Before writing a single line of the PRD, you **MUST** interrogate the user to fill knowledge gaps. Do not assume context.

**Ask about:**

- **The Core Problem**: Why are we building this now?
- **Success Metrics**: How do we know it worked?
- **Constraints**: Budget, tech stack, or deadline?

#### Phase 2: Analysis & Scoping

Synthesize the user's input. Identify dependencies and hidden complexities.

- Map out the **User Flow**.
- Define **Non-Goals** to protect the timeline.

#### Phase 3: Technical Drafting

Generate the document using the **Strict PRD Schema** below.

---

### PRD Quality Standards

#### Requirements Quality

Use concrete, measurable criteria. Avoid "fast", "easy", or "intuitive".

```
# Vague (BAD)
- The search should be fast and return relevant results.
- The UI must look modern and be easy to use.

# Concrete (GOOD)
+ The search must return results within 200ms for a 10k record dataset.
+ The search algorithm must achieve >= 85% Precision@10 in benchmark evals.
+ The UI must follow the 'Vercel/Next.js' design system and achieve 100% Lighthouse Accessibility score.
```

---

### Strict PRD Schema

You **MUST** follow this exact structure for the output:

#### 1. Executive Summary

- **Problem Statement**: 1-2 sentences on the pain point.
- **Proposed Solution**: 1-2 sentences on the fix.
- **Success Criteria**: 3-5 measurable KPIs.

#### 2. User Experience & Functionality

- **User Personas**: Who is this for?
- **User Stories**: `As a [user], I want to [action] so that [benefit].`
- **Acceptance Criteria**: Bulleted list of "Done" definitions for each story.
- **Non-Goals**: What are we NOT building?

#### 3. AI System Requirements (If Applicable)

- **Tool Requirements**: What tools and APIs are needed?
- **Evaluation Strategy**: How to measure output quality and accuracy.

#### 4. Technical Specifications

- **Architecture Overview**: Data flow and component interaction.
- **Integration Points**: APIs, DBs, and Auth.
- **Security & Privacy**: Data handling and compliance.

#### 5. Risks & Roadmap

- **Phased Rollout**: MVP -> v1.1 -> v2.0.
- **Technical Risks**: Latency, cost, or dependency failures.

---

### Implementation Guidelines

#### DO (Always)

- **Define Testing**: For AI systems, specify how to test and validate output quality.
- **Iterate**: Present a draft and ask for feedback on specific sections.

#### DON'T (Avoid)

- **Skip Discovery**: Never write a PRD without asking at least 2 clarifying questions first.
- **Hallucinate Constraints**: If the user didn't specify a tech stack, ask or label it as `TBD`.

---

### Example: Intelligent Search System

#### 1. Executive Summary

**Problem**: Users struggle to find specific documentation snippets in massive repositories. **Solution**: An intelligent search system that provides direct answers with source citations. **Success**:

- Reduce search time by 50%.
- Citation accuracy >= 95%.

#### 2. User Stories

- **Story**: As a developer, I want to ask natural language questions so I don't have to guess keywords.
- **AC**:
  - Supports multi-turn clarification.
  - Returns code blocks with "Copy" button.

#### 3. AI System Architecture

- **Tools Required**: `codesearch`, `grep`, `webfetch`.

#### 4. Evaluation

- **Benchmark**: Test with 50 common developer questions.
- **Pass Rate**: 90% must match expected citations.

Source: [SKILL.md on GitHub](https://github.com/github/awesome-copilot/blob/03986ae177602317067149832a73afec7bacb3dc/skills/prd/SKILL.md)

## What it does

Generates structured Product Requirements Documents that map business vision to technical execution, including executive summaries, user stories, acceptance criteria, and risk analysis. Includes a discovery phase to interrogate requirements and a strict schema enforcing measurable success criteria over vague language.

Generated from this skill's SKILL.md.

## Frequently asked

<details>

<summary>Does this skill work for non-software products?</summary>



The skill is designed for software systems and AI-powered features. It may not fit well for hardware, physical products, or domains outside software development.

</details>

<details>

<summary>Do I need to provide all the context upfront, or will the skill ask clarifying questions?</summary>



The skill explicitly requires a discovery phase where it interrogates you about the core problem, success metrics, and constraints before drafting. You should expect follow-up questions.

</details>

<details>

<summary>Can this skill generate PRDs for existing products or only new ones?</summary>



The skill is designed for starting new product or feature development cycles and translating ideas into specifications. It does not describe support for auditing or revising existing PRDs.

</details>

<details>

<summary>What if I haven't decided on a tech stack yet?</summary>



The skill instructs you to ask or label undefined constraints as `TBD` rather than assume or hallucinate technical details.

</details>

Generated from the skill's SKILL.md. Refreshed when the source changes.

## Install

skilld

skills.sh

`npx -y skilld add gh:github/awesome-copilot -s prd`

[GitHub](https://github.com/github/awesome-copilot) [skills.sh](https://skills.sh/github/prd) [Raw](https://skilld.dev/api/skills-raw/github/awesome-copilot/prd)

## Also available from

[github/awesome-copilot canonical](https://skilld.dev/gh/github/awesome-copilot/multi-stage-dockerfile "github/awesome-copilot · 12,500 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/chrome-devtools "github/awesome-copilot · 11,100 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/postgresql-optimization "github/awesome-copilot · 11,100 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/conventional-commit "github/awesome-copilot · 10,800 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/dotnet-best-practices "github/awesome-copilot · 10,700 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/sql-optimization "github/awesome-copilot · 10,300 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/azure-devops-cli "github/awesome-copilot · 10,100 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/create-implementation-plan "github/awesome-copilot · 9,700 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/postgresql-code-review "github/awesome-copilot · 9,600 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/sql-code-review "github/awesome-copilot · 9,600 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/java-docs "github/awesome-copilot · 9,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/java-junit "github/awesome-copilot · 9,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/agentic-eval "github/awesome-copilot · 9,200 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/azure-deployment-preflight "github/awesome-copilot · 9,100 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/update-implementation-plan "github/awesome-copilot · 9,100 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/azure-role-selector "github/awesome-copilot · 9,000 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/context-map "github/awesome-copilot · 8,800 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/boost-prompt "github/awesome-copilot · 8,700 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/csharp-xunit "github/awesome-copilot · 8,700 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/breakdown-feature-implementation "github/awesome-copilot · 8,600 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/breakdown-test "github/awesome-copilot · 8,600 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/create-spring-boot-java-project "github/awesome-copilot · 8,600 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/dataverse-python-advanced-patterns "github/awesome-copilot · 8,600 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/dotnet-upgrade "github/awesome-copilot · 8,600 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/power-bi-report-design-consultation "github/awesome-copilot · 8,600 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/rust-mcp-server-generator "github/awesome-copilot · 8,600 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/aspnet-minimal-api-openapi "github/awesome-copilot · 8,500 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/breakdown-epic-pm "github/awesome-copilot · 8,500 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/openapi-to-application-code "github/awesome-copilot · 8,500 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/remember-interactive-programming "github/awesome-copilot · 8,500 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/bigquery-pipeline-audit "github/awesome-copilot · 8,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/code-exemplars-blueprint-generator "github/awesome-copilot · 8,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/containerize-aspnetcore "github/awesome-copilot · 8,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/create-technical-spike "github/awesome-copilot · 8,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/csharp-mstest "github/awesome-copilot · 8,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/csharp-nunit "github/awesome-copilot · 8,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/dataverse-python-quickstart "github/awesome-copilot · 8,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/mcp-create-adaptive-cards "github/awesome-copilot · 8,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/mcp-deploy-manage-agents "github/awesome-copilot · 8,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/quasi-coder "github/awesome-copilot · 8,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/structured-autonomy-implement "github/awesome-copilot · 8,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/suggest-awesome-github-copilot-agents "github/awesome-copilot · 8,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/suggest-awesome-github-copilot-skills "github/awesome-copilot · 8,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/containerize-aspnet-framework "github/awesome-copilot · 8,300 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/csharp-tunit "github/awesome-copilot · 8,300 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/dataverse-python-usecase-builder "github/awesome-copilot · 8,300 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/mcp-copilot-studio-server-generator "github/awesome-copilot · 8,300 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/structured-autonomy-generate "github/awesome-copilot · 8,300 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/typespec-create-agent "github/awesome-copilot · 8,300 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/typespec-create-api-plugin "github/awesome-copilot · 8,300 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/java-springboot "github/awesome-copilot · 7,620 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/playwright-generate-test "github/awesome-copilot · 7,298 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/copilot-sdk "github/awesome-copilot · 7,185 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/appinsights-instrumentation "github/awesome-copilot · 7,155 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/playwright-explore-website "github/awesome-copilot · 7,151 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/markdown-to-html "github/awesome-copilot · 7,110 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/azure-resource-visualizer "github/awesome-copilot · 7,027 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/azure-static-web-apps "github/awesome-copilot · 7,021 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/architecture-blueprint-generator "github/awesome-copilot · 7,000 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/breakdown-feature-prd "github/awesome-copilot · 6,988 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/python-mcp-server-generator "github/awesome-copilot · 6,945 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/refactor-plan "github/awesome-copilot · 6,938 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/apple-appstore-reviewer "github/awesome-copilot · 6,937 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/ai-prompt-engineering-safety-review "github/awesome-copilot · 6,933 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/aspire "github/awesome-copilot · 6,933 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/agent-governance "github/awesome-copilot · 6,909 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/csharp-async "github/awesome-copilot · 6,904 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/breakdown-plan "github/awesome-copilot · 6,900 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/dataverse-python-production-code "github/awesome-copilot · 6,899 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/typescript-mcp-server-generator "github/awesome-copilot · 6,893 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/sponsor-finder "github/awesome-copilot · 6,883 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/add-educational-comments "github/awesome-copilot · 6,866 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/power-bi-dax-optimization "github/awesome-copilot · 6,854 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/convert-plaintext-to-md "github/awesome-copilot · 6,849 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/create-github-issues-feature-from-implementation-plan "github/awesome-copilot · 6,848 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/php-mcp-server-generator "github/awesome-copilot · 6,848 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/breakdown-epic-arch "github/awesome-copilot · 6,846 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/power-bi-performance-troubleshooting "github/awesome-copilot · 6,842 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/power-bi-model-design-review "github/awesome-copilot · 6,840 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/swift-mcp-server-generator "github/awesome-copilot · 6,840 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/what-context-needed "github/awesome-copilot · 6,839 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/structured-autonomy-plan "github/awesome-copilot · 6,836 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/comment-code-generate-a-tutorial "github/awesome-copilot · 6,835 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/power-apps-code-app-scaffold "github/awesome-copilot · 6,834 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/go-mcp-server-generator "github/awesome-copilot · 6,833 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/kotlin-mcp-server-generator "github/awesome-copilot · 6,832 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/suggest-awesome-github-copilot-instructions "github/awesome-copilot · 6,832 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/java-mcp-server-generator "github/awesome-copilot · 6,831 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/typespec-api-operations "github/awesome-copilot · 6,831 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/arch-linux-triage "github/awesome-copilot · 6,830 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/azure-resource-health-diagnose "github/awesome-copilot · 6,827 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/power-platform-mcp-connector-suite "github/awesome-copilot · 6,824 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/ruby-mcp-server-generator "github/awesome-copilot · 6,823 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/az-cost-optimize "github/awesome-copilot · 6,822 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/centos-linux-triage "github/awesome-copilot · 6,821 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/mcp-create-declarative-agent "github/awesome-copilot · 6,821 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/msstore-cli "github/awesome-copilot · 6,700 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/import-infrastructure-as-code "github/awesome-copilot · 6,500 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/noob-mode "github/awesome-copilot · 6,100 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/winui3-migration-guide "github/awesome-copilot · 5,300 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/azure-pricing "github/awesome-copilot · 2,765 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/flowstudio-power-automate-mcp "github/awesome-copilot · 2,345 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/automate-this "github/awesome-copilot · 1,800 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/napkin "github/awesome-copilot · 1,600 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/creating-oracle-to-postgres-migration-bug-report "github/awesome-copilot · 1,500 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/flowstudio-power-automate-debug "github/awesome-copilot · 1,500 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/reviewing-oracle-to-postgres-migration "github/awesome-copilot · 1,500 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/planning-oracle-to-postgres-migration-integration-testing "github/awesome-copilot · 1,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/scaffolding-oracle-to-postgres-migration-test-project "github/awesome-copilot · 1,400 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/arize-trace "github/awesome-copilot · 746 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/cli-mastery "github/awesome-copilot · 57 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/flowstudio-power-automate-build "github/awesome-copilot · 56 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/creating-oracle-to-postgres-master-migration-plan "github/awesome-copilot · 18 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/creating-oracle-to-postgres-migration-integration-tests "github/awesome-copilot · 18 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/migrating-oracle-to-postgres-stored-procedures "github/awesome-copilot · 18 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/acquire-codebase-knowledge "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/acreadiness-assess "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/acreadiness-generate-instructions "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/acreadiness-policy "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/adobe-illustrator-scripting "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/agent-owasp-compliance "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/agent-supply-chain "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/ai-ready "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/ai-team-orchestration "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/arduino-azure-iot-edge-integration "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/arize-ai-provider-integration "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/arize-annotation "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/arize-dataset "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/arize-evaluator "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/arize-experiment "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/arize-instrumentation "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/arize-link "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/arize-prompt-optimization "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/audit-integrity "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/autoresearch "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/aws-cdk-python-setup "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/aws-cost-optimize "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/aws-resource-health-diagnose "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/aws-resource-query "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/aws-well-architected-review "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/azure-architecture-autopilot "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/azure-smart-city-iot-solution-builder "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/batch-files "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/brag-sheet "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/cloud-design-patterns "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/code-tour "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/codeql "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/commit-message-storyteller "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/content-management-systems "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/conventional-branch "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/copilot-cli-quickstart "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/copilot-instructions-blueprint-generator "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/copilot-spaces "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/copilot-usage-metrics "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/cosmosdb-datamodeling "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/create-agentsmd "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/create-architectural-decision-record "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/create-github-action-workflow-specification "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/create-github-issue-feature-from-specification "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/create-github-issues-for-unmet-specification-requirements "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/create-llms "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/create-readme "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/create-specification "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/create-spring-boot-kotlin-project "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/create-tldr-page "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/csharp-docs "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/daily-prep "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/data-breach-blast-radius "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/datanalysis-credit-risk "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/debian-linux-triage "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/debugging "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/declarative-agents "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/dependabot "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/devops-rollout-plan "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/diagnose "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/diagnosis "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/documentation-writer "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/dotnet-design-pattern-review "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/dotnet-mcp-builder "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/dotnet-timezone "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/doublecheck "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/draw-io-diagram-generator "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/drawio "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/editorconfig "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/ef-core "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/efcore-d2-db-diagram "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/email-drafter "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/entra-agent-user "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/eval-driven-dev "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/exam-ready "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/excalidraw-diagram-generator "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/eyeball "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/fabric-lakehouse "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/fedora-linux-triage "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/finalize-agent-prompt "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/finnish-humanizer "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/first-ask "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/flowstudio-power-automate-governance "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/flowstudio-power-automate-monitoring "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/fluentui-blazor "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/folder-structure-blueprint-generator "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/foundry-agent-sync "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/freecad-scripts "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/from-the-other-side-anitta "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/from-the-other-side-quinn "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/from-the-other-side-vega "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/from-the-other-side-wiggins "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/game-engine "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/gdpr-compliant "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/gen-specs-as-issues "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/generate-custom-instructions-from-codebase "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/generate-image "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/geofeed-tuner "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/git-commit "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/git-flow-branch-creator "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/github-actions-efficiency "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/github-codespaces-efficiency "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/github-copilot-starter "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/github-issues "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/github-release "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/gsap-framer-scroll-animation "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/gtm-0-to-1-launch "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/gtm-ai-gtm "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/gtm-board-and-investor-communication "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/gtm-developer-ecosystem "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/gtm-enterprise-account-planning "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/gtm-enterprise-onboarding "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/gtm-operating-cadence "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/gtm-partnership-architecture "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/gtm-positioning-strategy "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/gtm-product-led-growth "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/gtm-technical-product-pricing "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/horizontal-scaling "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/image-annotations "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/image-manipulation-image-magick "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/impediment-prioritization "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/indexing-performance-optimization "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/integrate-context-matic "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/issue-fields-migration "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/java-add-graalvm-native-image-support "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/java-refactoring-extract-method "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/java-refactoring-remove-parameter "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/javascript-typescript-jest "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/javax-to-jakarta-migration "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/kotlin-springboot "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/legacy-circuit-mockups "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/linkedin-post-formatter "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/lsp-setup "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/make-repo-contribution "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/mcp-cli "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/mcp-security-audit "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/md-to-docx "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/meeting-minutes "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/memory-merger "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/memory-usage-optimization "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/mentoring-juniors "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/microsoft-agent-framework "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/microsoft-code-reference "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/microsoft-docs "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/microsoft-skill-creator "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/minecraft-plugin-development "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/mini-context-graph "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/minimize-latency "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/mkdocs-translations "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/msgraph-sdk "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/mvvm-toolkit "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/mvvm-toolkit-di "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/mvvm-toolkit-messenger "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/namecheap "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/nano-banana-pro-openrouter "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/next-intl-add-language "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/nuget-manager "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/onboard-context-matic "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/oo-component-documentation "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/optimize-simplicite-logs "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/pdftk-server "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/penpot-uiux-design "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/performance-review-writer "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/phoenix-cli "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/phoenix-evals "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/phoenix-tracing "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/pinecone-rag "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/plantuml-ascii "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/playwright-automation-fill-in-form "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/power-platform-architect "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/powerbi-modeling "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/pr-dashboard "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/pr-screenshots "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/premium-frontend-ui "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/project-workflow-analysis-blueprint-generator "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/prompt-optimizer "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/publish-to-pages "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/pytest-coverage "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/python-azure-iot-edge-modules "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/python-pypi-package-builder "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/qdrant-clients-sdk "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/qdrant-deployment-options "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/qdrant-model-migration "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/qdrant-monitoring "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/qdrant-performance-optimization "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/qdrant-scaling "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/qdrant-search-quality "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/qdrant-version-upgrade "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/quality-playbook "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/react-audit-grep-patterns "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/react18-batching-patterns "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/react18-dep-compatibility "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/react18-enzyme-to-rtl "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/react18-legacy-context "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/react18-lifecycle-patterns "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/react18-string-refs "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/react19-concurrent-patterns "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/react19-source-patterns "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/react19-test-patterns "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/readme-blueprint-generator "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/refactor "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/refactor-method-complexity-reduce "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/remember "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/repo-story-time "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/resemble-detect "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/review-and-refactor "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/rhino3d-scripts "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/roundup "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/roundup-setup "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/ruff-recursive-fix "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/salesforce-apex-quality "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/salesforce-component-standards "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/salesforce-flow-design "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/sandbox-npm-install "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/scaling-data-volume "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/scaling-qps "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/scaling-query-volume "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/scoutqa-test "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/screen-recording "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/search-speed-optimization "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/search-strategies "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/secret-scanning "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/security-review "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/semantic-kernel "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/setup "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/shuffle-json-data "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/slang-shader-engineer "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/sliding-time-window "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/snowflake-semanticview "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/spring-boot-testing "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/sql-server-table-reconciliation "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/ssma-console "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/technology-stack-blueprint-generator "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/tenant-scaling "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/terraform-azurerm-set-diff-analyzer "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/threat-model-analyst "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/tldr-prompt "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/transloadit-media-processing "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/ui-screenshots "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/unit-test-vue-pinia "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/update-avm-modules-in-bicep "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/update-llms "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/update-markdown-file-index "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/update-specification "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/vardoger-analyze "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/vertical-scaling "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/vscode-ext-commands "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/vscode-ext-localization "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/web-design-reviewer "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/webapp-testing "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/winmd-api-search "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/workiq-copilot "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/write-coding-standards-from-file "github/awesome-copilot · 0 installs") [github/awesome-copilot](https://skilld.dev/gh/github/awesome-copilot/x-twitter-scraper "github/awesome-copilot · 0 installs")

## Metadata

<dl>

<dt>Description</dt>
<dd>194 chars · frontmatter</dd>

<dt>Frontmatter</dt>
<dd>3 keys</dd></dl>

## Files

- [SKILL.md](https://skilld.dev/gh/github/awesome-copilot/prd)

## Capability

<details>

<summary>Other metadata</summary>



<dl>

<dt>license</dt>
<dd>MIT</dd>

</dl></details>



## Trust

Verified 19 hours ago

No third-party audits yet.

Active

[03986ae](https://github.com/github/awesome-copilot/commit/03986ae177602317067149832a73afec7bacb3dc "03986ae177602317067149832a73afec7bacb3dc")· updated 5 months ago

[SKILL.md ](https://github.com/github/awesome-copilot/blob/03986ae177602317067149832a73afec7bacb3dc/skills/prd/SKILL.md) [ History ](https://github.com/github/awesome-copilot/commits/main/skills/prd/SKILL.md)

## Related skills

From github/awesome-copilot

Similar

[![github avatar](https://github.com/github.png?size=48) /multi-stage-dockerfile github/awesome-copilot Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.](https://skilld.dev/gh/github/awesome-copilot/multi-stage-dockerfile) [![github avatar](https://github.com/github.png?size=48) /chrome-devtools github/awesome-copilot Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.](https://skilld.dev/gh/github/awesome-copilot/chrome-devtools) [![github avatar](https://github.com/github.png?size=48) /postgresql-optimization github/awesome-copilot Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.](https://skilld.dev/gh/github/awesome-copilot/postgresql-optimization) [![github avatar](https://github.com/github.png?size=48) /conventional-commit github/awesome-copilot Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.](https://skilld.dev/gh/github/awesome-copilot/conventional-commit) [![github avatar](https://github.com/github.png?size=48) /dotnet-best-practices github/awesome-copilot Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.](https://skilld.dev/gh/github/awesome-copilot/dotnet-best-practices) [![github avatar](https://github.com/github.png?size=48) /sql-optimization github/awesome-copilot Community-contributed instructions, agents, skills, and configurations to help you make the most of GitHub Copilot.](https://skilld.dev/gh/github/awesome-copilot/sql-optimization)

[Stats](https://skilld.dev/skills/stats) [Accessibility](https://skilld.dev/accessibility)

[GitHub repository (opens in new tab)](https://github.com/harlan-zw/skilld)

Built by [Harlan Wilton](https://harlanzw.com)